Shades of Lavender Rose #EC9EDF
Tints of Lavender Rose #EC9EDF
RGB
CMYK
RGB Variations
Color information
#EC9EDF (or 0xEC9EDF) is known color: Lavender Rose. HEX triplet: EC, 9E and DF. RGB value is (236,158,223). Sum of RGB (Red+Green+Blue) = 236+158+223=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC9EDF is #136120. Grayscale: #BCBCBC. Windows color (decimal): -1270049 or 14655212. OLE color: 14655212.
HSL color Cylindrical-coordinate representation of color #EC9EDF: hue angle of 310º 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 #EC9EDF is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 158 | 223 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.07 |
| HSL | 310º | 0.67% | 0.77% | - |
| HSV(B) | 310º | 0.33% | 0.93% | - |
| XYZ | 60.14 | 47.61 | 75.83 | - |
| YUV | 188.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 158 | 223 | 0 | 0.33 | 0.06 | 0.07 | 310 | 0.67 | 0.77 |
| Hex | EC | 9E | DF | 0 | 21 | 6 | 7 | 136 | 43 | 4D |
| Octal | 354 | 236 | 337 | 0 | 41 | 6 | 7 | 466 | 103 | 115 |
| Binary | 11101100 | 10011110 | 11011111 | 0 | 100001 | 110 | 111 | 100110110 | 1000011 | 1001101 |
Color Harmonies of #EC9EDF
Complementary color
Monochromatic Colors of #EC9EDF
Black with #EC9EDF
Text Example
Text Example
White with #EC9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9EDF; }
p { color: rgb(236,158,223); }
H1.HeaderClassName
{
color: #EC9EDF;
}
.AnyTagClassName
{
color: #EC9EDF;
}
</style>
background-color css
<style>
a { background-color: #EC9EDF; }
a { background-color: rgb(236,158,223); }
div.DivClassName
{
background-color: #EC9EDF;
}
.BgClassName
{
background-color: #EC9EDF;
}
</style>
border-color css
<style>
span { border-color: #EC9EDF; }
span { border-color: rgb(236,158,223); }
td.TdClassName
{
border-color: #EC9EDF;
}
.TagClassName
{
border-color: #EC9EDF;
}
</style>