Shades of Lavender Pink #EAA9CB
Tints of Lavender Pink #EAA9CB
RGB
CMYK
RGB Variations
Color information
#EAA9CB (or 0xEAA9CB) is known color: Lavender Pink. HEX triplet: EA, A9 and CB. RGB value is (234,169,203). Sum of RGB (Red+Green+Blue) = 234+169+203=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9CB is #155634. Grayscale: #C0C0C0. Windows color (decimal): -1398325 or 13347306. OLE color: 13347306.
HSL color Cylindrical-coordinate representation of color #EAA9CB: hue angle of 328.62º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9CB is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 203 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.08 |
| HSL | 328.62º | 0.61% | 0.79% | - |
| HSV(B) | 328.62º | 0.28% | 0.92% | - |
| XYZ | 58.9 | 50.18 | 63.08 | - |
| YUV | 192.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 203 | 0 | 0.28 | 0.13 | 0.08 | 328.62 | 0.61 | 0.79 |
| Hex | EA | A9 | CB | 0 | 1C | D | 8 | 149 | 3D | 4F |
| Octal | 352 | 251 | 313 | 0 | 34 | 15 | 10 | 511 | 75 | 117 |
| Binary | 11101010 | 10101001 | 11001011 | 0 | 11100 | 1101 | 1000 | 101001001 | 111101 | 1001111 |
Color Harmonies of #EAA9CB
Complementary color
Monochromatic Colors of #EAA9CB
Black with #EAA9CB
Text Example
Text Example
White with #EAA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA9CB; }
p { color: rgb(234,169,203); }
H1.HeaderClassName
{
color: #EAA9CB;
}
.AnyTagClassName
{
color: #EAA9CB;
}
</style>
background-color css
<style>
a { background-color: #EAA9CB; }
a { background-color: rgb(234,169,203); }
div.DivClassName
{
background-color: #EAA9CB;
}
.BgClassName
{
background-color: #EAA9CB;
}
</style>
border-color css
<style>
span { border-color: #EAA9CB; }
span { border-color: rgb(234,169,203); }
td.TdClassName
{
border-color: #EAA9CB;
}
.TagClassName
{
border-color: #EAA9CB;
}
</style>