Shades of Lavender Rose #ECA8E2
Tints of Lavender Rose #ECA8E2
RGB
CMYK
RGB Variations
Color information
#ECA8E2 (or 0xECA8E2) is known color: Lavender Rose. HEX triplet: EC, A8 and E2. RGB value is (236,168,226). Sum of RGB (Red+Green+Blue) = 236+168+226=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 226 (88.67% from 255 or 35.87% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA8E2 is #13571D. Grayscale: #C2C2C2. Windows color (decimal): -1267486 or 14854380. OLE color: 14854380.
HSL color Cylindrical-coordinate representation of color #ECA8E2: hue angle of 308.82º 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 #ECA8E2 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 226 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.07 |
| HSL | 308.82º | 0.64% | 0.79% | - |
| HSV(B) | 308.82º | 0.29% | 0.93% | - |
| XYZ | 62.32 | 51.33 | 78.57 | - |
| YUV | 194.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 226 | 0 | 0.29 | 0.04 | 0.07 | 308.82 | 0.64 | 0.79 |
| Hex | EC | A8 | E2 | 0 | 1D | 4 | 7 | 135 | 40 | 4F |
| Octal | 354 | 250 | 342 | 0 | 35 | 4 | 7 | 465 | 100 | 117 |
| Binary | 11101100 | 10101000 | 11100010 | 0 | 11101 | 100 | 111 | 100110101 | 1000000 | 1001111 |
Color Harmonies of #ECA8E2
Complementary color
Monochromatic Colors of #ECA8E2
Black with #ECA8E2
Text Example
Text Example
White with #ECA8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8E2; }
p { color: rgb(236,168,226); }
H1.HeaderClassName
{
color: #ECA8E2;
}
.AnyTagClassName
{
color: #ECA8E2;
}
</style>
background-color css
<style>
a { background-color: #ECA8E2; }
a { background-color: rgb(236,168,226); }
div.DivClassName
{
background-color: #ECA8E2;
}
.BgClassName
{
background-color: #ECA8E2;
}
</style>
border-color css
<style>
span { border-color: #ECA8E2; }
span { border-color: rgb(236,168,226); }
td.TdClassName
{
border-color: #ECA8E2;
}
.TagClassName
{
border-color: #ECA8E2;
}
</style>