Shades of Lavender Pink #ECACCB
Tints of Lavender Pink #ECACCB
RGB
CMYK
RGB Variations
Color information
#ECACCB (or 0xECACCB) is known color: Lavender Pink. HEX triplet: EC, AC and CB. RGB value is (236,172,203). Sum of RGB (Red+Green+Blue) = 236+172+203=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACCB is #135334. Grayscale: #C2C2C2. Windows color (decimal): -1266485 or 13348076. OLE color: 13348076.
HSL color Cylindrical-coordinate representation of color #ECACCB: hue angle of 330.94º 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 #ECACCB is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 203 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.07 |
| HSL | 330.94º | 0.63% | 0.8% | - |
| HSV(B) | 330.94º | 0.27% | 0.93% | - |
| XYZ | 60.12 | 51.65 | 63.3 | - |
| YUV | 194.67 | 132.7 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 203 | 0 | 0.27 | 0.14 | 0.07 | 330.94 | 0.63 | 0.8 |
| Hex | EC | AC | CB | 0 | 1B | E | 7 | 14B | 3F | 50 |
| Octal | 354 | 254 | 313 | 0 | 33 | 16 | 7 | 513 | 77 | 120 |
| Binary | 11101100 | 10101100 | 11001011 | 0 | 11011 | 1110 | 111 | 101001011 | 111111 | 1010000 |
Color Harmonies of #ECACCB
Complementary color
Monochromatic Colors of #ECACCB
Black with #ECACCB
Text Example
Text Example
White with #ECACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACCB; }
p { color: rgb(236,172,203); }
H1.HeaderClassName
{
color: #ECACCB;
}
.AnyTagClassName
{
color: #ECACCB;
}
</style>
background-color css
<style>
a { background-color: #ECACCB; }
a { background-color: rgb(236,172,203); }
div.DivClassName
{
background-color: #ECACCB;
}
.BgClassName
{
background-color: #ECACCB;
}
</style>
border-color css
<style>
span { border-color: #ECACCB; }
span { border-color: rgb(236,172,203); }
td.TdClassName
{
border-color: #ECACCB;
}
.TagClassName
{
border-color: #ECACCB;
}
</style>