Shades of Lavender Rose #EC9AD2
Tints of Lavender Rose #EC9AD2
RGB
CMYK
RGB Variations
Color information
#EC9AD2 (or 0xEC9AD2) is known color: Lavender Rose. HEX triplet: EC, 9A and D2. RGB value is (236,154,210). Sum of RGB (Red+Green+Blue) = 236+154+210=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 154 (60.55% from 255 or 25.67% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AD2 is #13652D. Grayscale: #B8B8B8. Windows color (decimal): -1271086 or 13802220. OLE color: 13802220.
HSL color Cylindrical-coordinate representation of color #EC9AD2: hue angle of 319.02º 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 #EC9AD2 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 210 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.07 |
| HSL | 319.02º | 0.68% | 0.76% | - |
| HSV(B) | 319.02º | 0.35% | 0.93% | - |
| XYZ | 57.78 | 45.6 | 66.73 | - |
| YUV | 184.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 210 | 0 | 0.35 | 0.11 | 0.07 | 319.02 | 0.68 | 0.76 |
| Hex | EC | 9A | D2 | 0 | 23 | B | 7 | 13F | 44 | 4C |
| Octal | 354 | 232 | 322 | 0 | 43 | 13 | 7 | 477 | 104 | 114 |
| Binary | 11101100 | 10011010 | 11010010 | 0 | 100011 | 1011 | 111 | 100111111 | 1000100 | 1001100 |
Color Harmonies of #EC9AD2
Complementary color
Monochromatic Colors of #EC9AD2
Black with #EC9AD2
Text Example
Text Example
White with #EC9AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AD2; }
p { color: rgb(236,154,210); }
H1.HeaderClassName
{
color: #EC9AD2;
}
.AnyTagClassName
{
color: #EC9AD2;
}
</style>
background-color css
<style>
a { background-color: #EC9AD2; }
a { background-color: rgb(236,154,210); }
div.DivClassName
{
background-color: #EC9AD2;
}
.BgClassName
{
background-color: #EC9AD2;
}
</style>
border-color css
<style>
span { border-color: #EC9AD2; }
span { border-color: rgb(236,154,210); }
td.TdClassName
{
border-color: #EC9AD2;
}
.TagClassName
{
border-color: #EC9AD2;
}
</style>