Shades of Lavender Rose #ECA0D3
Tints of Lavender Rose #ECA0D3
RGB
CMYK
RGB Variations
Color information
#ECA0D3 (or 0xECA0D3) is known color: Lavender Rose. HEX triplet: EC, A0 and D3. RGB value is (236,160,211). Sum of RGB (Red+Green+Blue) = 236+160+211=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 160 (62.89% from 255 or 26.36% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA0D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA0D3 is #135F2C. Grayscale: #BCBCBC. Windows color (decimal): -1269549 or 13869292. OLE color: 13869292.
HSL color Cylindrical-coordinate representation of color #ECA0D3: hue angle of 319.74º 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 #ECA0D3 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 211 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.07 |
| HSL | 319.74º | 0.67% | 0.78% | - |
| HSV(B) | 319.74º | 0.32% | 0.93% | - |
| XYZ | 58.92 | 47.68 | 67.73 | - |
| YUV | 188.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 211 | 0 | 0.32 | 0.11 | 0.07 | 319.74 | 0.67 | 0.78 |
| Hex | EC | A0 | D3 | 0 | 20 | B | 7 | 140 | 43 | 4E |
| Octal | 354 | 240 | 323 | 0 | 40 | 13 | 7 | 500 | 103 | 116 |
| Binary | 11101100 | 10100000 | 11010011 | 0 | 100000 | 1011 | 111 | 101000000 | 1000011 | 1001110 |
Color Harmonies of #ECA0D3
Complementary color
Monochromatic Colors of #ECA0D3
Black with #ECA0D3
Text Example
Text Example
White with #ECA0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA0D3; }
p { color: rgb(236,160,211); }
H1.HeaderClassName
{
color: #ECA0D3;
}
.AnyTagClassName
{
color: #ECA0D3;
}
</style>
background-color css
<style>
a { background-color: #ECA0D3; }
a { background-color: rgb(236,160,211); }
div.DivClassName
{
background-color: #ECA0D3;
}
.BgClassName
{
background-color: #ECA0D3;
}
</style>
border-color css
<style>
span { border-color: #ECA0D3; }
span { border-color: rgb(236,160,211); }
td.TdClassName
{
border-color: #ECA0D3;
}
.TagClassName
{
border-color: #ECA0D3;
}
</style>