Shades of Lavender Pink #ECA8C9
Tints of Lavender Pink #ECA8C9
RGB
CMYK
RGB Variations
Color information
#ECA8C9 (or 0xECA8C9) is known color: Lavender Pink. HEX triplet: EC, A8 and C9. RGB value is (236,168,201). Sum of RGB (Red+Green+Blue) = 236+168+201=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA8C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA8C9 is #135736. Grayscale: #C0C0C0. Windows color (decimal): -1267511 or 13215980. OLE color: 13215980.
HSL color Cylindrical-coordinate representation of color #ECA8C9: hue angle of 330.88º 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 #ECA8C9 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 201 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.07 |
| HSL | 330.88º | 0.64% | 0.79% | - |
| HSV(B) | 330.88º | 0.29% | 0.93% | - |
| XYZ | 59.14 | 50.06 | 61.8 | - |
| YUV | 192.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 201 | 0 | 0.29 | 0.15 | 0.07 | 330.88 | 0.64 | 0.79 |
| Hex | EC | A8 | C9 | 0 | 1D | F | 7 | 14B | 40 | 4F |
| Octal | 354 | 250 | 311 | 0 | 35 | 17 | 7 | 513 | 100 | 117 |
| Binary | 11101100 | 10101000 | 11001001 | 0 | 11101 | 1111 | 111 | 101001011 | 1000000 | 1001111 |
Color Harmonies of #ECA8C9
Complementary color
Monochromatic Colors of #ECA8C9
Black with #ECA8C9
Text Example
Text Example
White with #ECA8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA8C9; }
p { color: rgb(236,168,201); }
H1.HeaderClassName
{
color: #ECA8C9;
}
.AnyTagClassName
{
color: #ECA8C9;
}
</style>
background-color css
<style>
a { background-color: #ECA8C9; }
a { background-color: rgb(236,168,201); }
div.DivClassName
{
background-color: #ECA8C9;
}
.BgClassName
{
background-color: #ECA8C9;
}
</style>
border-color css
<style>
span { border-color: #ECA8C9; }
span { border-color: rgb(236,168,201); }
td.TdClassName
{
border-color: #ECA8C9;
}
.TagClassName
{
border-color: #ECA8C9;
}
</style>