Shades of Lavender Rose #ECA0D8
Tints of Lavender Rose #ECA0D8
RGB
CMYK
RGB Variations
Color information
#ECA0D8 (or 0xECA0D8) is known color: Lavender Rose. HEX triplet: EC, A0 and D8. RGB value is (236,160,216). Sum of RGB (Red+Green+Blue) = 236+160+216=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA0D8 is #135F27. Grayscale: #BCBCBC. Windows color (decimal): -1269544 or 14196972. OLE color: 14196972.
HSL color Cylindrical-coordinate representation of color #ECA0D8: hue angle of 315.79º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECA0D8 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 216 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.07 |
| HSL | 315.79º | 0.67% | 0.78% | - |
| HSV(B) | 315.79º | 0.32% | 0.93% | - |
| XYZ | 59.56 | 47.93 | 71.08 | - |
| YUV | 189.11 | 143.18 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 216 | 0 | 0.32 | 0.08 | 0.07 | 315.79 | 0.67 | 0.78 |
| Hex | EC | A0 | D8 | 0 | 20 | 8 | 7 | 13C | 43 | 4E |
| Octal | 354 | 240 | 330 | 0 | 40 | 10 | 7 | 474 | 103 | 116 |
| Binary | 11101100 | 10100000 | 11011000 | 0 | 100000 | 1000 | 111 | 100111100 | 1000011 | 1001110 |
Color Harmonies of #ECA0D8
Complementary color
Monochromatic Colors of #ECA0D8
Black with #ECA0D8
Text Example
Text Example
White with #ECA0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0D8; }
p { color: rgb(236,160,216); }
H1.HeaderClassName
{
color: #ECA0D8;
}
.AnyTagClassName
{
color: #ECA0D8;
}
</style>
background-color css
<style>
a { background-color: #ECA0D8; }
a { background-color: rgb(236,160,216); }
div.DivClassName
{
background-color: #ECA0D8;
}
.BgClassName
{
background-color: #ECA0D8;
}
</style>
border-color css
<style>
span { border-color: #ECA0D8; }
span { border-color: rgb(236,160,216); }
td.TdClassName
{
border-color: #ECA0D8;
}
.TagClassName
{
border-color: #ECA0D8;
}
</style>