Shades of Lavender Pink #EAAAD2
Tints of Lavender Pink #EAAAD2
RGB
CMYK
RGB Variations
Color information
#EAAAD2 (or 0xEAAAD2) is known color: Lavender Pink. HEX triplet: EA, AA and D2. RGB value is (234,170,210). Sum of RGB (Red+Green+Blue) = 234+170+210=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAAD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAAAD2 is #15552D. Grayscale: #C1C1C1. Windows color (decimal): -1398062 or 13806314. OLE color: 13806314.
HSL color Cylindrical-coordinate representation of color #EAAAD2: hue angle of 322.5º 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 #EAAAD2 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 210 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.08 |
| HSL | 322.5º | 0.6% | 0.79% | - |
| HSV(B) | 322.5º | 0.27% | 0.92% | - |
| XYZ | 59.94 | 50.9 | 67.64 | - |
| YUV | 193.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 210 | 0 | 0.27 | 0.10 | 0.08 | 322.5 | 0.6 | 0.79 |
| Hex | EA | AA | D2 | 0 | 1B | A | 8 | 142 | 3C | 4F |
| Octal | 352 | 252 | 322 | 0 | 33 | 12 | 10 | 502 | 74 | 117 |
| Binary | 11101010 | 10101010 | 11010010 | 0 | 11011 | 1010 | 1000 | 101000010 | 111100 | 1001111 |
Color Harmonies of #EAAAD2
Complementary color
Monochromatic Colors of #EAAAD2
Black with #EAAAD2
Text Example
Text Example
White with #EAAAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAAD2; }
p { color: rgb(234,170,210); }
H1.HeaderClassName
{
color: #EAAAD2;
}
.AnyTagClassName
{
color: #EAAAD2;
}
</style>
background-color css
<style>
a { background-color: #EAAAD2; }
a { background-color: rgb(234,170,210); }
div.DivClassName
{
background-color: #EAAAD2;
}
.BgClassName
{
background-color: #EAAAD2;
}
</style>
border-color css
<style>
span { border-color: #EAAAD2; }
span { border-color: rgb(234,170,210); }
td.TdClassName
{
border-color: #EAAAD2;
}
.TagClassName
{
border-color: #EAAAD2;
}
</style>