Shades of Lavender Pink #EAA7D1
Tints of Lavender Pink #EAA7D1
RGB
CMYK
RGB Variations
Color information
#EAA7D1 (or 0xEAA7D1) is known color: Lavender Pink. HEX triplet: EA, A7 and D1. RGB value is (234,167,209). Sum of RGB (Red+Green+Blue) = 234+167+209=610 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.36% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA7D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA7D1 is #15582E. Grayscale: #BFBFBF. Windows color (decimal): -1398831 or 13740010. OLE color: 13740010.
HSL color Cylindrical-coordinate representation of color #EAA7D1: hue angle of 322.39º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAA7D1 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 209 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.08 |
| HSL | 322.39º | 0.61% | 0.79% | - |
| HSV(B) | 322.39º | 0.29% | 0.92% | - |
| XYZ | 59.26 | 49.73 | 66.8 | - |
| YUV | 191.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 209 | 0 | 0.29 | 0.11 | 0.08 | 322.39 | 0.61 | 0.79 |
| Hex | EA | A7 | D1 | 0 | 1D | B | 8 | 142 | 3D | 4F |
| Octal | 352 | 247 | 321 | 0 | 35 | 13 | 10 | 502 | 75 | 117 |
| Binary | 11101010 | 10100111 | 11010001 | 0 | 11101 | 1011 | 1000 | 101000010 | 111101 | 1001111 |
Color Harmonies of #EAA7D1
Complementary color
Monochromatic Colors of #EAA7D1
Black with #EAA7D1
Text Example
Text Example
White with #EAA7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA7D1; }
p { color: rgb(234,167,209); }
H1.HeaderClassName
{
color: #EAA7D1;
}
.AnyTagClassName
{
color: #EAA7D1;
}
</style>
background-color css
<style>
a { background-color: #EAA7D1; }
a { background-color: rgb(234,167,209); }
div.DivClassName
{
background-color: #EAA7D1;
}
.BgClassName
{
background-color: #EAA7D1;
}
</style>
border-color css
<style>
span { border-color: #EAA7D1; }
span { border-color: rgb(234,167,209); }
td.TdClassName
{
border-color: #EAA7D1;
}
.TagClassName
{
border-color: #EAA7D1;
}
</style>