Shades of Lavender Pink #ECABC9
Tints of Lavender Pink #ECABC9
RGB
CMYK
RGB Variations
Color information
#ECABC9 (or 0xECABC9) is known color: Lavender Pink. HEX triplet: EC, AB and C9. RGB value is (236,171,201). Sum of RGB (Red+Green+Blue) = 236+171+201=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECABC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECABC9 is #135436. Grayscale: #C1C1C1. Windows color (decimal): -1266743 or 13216748. OLE color: 13216748.
HSL color Cylindrical-coordinate representation of color #ECABC9: hue angle of 332.31º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECABC9 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 171 | 201 | - |
CMYK | 0 | 0.28 | 0.15 | 0.07 |
HSL | 332.31º | 0.63% | 0.8% | - |
HSV(B) | 332.31º | 0.28% | 0.93% | - |
XYZ | 59.7 | 51.18 | 61.99 | - |
YUV | 193.86 | 132.03 | 158.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 171 | 201 | 0 | 0.28 | 0.15 | 0.07 | 332.31 | 0.63 | 0.8 |
Hex | EC | AB | C9 | 0 | 1C | F | 7 | 14C | 3F | 50 |
Octal | 354 | 253 | 311 | 0 | 34 | 17 | 7 | 514 | 77 | 120 |
Binary | 11101100 | 10101011 | 11001001 | 0 | 11100 | 1111 | 111 | 101001100 | 111111 | 1010000 |
Color Harmonies of #ECABC9
Complementary color
Monochromatic Colors of #ECABC9
Black with #ECABC9
Text Example
Text Example
White with #ECABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECABC9; }
p { color: rgb(236,171,201); }
H1.HeaderClassName
{
color: #ECABC9;
}
.AnyTagClassName
{
color: #ECABC9;
}
</style>
background-color css
<style>
a { background-color: #ECABC9; }
a { background-color: rgb(236,171,201); }
div.DivClassName
{
background-color: #ECABC9;
}
.BgClassName
{
background-color: #ECABC9;
}
</style>
border-color css
<style>
span { border-color: #ECABC9; }
span { border-color: rgb(236,171,201); }
td.TdClassName
{
border-color: #ECABC9;
}
.TagClassName
{
border-color: #ECABC9;
}
</style>