Shades of Lavender Rose #ECAAE0
Tints of Lavender Rose #ECAAE0
RGB
CMYK
RGB Variations
Color information
#ECAAE0 (or 0xECAAE0) is known color: Lavender Rose. HEX triplet: EC, AA and E0. RGB value is (236,170,224). Sum of RGB (Red+Green+Blue) = 236+170+224=630 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.46% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAAE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAAE0 is #13551F. Grayscale: #C3C3C3. Windows color (decimal): -1266976 or 14723820. OLE color: 14723820.
HSL color Cylindrical-coordinate representation of color #ECAAE0: hue angle of 310.91º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECAAE0 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 224 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.07 |
| HSL | 310.91º | 0.63% | 0.8% | - |
| HSV(B) | 310.91º | 0.28% | 0.93% | - |
| XYZ | 62.42 | 51.96 | 77.26 | - |
| YUV | 195.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 224 | 0 | 0.28 | 0.05 | 0.07 | 310.91 | 0.63 | 0.8 |
| Hex | EC | AA | E0 | 0 | 1C | 5 | 7 | 137 | 3F | 50 |
| Octal | 354 | 252 | 340 | 0 | 34 | 5 | 7 | 467 | 77 | 120 |
| Binary | 11101100 | 10101010 | 11100000 | 0 | 11100 | 101 | 111 | 100110111 | 111111 | 1010000 |
Color Harmonies of #ECAAE0
Complementary color
Monochromatic Colors of #ECAAE0
Black with #ECAAE0
Text Example
Text Example
White with #ECAAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAAE0; }
p { color: rgb(236,170,224); }
H1.HeaderClassName
{
color: #ECAAE0;
}
.AnyTagClassName
{
color: #ECAAE0;
}
</style>
background-color css
<style>
a { background-color: #ECAAE0; }
a { background-color: rgb(236,170,224); }
div.DivClassName
{
background-color: #ECAAE0;
}
.BgClassName
{
background-color: #ECAAE0;
}
</style>
border-color css
<style>
span { border-color: #ECAAE0; }
span { border-color: rgb(236,170,224); }
td.TdClassName
{
border-color: #ECAAE0;
}
.TagClassName
{
border-color: #ECAAE0;
}
</style>