Shades of Lavender Rose #ECA8DD
Tints of Lavender Rose #ECA8DD
RGB
CMYK
RGB Variations
Color information
#ECA8DD (or 0xECA8DD) is known color: Lavender Rose. HEX triplet: EC, A8 and DD. RGB value is (236,168,221). Sum of RGB (Red+Green+Blue) = 236+168+221=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA8DD is #135722. Grayscale: #C2C2C2. Windows color (decimal): -1267491 or 14526700. OLE color: 14526700.
HSL color Cylindrical-coordinate representation of color #ECA8DD: hue angle of 313.24º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECA8DD is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 221 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.07 |
| HSL | 313.24º | 0.64% | 0.79% | - |
| HSV(B) | 313.24º | 0.29% | 0.93% | - |
| XYZ | 61.65 | 51.06 | 75.01 | - |
| YUV | 194.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 221 | 0 | 0.29 | 0.06 | 0.07 | 313.24 | 0.64 | 0.79 |
| Hex | EC | A8 | DD | 0 | 1D | 6 | 7 | 139 | 40 | 4F |
| Octal | 354 | 250 | 335 | 0 | 35 | 6 | 7 | 471 | 100 | 117 |
| Binary | 11101100 | 10101000 | 11011101 | 0 | 11101 | 110 | 111 | 100111001 | 1000000 | 1001111 |
Color Harmonies of #ECA8DD
Complementary color
Monochromatic Colors of #ECA8DD
Black with #ECA8DD
Text Example
Text Example
White with #ECA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8DD; }
p { color: rgb(236,168,221); }
H1.HeaderClassName
{
color: #ECA8DD;
}
.AnyTagClassName
{
color: #ECA8DD;
}
</style>
background-color css
<style>
a { background-color: #ECA8DD; }
a { background-color: rgb(236,168,221); }
div.DivClassName
{
background-color: #ECA8DD;
}
.BgClassName
{
background-color: #ECA8DD;
}
</style>
border-color css
<style>
span { border-color: #ECA8DD; }
span { border-color: rgb(236,168,221); }
td.TdClassName
{
border-color: #ECA8DD;
}
.TagClassName
{
border-color: #ECA8DD;
}
</style>