Shades of Lavender Pink #ECAECC
Tints of Lavender Pink #ECAECC
RGB
CMYK
RGB Variations
Color information
#ECAECC (or 0xECAECC) is known color: Lavender Pink. HEX triplet: EC, AE and CC. RGB value is (236,174,204). Sum of RGB (Red+Green+Blue) = 236+174+204=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAECC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECAECC is #135133. Grayscale: #C3C3C3. Windows color (decimal): -1265972 or 13414124. OLE color: 13414124.
HSL color Cylindrical-coordinate representation of color #ECAECC: hue angle of 330.97º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECAECC is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 204 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.07 |
| HSL | 330.97º | 0.62% | 0.8% | - |
| HSV(B) | 330.97º | 0.26% | 0.93% | - |
| XYZ | 60.63 | 52.46 | 64.06 | - |
| YUV | 195.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 204 | 0 | 0.26 | 0.14 | 0.07 | 330.97 | 0.62 | 0.8 |
| Hex | EC | AE | CC | 0 | 1A | E | 7 | 14B | 3E | 50 |
| Octal | 354 | 256 | 314 | 0 | 32 | 16 | 7 | 513 | 76 | 120 |
| Binary | 11101100 | 10101110 | 11001100 | 0 | 11010 | 1110 | 111 | 101001011 | 111110 | 1010000 |
Color Harmonies of #ECAECC
Complementary color
Monochromatic Colors of #ECAECC
Black with #ECAECC
Text Example
Text Example
White with #ECAECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAECC; }
p { color: rgb(236,174,204); }
H1.HeaderClassName
{
color: #ECAECC;
}
.AnyTagClassName
{
color: #ECAECC;
}
</style>
background-color css
<style>
a { background-color: #ECAECC; }
a { background-color: rgb(236,174,204); }
div.DivClassName
{
background-color: #ECAECC;
}
.BgClassName
{
background-color: #ECAECC;
}
</style>
border-color css
<style>
span { border-color: #ECAECC; }
span { border-color: rgb(236,174,204); }
td.TdClassName
{
border-color: #ECAECC;
}
.TagClassName
{
border-color: #ECAECC;
}
</style>