Shades of Lavender Pink #EAB0D0
Tints of Lavender Pink #EAB0D0
RGB
CMYK
RGB Variations
Color information
#EAB0D0 (or 0xEAB0D0) is known color: Lavender Pink. HEX triplet: EA, B0 and D0. RGB value is (234,176,208). Sum of RGB (Red+Green+Blue) = 234+176+208=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0D0 is #154F2F. Grayscale: #C4C4C4. Windows color (decimal): -1396528 or 13676778. OLE color: 13676778.
HSL color Cylindrical-coordinate representation of color #EAB0D0: hue angle of 326.9º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAB0D0 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 208 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.08 |
| HSL | 326.9º | 0.58% | 0.8% | - |
| HSV(B) | 326.9º | 0.25% | 0.92% | - |
| XYZ | 60.84 | 53.1 | 66.72 | - |
| YUV | 196.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 208 | 0 | 0.25 | 0.11 | 0.08 | 326.9 | 0.58 | 0.8 |
| Hex | EA | B0 | D0 | 0 | 19 | B | 8 | 147 | 3A | 50 |
| Octal | 352 | 260 | 320 | 0 | 31 | 13 | 10 | 507 | 72 | 120 |
| Binary | 11101010 | 10110000 | 11010000 | 0 | 11001 | 1011 | 1000 | 101000111 | 111010 | 1010000 |
Color Harmonies of #EAB0D0
Complementary color
Monochromatic Colors of #EAB0D0
Black with #EAB0D0
Text Example
Text Example
White with #EAB0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB0D0; }
p { color: rgb(234,176,208); }
H1.HeaderClassName
{
color: #EAB0D0;
}
.AnyTagClassName
{
color: #EAB0D0;
}
</style>
background-color css
<style>
a { background-color: #EAB0D0; }
a { background-color: rgb(234,176,208); }
div.DivClassName
{
background-color: #EAB0D0;
}
.BgClassName
{
background-color: #EAB0D0;
}
</style>
border-color css
<style>
span { border-color: #EAB0D0; }
span { border-color: rgb(234,176,208); }
td.TdClassName
{
border-color: #EAB0D0;
}
.TagClassName
{
border-color: #EAB0D0;
}
</style>