Shades of Lavender Rose #EC9ED6
Tints of Lavender Rose #EC9ED6
RGB
CMYK
RGB Variations
Color information
#EC9ED6 (or 0xEC9ED6) is known color: Lavender Rose. HEX triplet: EC, 9E and D6. RGB value is (236,158,214). Sum of RGB (Red+Green+Blue) = 236+158+214=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 158 (62.11% from 255 or 25.99% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9ED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9ED6 is #136129. Grayscale: #BBBBBB. Windows color (decimal): -1270058 or 14065388. OLE color: 14065388.
HSL color Cylindrical-coordinate representation of color #EC9ED6: hue angle of 316.92º 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 #EC9ED6 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 214 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.07 |
| HSL | 316.92º | 0.67% | 0.77% | - |
| HSV(B) | 316.92º | 0.33% | 0.93% | - |
| XYZ | 58.96 | 47.14 | 69.61 | - |
| YUV | 187.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 214 | 0 | 0.33 | 0.09 | 0.07 | 316.92 | 0.67 | 0.77 |
| Hex | EC | 9E | D6 | 0 | 21 | 9 | 7 | 13D | 43 | 4D |
| Octal | 354 | 236 | 326 | 0 | 41 | 11 | 7 | 475 | 103 | 115 |
| Binary | 11101100 | 10011110 | 11010110 | 0 | 100001 | 1001 | 111 | 100111101 | 1000011 | 1001101 |
Color Harmonies of #EC9ED6
Complementary color
Monochromatic Colors of #EC9ED6
Black with #EC9ED6
Text Example
Text Example
White with #EC9ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9ED6; }
p { color: rgb(236,158,214); }
H1.HeaderClassName
{
color: #EC9ED6;
}
.AnyTagClassName
{
color: #EC9ED6;
}
</style>
background-color css
<style>
a { background-color: #EC9ED6; }
a { background-color: rgb(236,158,214); }
div.DivClassName
{
background-color: #EC9ED6;
}
.BgClassName
{
background-color: #EC9ED6;
}
</style>
border-color css
<style>
span { border-color: #EC9ED6; }
span { border-color: rgb(236,158,214); }
td.TdClassName
{
border-color: #EC9ED6;
}
.TagClassName
{
border-color: #EC9ED6;
}
</style>