Shades of Lavender Pink #EAABD2
Tints of Lavender Pink #EAABD2
RGB
CMYK
RGB Variations
Color information
#EAABD2 (or 0xEAABD2) is known color: Lavender Pink. HEX triplet: EA, AB and D2. RGB value is (234,171,210). Sum of RGB (Red+Green+Blue) = 234+171+210=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EAABD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAABD2 is #15542D. Grayscale: #C2C2C2. Windows color (decimal): -1397806 or 13806570. OLE color: 13806570.
HSL color Cylindrical-coordinate representation of color #EAABD2: hue angle of 322.86º 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 #EAABD2 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 210 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.08 |
| HSL | 322.86º | 0.6% | 0.79% | - |
| HSV(B) | 322.86º | 0.27% | 0.92% | - |
| XYZ | 60.13 | 51.27 | 67.7 | - |
| YUV | 194.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 210 | 0 | 0.27 | 0.10 | 0.08 | 322.86 | 0.6 | 0.79 |
| Hex | EA | AB | D2 | 0 | 1B | A | 8 | 143 | 3C | 4F |
| Octal | 352 | 253 | 322 | 0 | 33 | 12 | 10 | 503 | 74 | 117 |
| Binary | 11101010 | 10101011 | 11010010 | 0 | 11011 | 1010 | 1000 | 101000011 | 111100 | 1001111 |
Color Harmonies of #EAABD2
Complementary color
Monochromatic Colors of #EAABD2
Black with #EAABD2
Text Example
Text Example
White with #EAABD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAABD2; }
p { color: rgb(234,171,210); }
H1.HeaderClassName
{
color: #EAABD2;
}
.AnyTagClassName
{
color: #EAABD2;
}
</style>
background-color css
<style>
a { background-color: #EAABD2; }
a { background-color: rgb(234,171,210); }
div.DivClassName
{
background-color: #EAABD2;
}
.BgClassName
{
background-color: #EAABD2;
}
</style>
border-color css
<style>
span { border-color: #EAABD2; }
span { border-color: rgb(234,171,210); }
td.TdClassName
{
border-color: #EAABD2;
}
.TagClassName
{
border-color: #EAABD2;
}
</style>