Shades of Lavender Rose #EC9AD5
Tints of Lavender Rose #EC9AD5
RGB
CMYK
RGB Variations
Color information
#EC9AD5 (or 0xEC9AD5) is known color: Lavender Rose. HEX triplet: EC, 9A and D5. RGB value is (236,154,213). Sum of RGB (Red+Green+Blue) = 236+154+213=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9AD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9AD5 is #13652A. Grayscale: #B9B9B9. Windows color (decimal): -1271083 or 13998828. OLE color: 13998828.
HSL color Cylindrical-coordinate representation of color #EC9AD5: hue angle of 316.83º 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 #EC9AD5 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 154 | 213 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.07 |
| HSL | 316.83º | 0.68% | 0.76% | - |
| HSV(B) | 316.83º | 0.35% | 0.93% | - |
| XYZ | 58.16 | 45.75 | 68.72 | - |
| YUV | 185.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 213 | 0 | 0.35 | 0.10 | 0.07 | 316.83 | 0.68 | 0.76 |
| Hex | EC | 9A | D5 | 0 | 23 | A | 7 | 13D | 44 | 4C |
| Octal | 354 | 232 | 325 | 0 | 43 | 12 | 7 | 475 | 104 | 114 |
| Binary | 11101100 | 10011010 | 11010101 | 0 | 100011 | 1010 | 111 | 100111101 | 1000100 | 1001100 |
Color Harmonies of #EC9AD5
Complementary color
Monochromatic Colors of #EC9AD5
Black with #EC9AD5
Text Example
Text Example
White with #EC9AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AD5; }
p { color: rgb(236,154,213); }
H1.HeaderClassName
{
color: #EC9AD5;
}
.AnyTagClassName
{
color: #EC9AD5;
}
</style>
background-color css
<style>
a { background-color: #EC9AD5; }
a { background-color: rgb(236,154,213); }
div.DivClassName
{
background-color: #EC9AD5;
}
.BgClassName
{
background-color: #EC9AD5;
}
</style>
border-color css
<style>
span { border-color: #EC9AD5; }
span { border-color: rgb(236,154,213); }
td.TdClassName
{
border-color: #EC9AD5;
}
.TagClassName
{
border-color: #EC9AD5;
}
</style>