Shades of Lavender Rose #EC9ED9
Tints of Lavender Rose #EC9ED9
RGB
CMYK
RGB Variations
Color information
#EC9ED9 (or 0xEC9ED9) is known color: Lavender Rose. HEX triplet: EC, 9E and D9. RGB value is (236,158,217). Sum of RGB (Red+Green+Blue) = 236+158+217=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ED9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ED9 is #136126. Grayscale: #BBBBBB. Windows color (decimal): -1270055 or 14261996. OLE color: 14261996.
HSL color Cylindrical-coordinate representation of color #EC9ED9: hue angle of 314.62º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9ED9 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 217 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.07 |
| HSL | 314.62º | 0.67% | 0.77% | - |
| HSV(B) | 314.62º | 0.33% | 0.93% | - |
| XYZ | 59.34 | 47.3 | 71.65 | - |
| YUV | 188.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 217 | 0 | 0.33 | 0.08 | 0.07 | 314.62 | 0.67 | 0.77 |
| Hex | EC | 9E | D9 | 0 | 21 | 8 | 7 | 13B | 43 | 4D |
| Octal | 354 | 236 | 331 | 0 | 41 | 10 | 7 | 473 | 103 | 115 |
| Binary | 11101100 | 10011110 | 11011001 | 0 | 100001 | 1000 | 111 | 100111011 | 1000011 | 1001101 |
Color Harmonies of #EC9ED9
Complementary color
Monochromatic Colors of #EC9ED9
Black with #EC9ED9
Text Example
Text Example
White with #EC9ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9ED9; }
p { color: rgb(236,158,217); }
H1.HeaderClassName
{
color: #EC9ED9;
}
.AnyTagClassName
{
color: #EC9ED9;
}
</style>
background-color css
<style>
a { background-color: #EC9ED9; }
a { background-color: rgb(236,158,217); }
div.DivClassName
{
background-color: #EC9ED9;
}
.BgClassName
{
background-color: #EC9ED9;
}
</style>
border-color css
<style>
span { border-color: #EC9ED9; }
span { border-color: rgb(236,158,217); }
td.TdClassName
{
border-color: #EC9ED9;
}
.TagClassName
{
border-color: #EC9ED9;
}
</style>