Shades of Lavender Pink #EAA9CF
Tints of Lavender Pink #EAA9CF
RGB
CMYK
RGB Variations
Color information
#EAA9CF (or 0xEAA9CF) is known color: Lavender Pink. HEX triplet: EA, A9 and CF. RGB value is (234,169,207). Sum of RGB (Red+Green+Blue) = 234+169+207=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9CF is #155630. Grayscale: #C0C0C0. Windows color (decimal): -1398321 or 13609450. OLE color: 13609450.
HSL color Cylindrical-coordinate representation of color #EAA9CF: hue angle of 324.92º 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 #EAA9CF is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 207 | - |
| CMYK | 0 | 0.28 | 0.12 | 0.08 |
| HSL | 324.92º | 0.61% | 0.79% | - |
| HSV(B) | 324.92º | 0.28% | 0.92% | - |
| XYZ | 59.38 | 50.37 | 65.62 | - |
| YUV | 192.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 207 | 0 | 0.28 | 0.12 | 0.08 | 324.92 | 0.61 | 0.79 |
| Hex | EA | A9 | CF | 0 | 1C | C | 8 | 145 | 3D | 4F |
| Octal | 352 | 251 | 317 | 0 | 34 | 14 | 10 | 505 | 75 | 117 |
| Binary | 11101010 | 10101001 | 11001111 | 0 | 11100 | 1100 | 1000 | 101000101 | 111101 | 1001111 |
Color Harmonies of #EAA9CF
Complementary color
Monochromatic Colors of #EAA9CF
Black with #EAA9CF
Text Example
Text Example
White with #EAA9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA9CF; }
p { color: rgb(234,169,207); }
H1.HeaderClassName
{
color: #EAA9CF;
}
.AnyTagClassName
{
color: #EAA9CF;
}
</style>
background-color css
<style>
a { background-color: #EAA9CF; }
a { background-color: rgb(234,169,207); }
div.DivClassName
{
background-color: #EAA9CF;
}
.BgClassName
{
background-color: #EAA9CF;
}
</style>
border-color css
<style>
span { border-color: #EAA9CF; }
span { border-color: rgb(234,169,207); }
td.TdClassName
{
border-color: #EAA9CF;
}
.TagClassName
{
border-color: #EAA9CF;
}
</style>