Color spaces of #e23ddd
RGB | 226 | 61 | 221 |
---|---|---|---|
HSL | 0.84 | 0.74 | 0.56 |
HSV | 302° | 73° | 89° |
CMYK | 0.00 | 0.73 | 0.02 0.11 |
XYZ | 46.0839 | 24.7267 | 70.7505 |
Yxy | 24.7267 | 0.3255 | 0.1747 |
Hunter Lab | 49.7259 | 78.4058 | -49.5501 |
CIE-Lab | 56.8082 | 78.9737 | -47.6974 |
#e23ddd color RGB value is (226,61,221).
#e23ddd hex color red value is 226, green value is 61 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e23ddd hue: 0.84 , saturation: 0.74 and the lightness value of e23ddd is 0.56.
The process color (four color CMYK) of #e23ddd color hex is 0.00, 0.73, 0.02, 0.11. Web safe color of #e23ddd is #cc33cc. Color #e23ddd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 00111101 | 11011101 |
Octal | 342 | 75 | 335 |
Decimal | 226 | 61 | 221 |
Hex | E2 | 3D | DD |
Shades of #e23ddd
Tints of #e23ddd
RGB Percentages of Color #e23ddd
CMYK Percentages of Color #e23ddd
Complementary Color
#e23ddd | #3de242 |
#e23ddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e23ddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e23ddd Color CSS Codes
.mybgcolor {background-color:#e23ddd; } .myforecolor {color:#e23ddd; } .mybordercolor {border:3px solid #e23ddd; }
#e23ddd Text Font Color
<p style="color:#e23ddd">Text here</p>
This sample text font color is #e23ddd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#e23ddd Background Color
<div style="background-color:#e23ddd">
Div content here</div>
This div background color is #e23ddd
#e23ddd Border Color
<div style="border:3px solid #e23ddd">
Div here</div>
This div border color is #e23ddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,61,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e23ddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e23ddd; -webkit-box-shadow: 1px 1px 3px 2px #e23ddd; box-shadow: 1px 1px 3px 2px #e23ddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,61,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e23ddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e23ddd; -webkit-box-shadow: 1px 1px 3px 2px #e23ddd; box-shadow: 1px 1px 3px 2px #e23ddd;">
Div content here</div>
This div box has shadow with color #e23ddd
Comments
No comments written yet.
Please login to write comment.