Shades of Lavender Pink #EAA4D1
Tints of Lavender Pink #EAA4D1
RGB
CMYK
RGB Variations
Color information
#EAA4D1 (or 0xEAA4D1) is known color: Lavender Pink. HEX triplet: EA, A4 and D1. RGB value is (234,164,209). Sum of RGB (Red+Green+Blue) = 234+164+209=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA4D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA4D1 is #155B2E. Grayscale: #BDBDBD. Windows color (decimal): -1399599 or 13739242. OLE color: 13739242.
HSL color Cylindrical-coordinate representation of color #EAA4D1: hue angle of 321.43º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAA4D1 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 209 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.08 |
| HSL | 321.43º | 0.63% | 0.78% | - |
| HSV(B) | 321.43º | 0.3% | 0.92% | - |
| XYZ | 58.72 | 48.65 | 66.62 | - |
| YUV | 190.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 209 | 0 | 0.30 | 0.11 | 0.08 | 321.43 | 0.63 | 0.78 |
| Hex | EA | A4 | D1 | 0 | 1E | B | 8 | 141 | 3E | 4E |
| Octal | 352 | 244 | 321 | 0 | 36 | 13 | 10 | 501 | 76 | 116 |
| Binary | 11101010 | 10100100 | 11010001 | 0 | 11110 | 1011 | 1000 | 101000001 | 111110 | 1001110 |
Color Harmonies of #EAA4D1
Complementary color
Monochromatic Colors of #EAA4D1
Black with #EAA4D1
Text Example
Text Example
White with #EAA4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA4D1; }
p { color: rgb(234,164,209); }
H1.HeaderClassName
{
color: #EAA4D1;
}
.AnyTagClassName
{
color: #EAA4D1;
}
</style>
background-color css
<style>
a { background-color: #EAA4D1; }
a { background-color: rgb(234,164,209); }
div.DivClassName
{
background-color: #EAA4D1;
}
.BgClassName
{
background-color: #EAA4D1;
}
</style>
border-color css
<style>
span { border-color: #EAA4D1; }
span { border-color: rgb(234,164,209); }
td.TdClassName
{
border-color: #EAA4D1;
}
.TagClassName
{
border-color: #EAA4D1;
}
</style>