Shades of Lavender Pink #ECA8CB
Tints of Lavender Pink #ECA8CB
RGB
CMYK
RGB Variations
Color information
#ECA8CB (or 0xECA8CB) is known color: Lavender Pink. HEX triplet: EC, A8 and CB. RGB value is (236,168,203). Sum of RGB (Red+Green+Blue) = 236+168+203=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA8CB is #135734. Grayscale: #C0C0C0. Windows color (decimal): -1267509 or 13347052. OLE color: 13347052.
HSL color Cylindrical-coordinate representation of color #ECA8CB: hue angle of 329.12º 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 #ECA8CB is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 203 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.07 |
| HSL | 329.12º | 0.64% | 0.79% | - |
| HSV(B) | 329.12º | 0.29% | 0.93% | - |
| XYZ | 59.37 | 50.15 | 63.05 | - |
| YUV | 192.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 203 | 0 | 0.29 | 0.14 | 0.07 | 329.12 | 0.64 | 0.79 |
| Hex | EC | A8 | CB | 0 | 1D | E | 7 | 149 | 40 | 4F |
| Octal | 354 | 250 | 313 | 0 | 35 | 16 | 7 | 511 | 100 | 117 |
| Binary | 11101100 | 10101000 | 11001011 | 0 | 11101 | 1110 | 111 | 101001001 | 1000000 | 1001111 |
Color Harmonies of #ECA8CB
Complementary color
Monochromatic Colors of #ECA8CB
Black with #ECA8CB
Text Example
Text Example
White with #ECA8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8CB; }
p { color: rgb(236,168,203); }
H1.HeaderClassName
{
color: #ECA8CB;
}
.AnyTagClassName
{
color: #ECA8CB;
}
</style>
background-color css
<style>
a { background-color: #ECA8CB; }
a { background-color: rgb(236,168,203); }
div.DivClassName
{
background-color: #ECA8CB;
}
.BgClassName
{
background-color: #ECA8CB;
}
</style>
border-color css
<style>
span { border-color: #ECA8CB; }
span { border-color: rgb(236,168,203); }
td.TdClassName
{
border-color: #ECA8CB;
}
.TagClassName
{
border-color: #ECA8CB;
}
</style>