Shades of Lavender Pink #ECACCC
Tints of Lavender Pink #ECACCC
RGB
CMYK
RGB Variations
Color information
#ECACCC (or 0xECACCC) is known color: Lavender Pink. HEX triplet: EC, AC and CC. RGB value is (236,172,204). Sum of RGB (Red+Green+Blue) = 236+172+204=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACCC is #135333. Grayscale: #C2C2C2. Windows color (decimal): -1266484 or 13413612. OLE color: 13413612.
HSL color Cylindrical-coordinate representation of color #ECACCC: hue angle of 330º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECACCC is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 204 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.07 |
| HSL | 330º | 0.63% | 0.8% | - |
| HSV(B) | 330º | 0.27% | 0.93% | - |
| XYZ | 60.24 | 51.7 | 63.93 | - |
| YUV | 194.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 204 | 0 | 0.27 | 0.14 | 0.07 | 330 | 0.63 | 0.8 |
| Hex | EC | AC | CC | 0 | 1B | E | 7 | 14A | 3F | 50 |
| Octal | 354 | 254 | 314 | 0 | 33 | 16 | 7 | 512 | 77 | 120 |
| Binary | 11101100 | 10101100 | 11001100 | 0 | 11011 | 1110 | 111 | 101001010 | 111111 | 1010000 |
Color Harmonies of #ECACCC
Complementary color
Monochromatic Colors of #ECACCC
Black with #ECACCC
Text Example
Text Example
White with #ECACCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACCC; }
p { color: rgb(236,172,204); }
H1.HeaderClassName
{
color: #ECACCC;
}
.AnyTagClassName
{
color: #ECACCC;
}
</style>
background-color css
<style>
a { background-color: #ECACCC; }
a { background-color: rgb(236,172,204); }
div.DivClassName
{
background-color: #ECACCC;
}
.BgClassName
{
background-color: #ECACCC;
}
</style>
border-color css
<style>
span { border-color: #ECACCC; }
span { border-color: rgb(236,172,204); }
td.TdClassName
{
border-color: #ECACCC;
}
.TagClassName
{
border-color: #ECACCC;
}
</style>