Shades of Lavender Pink #EAABCB
Tints of Lavender Pink #EAABCB
RGB
CMYK
RGB Variations
Color information
#EAABCB (or 0xEAABCB) is known color: Lavender Pink. HEX triplet: EA, AB and CB. RGB value is (234,171,203). Sum of RGB (Red+Green+Blue) = 234+171+203=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABCB is #155434. Grayscale: #C1C1C1. Windows color (decimal): -1397813 or 13347818. OLE color: 13347818.
HSL color Cylindrical-coordinate representation of color #EAABCB: hue angle of 329.52º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAABCB is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 203 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.08 |
| HSL | 329.52º | 0.6% | 0.79% | - |
| HSV(B) | 329.52º | 0.27% | 0.92% | - |
| XYZ | 59.27 | 50.93 | 63.21 | - |
| YUV | 193.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 203 | 0 | 0.27 | 0.13 | 0.08 | 329.52 | 0.6 | 0.79 |
| Hex | EA | AB | CB | 0 | 1B | D | 8 | 14A | 3C | 4F |
| Octal | 352 | 253 | 313 | 0 | 33 | 15 | 10 | 512 | 74 | 117 |
| Binary | 11101010 | 10101011 | 11001011 | 0 | 11011 | 1101 | 1000 | 101001010 | 111100 | 1001111 |
Color Harmonies of #EAABCB
Complementary color
Monochromatic Colors of #EAABCB
Black with #EAABCB
Text Example
Text Example
White with #EAABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAABCB; }
p { color: rgb(234,171,203); }
H1.HeaderClassName
{
color: #EAABCB;
}
.AnyTagClassName
{
color: #EAABCB;
}
</style>
background-color css
<style>
a { background-color: #EAABCB; }
a { background-color: rgb(234,171,203); }
div.DivClassName
{
background-color: #EAABCB;
}
.BgClassName
{
background-color: #EAABCB;
}
</style>
border-color css
<style>
span { border-color: #EAABCB; }
span { border-color: rgb(234,171,203); }
td.TdClassName
{
border-color: #EAABCB;
}
.TagClassName
{
border-color: #EAABCB;
}
</style>