Shades of Lavender Pink #EAB4D2
Tints of Lavender Pink #EAB4D2
RGB
CMYK
RGB Variations
Color information
#EAB4D2 (or 0xEAB4D2) is known color: Lavender Pink. HEX triplet: EA, B4 and D2. RGB value is (234,180,210). Sum of RGB (Red+Green+Blue) = 234+180+210=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 210 (82.42% from 255 or 33.65% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4D2 is #154B2D. Grayscale: #C7C7C7. Windows color (decimal): -1395502 or 13808874. OLE color: 13808874.
HSL color Cylindrical-coordinate representation of color #EAB4D2: hue angle of 326.67º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB4D2 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 210 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.08 |
| HSL | 326.67º | 0.56% | 0.81% | - |
| HSV(B) | 326.67º | 0.23% | 0.92% | - |
| XYZ | 61.89 | 54.79 | 68.29 | - |
| YUV | 199.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 210 | 0 | 0.23 | 0.10 | 0.08 | 326.67 | 0.56 | 0.81 |
| Hex | EA | B4 | D2 | 0 | 17 | A | 8 | 147 | 38 | 51 |
| Octal | 352 | 264 | 322 | 0 | 27 | 12 | 10 | 507 | 70 | 121 |
| Binary | 11101010 | 10110100 | 11010010 | 0 | 10111 | 1010 | 1000 | 101000111 | 111000 | 1010001 |
Color Harmonies of #EAB4D2
Complementary color
Monochromatic Colors of #EAB4D2
Black with #EAB4D2
Text Example
Text Example
White with #EAB4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB4D2; }
p { color: rgb(234,180,210); }
H1.HeaderClassName
{
color: #EAB4D2;
}
.AnyTagClassName
{
color: #EAB4D2;
}
</style>
background-color css
<style>
a { background-color: #EAB4D2; }
a { background-color: rgb(234,180,210); }
div.DivClassName
{
background-color: #EAB4D2;
}
.BgClassName
{
background-color: #EAB4D2;
}
</style>
border-color css
<style>
span { border-color: #EAB4D2; }
span { border-color: rgb(234,180,210); }
td.TdClassName
{
border-color: #EAB4D2;
}
.TagClassName
{
border-color: #EAB4D2;
}
</style>