Shades of Lavender Rose #EC9AD6
Tints of Lavender Rose #EC9AD6
RGB
CMYK
RGB Variations
Color information
#EC9AD6 (or 0xEC9AD6) is known color: Lavender Rose. HEX triplet: EC, 9A and D6. RGB value is (236,154,214). Sum of RGB (Red+Green+Blue) = 236+154+214=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AD6 is #136529. Grayscale: #B9B9B9. Windows color (decimal): -1271082 or 14064364. OLE color: 14064364.
HSL color Cylindrical-coordinate representation of color #EC9AD6: hue angle of 316.1º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9AD6 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 214 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.07 |
| HSL | 316.1º | 0.68% | 0.76% | - |
| HSV(B) | 316.1º | 0.35% | 0.93% | - |
| XYZ | 58.29 | 45.8 | 69.39 | - |
| YUV | 185.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 214 | 0 | 0.35 | 0.09 | 0.07 | 316.1 | 0.68 | 0.76 |
| Hex | EC | 9A | D6 | 0 | 23 | 9 | 7 | 13C | 44 | 4C |
| Octal | 354 | 232 | 326 | 0 | 43 | 11 | 7 | 474 | 104 | 114 |
| Binary | 11101100 | 10011010 | 11010110 | 0 | 100011 | 1001 | 111 | 100111100 | 1000100 | 1001100 |
Color Harmonies of #EC9AD6
Complementary color
Monochromatic Colors of #EC9AD6
Black with #EC9AD6
Text Example
Text Example
White with #EC9AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AD6; }
p { color: rgb(236,154,214); }
H1.HeaderClassName
{
color: #EC9AD6;
}
.AnyTagClassName
{
color: #EC9AD6;
}
</style>
background-color css
<style>
a { background-color: #EC9AD6; }
a { background-color: rgb(236,154,214); }
div.DivClassName
{
background-color: #EC9AD6;
}
.BgClassName
{
background-color: #EC9AD6;
}
</style>
border-color css
<style>
span { border-color: #EC9AD6; }
span { border-color: rgb(236,154,214); }
td.TdClassName
{
border-color: #EC9AD6;
}
.TagClassName
{
border-color: #EC9AD6;
}
</style>