Shades of Lavender Rose #EC9CDE
Tints of Lavender Rose #EC9CDE
RGB
CMYK
RGB Variations
Color information
#EC9CDE (or 0xEC9CDE) is known color: Lavender Rose. HEX triplet: EC, 9C and DE. RGB value is (236,156,222). Sum of RGB (Red+Green+Blue) = 236+156+222=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9CDE is #136321. Grayscale: #BBBBBB. Windows color (decimal): -1270562 or 14589164. OLE color: 14589164.
HSL color Cylindrical-coordinate representation of color #EC9CDE: hue angle of 310.5º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EC9CDE is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 156 | 222 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.07 |
| HSL | 310.5º | 0.68% | 0.77% | - |
| HSV(B) | 310.5º | 0.34% | 0.93% | - |
| XYZ | 59.67 | 46.88 | 75.01 | - |
| YUV | 187.44 | 147.5 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 222 | 0 | 0.34 | 0.06 | 0.07 | 310.5 | 0.68 | 0.77 |
| Hex | EC | 9C | DE | 0 | 22 | 6 | 7 | 136 | 44 | 4D |
| Octal | 354 | 234 | 336 | 0 | 42 | 6 | 7 | 466 | 104 | 115 |
| Binary | 11101100 | 10011100 | 11011110 | 0 | 100010 | 110 | 111 | 100110110 | 1000100 | 1001101 |
Color Harmonies of #EC9CDE
Complementary color
Monochromatic Colors of #EC9CDE
Black with #EC9CDE
Text Example
Text Example
White with #EC9CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CDE; }
p { color: rgb(236,156,222); }
H1.HeaderClassName
{
color: #EC9CDE;
}
.AnyTagClassName
{
color: #EC9CDE;
}
</style>
background-color css
<style>
a { background-color: #EC9CDE; }
a { background-color: rgb(236,156,222); }
div.DivClassName
{
background-color: #EC9CDE;
}
.BgClassName
{
background-color: #EC9CDE;
}
</style>
border-color css
<style>
span { border-color: #EC9CDE; }
span { border-color: rgb(236,156,222); }
td.TdClassName
{
border-color: #EC9CDE;
}
.TagClassName
{
border-color: #EC9CDE;
}
</style>