Shades of Lavender Pink #EAABCC
Tints of Lavender Pink #EAABCC
RGB
CMYK
RGB Variations
Color information
#EAABCC (or 0xEAABCC) is known color: Lavender Pink. HEX triplet: EA, AB and CC. RGB value is (234,171,204). Sum of RGB (Red+Green+Blue) = 234+171+204=609 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.42% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABCC is #155433. Grayscale: #C1C1C1. Windows color (decimal): -1397812 or 13413354. OLE color: 13413354.
HSL color Cylindrical-coordinate representation of color #EAABCC: hue angle of 328.57º 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 #EAABCC is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 204 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.08 |
| HSL | 328.57º | 0.6% | 0.79% | - |
| HSV(B) | 328.57º | 0.27% | 0.92% | - |
| XYZ | 59.39 | 50.98 | 63.84 | - |
| YUV | 193.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 204 | 0 | 0.27 | 0.13 | 0.08 | 328.57 | 0.6 | 0.79 |
| Hex | EA | AB | CC | 0 | 1B | D | 8 | 149 | 3C | 4F |
| Octal | 352 | 253 | 314 | 0 | 33 | 15 | 10 | 511 | 74 | 117 |
| Binary | 11101010 | 10101011 | 11001100 | 0 | 11011 | 1101 | 1000 | 101001001 | 111100 | 1001111 |
Color Harmonies of #EAABCC
Complementary color
Monochromatic Colors of #EAABCC
Black with #EAABCC
Text Example
Text Example
White with #EAABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAABCC; }
p { color: rgb(234,171,204); }
H1.HeaderClassName
{
color: #EAABCC;
}
.AnyTagClassName
{
color: #EAABCC;
}
</style>
background-color css
<style>
a { background-color: #EAABCC; }
a { background-color: rgb(234,171,204); }
div.DivClassName
{
background-color: #EAABCC;
}
.BgClassName
{
background-color: #EAABCC;
}
</style>
border-color css
<style>
span { border-color: #EAABCC; }
span { border-color: rgb(234,171,204); }
td.TdClassName
{
border-color: #EAABCC;
}
.TagClassName
{
border-color: #EAABCC;
}
</style>