Shades of Lavender Rose #EC9EE0
Tints of Lavender Rose #EC9EE0
RGB
CMYK
RGB Variations
Color information
#EC9EE0 (or 0xEC9EE0) is known color: Lavender Rose. HEX triplet: EC, 9E and E0. RGB value is (236,158,224). Sum of RGB (Red+Green+Blue) = 236+158+224=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9EE0 is #13611F. Grayscale: #BCBCBC. Windows color (decimal): -1270048 or 14720748. OLE color: 14720748.
HSL color Cylindrical-coordinate representation of color #EC9EE0: hue angle of 309.23º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9EE0 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 224 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.07 |
| HSL | 309.23º | 0.67% | 0.77% | - |
| HSV(B) | 309.23º | 0.33% | 0.93% | - |
| XYZ | 60.27 | 47.67 | 76.55 | - |
| YUV | 188.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 224 | 0 | 0.33 | 0.05 | 0.07 | 309.23 | 0.67 | 0.77 |
| Hex | EC | 9E | E0 | 0 | 21 | 5 | 7 | 135 | 43 | 4D |
| Octal | 354 | 236 | 340 | 0 | 41 | 5 | 7 | 465 | 103 | 115 |
| Binary | 11101100 | 10011110 | 11100000 | 0 | 100001 | 101 | 111 | 100110101 | 1000011 | 1001101 |
Color Harmonies of #EC9EE0
Complementary color
Monochromatic Colors of #EC9EE0
Black with #EC9EE0
Text Example
Text Example
White with #EC9EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EE0; }
p { color: rgb(236,158,224); }
H1.HeaderClassName
{
color: #EC9EE0;
}
.AnyTagClassName
{
color: #EC9EE0;
}
</style>
background-color css
<style>
a { background-color: #EC9EE0; }
a { background-color: rgb(236,158,224); }
div.DivClassName
{
background-color: #EC9EE0;
}
.BgClassName
{
background-color: #EC9EE0;
}
</style>
border-color css
<style>
span { border-color: #EC9EE0; }
span { border-color: rgb(236,158,224); }
td.TdClassName
{
border-color: #EC9EE0;
}
.TagClassName
{
border-color: #EC9EE0;
}
</style>