Shades of Lavender Pink #EAAAD0
Tints of Lavender Pink #EAAAD0
RGB
CMYK
RGB Variations
Color information
#EAAAD0 (or 0xEAAAD0) is known color: Lavender Pink. HEX triplet: EA, AA and D0. RGB value is (234,170,208). Sum of RGB (Red+Green+Blue) = 234+170+208=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAD0 is #15552F. Grayscale: #C1C1C1. Windows color (decimal): -1398064 or 13675242. OLE color: 13675242.
HSL color Cylindrical-coordinate representation of color #EAAAD0: hue angle of 324.38º 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 #EAAAD0 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 208 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.08 |
| HSL | 324.38º | 0.6% | 0.79% | - |
| HSV(B) | 324.38º | 0.27% | 0.92% | - |
| XYZ | 59.69 | 50.8 | 66.33 | - |
| YUV | 193.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 208 | 0 | 0.27 | 0.11 | 0.08 | 324.38 | 0.6 | 0.79 |
| Hex | EA | AA | D0 | 0 | 1B | B | 8 | 144 | 3C | 4F |
| Octal | 352 | 252 | 320 | 0 | 33 | 13 | 10 | 504 | 74 | 117 |
| Binary | 11101010 | 10101010 | 11010000 | 0 | 11011 | 1011 | 1000 | 101000100 | 111100 | 1001111 |
Color Harmonies of #EAAAD0
Complementary color
Monochromatic Colors of #EAAAD0
Black with #EAAAD0
Text Example
Text Example
White with #EAAAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAD0; }
p { color: rgb(234,170,208); }
H1.HeaderClassName
{
color: #EAAAD0;
}
.AnyTagClassName
{
color: #EAAAD0;
}
</style>
background-color css
<style>
a { background-color: #EAAAD0; }
a { background-color: rgb(234,170,208); }
div.DivClassName
{
background-color: #EAAAD0;
}
.BgClassName
{
background-color: #EAAAD0;
}
</style>
border-color css
<style>
span { border-color: #EAAAD0; }
span { border-color: rgb(234,170,208); }
td.TdClassName
{
border-color: #EAAAD0;
}
.TagClassName
{
border-color: #EAAAD0;
}
</style>