Shades of Lavender Pink #ECA8CC
Tints of Lavender Pink #ECA8CC
RGB
CMYK
RGB Variations
Color information
#ECA8CC (or 0xECA8CC) is known color: Lavender Pink. HEX triplet: EC, A8 and CC. RGB value is (236,168,204). Sum of RGB (Red+Green+Blue) = 236+168+204=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA8CC is #135733. Grayscale: #C0C0C0. Windows color (decimal): -1267508 or 13412588. OLE color: 13412588.
HSL color Cylindrical-coordinate representation of color #ECA8CC: hue angle of 328.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 #ECA8CC is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 204 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.07 |
| HSL | 328.24º | 0.64% | 0.79% | - |
| HSV(B) | 328.24º | 0.29% | 0.93% | - |
| XYZ | 59.49 | 50.2 | 63.68 | - |
| YUV | 192.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 204 | 0 | 0.29 | 0.14 | 0.07 | 328.24 | 0.64 | 0.79 |
| Hex | EC | A8 | CC | 0 | 1D | E | 7 | 148 | 40 | 4F |
| Octal | 354 | 250 | 314 | 0 | 35 | 16 | 7 | 510 | 100 | 117 |
| Binary | 11101100 | 10101000 | 11001100 | 0 | 11101 | 1110 | 111 | 101001000 | 1000000 | 1001111 |
Color Harmonies of #ECA8CC
Complementary color
Monochromatic Colors of #ECA8CC
Black with #ECA8CC
Text Example
Text Example
White with #ECA8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8CC; }
p { color: rgb(236,168,204); }
H1.HeaderClassName
{
color: #ECA8CC;
}
.AnyTagClassName
{
color: #ECA8CC;
}
</style>
background-color css
<style>
a { background-color: #ECA8CC; }
a { background-color: rgb(236,168,204); }
div.DivClassName
{
background-color: #ECA8CC;
}
.BgClassName
{
background-color: #ECA8CC;
}
</style>
border-color css
<style>
span { border-color: #ECA8CC; }
span { border-color: rgb(236,168,204); }
td.TdClassName
{
border-color: #ECA8CC;
}
.TagClassName
{
border-color: #ECA8CC;
}
</style>