Shades of Lavender Rose #EC9AD9
Tints of Lavender Rose #EC9AD9
RGB
CMYK
RGB Variations
Color information
#EC9AD9 (or 0xEC9AD9) is known color: Lavender Rose. HEX triplet: EC, 9A and D9. RGB value is (236,154,217). Sum of RGB (Red+Green+Blue) = 236+154+217=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AD9 is #136526. Grayscale: #B9B9B9. Windows color (decimal): -1271079 or 14260972. OLE color: 14260972.
HSL color Cylindrical-coordinate representation of color #EC9AD9: hue angle of 313.9º 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 #EC9AD9 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 217 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.07 |
| HSL | 313.9º | 0.68% | 0.76% | - |
| HSV(B) | 313.9º | 0.35% | 0.93% | - |
| XYZ | 58.67 | 45.95 | 71.42 | - |
| YUV | 185.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 217 | 0 | 0.35 | 0.08 | 0.07 | 313.9 | 0.68 | 0.76 |
| Hex | EC | 9A | D9 | 0 | 23 | 8 | 7 | 13A | 44 | 4C |
| Octal | 354 | 232 | 331 | 0 | 43 | 10 | 7 | 472 | 104 | 114 |
| Binary | 11101100 | 10011010 | 11011001 | 0 | 100011 | 1000 | 111 | 100111010 | 1000100 | 1001100 |
Color Harmonies of #EC9AD9
Complementary color
Monochromatic Colors of #EC9AD9
Black with #EC9AD9
Text Example
Text Example
White with #EC9AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AD9; }
p { color: rgb(236,154,217); }
H1.HeaderClassName
{
color: #EC9AD9;
}
.AnyTagClassName
{
color: #EC9AD9;
}
</style>
background-color css
<style>
a { background-color: #EC9AD9; }
a { background-color: rgb(236,154,217); }
div.DivClassName
{
background-color: #EC9AD9;
}
.BgClassName
{
background-color: #EC9AD9;
}
</style>
border-color css
<style>
span { border-color: #EC9AD9; }
span { border-color: rgb(236,154,217); }
td.TdClassName
{
border-color: #EC9AD9;
}
.TagClassName
{
border-color: #EC9AD9;
}
</style>