Shades of Lavender Pink #EAB5D1
Tints of Lavender Pink #EAB5D1
RGB
CMYK
RGB Variations
Color information
#EAB5D1 (or 0xEAB5D1) is known color: Lavender Pink. HEX triplet: EA, B5 and D1. RGB value is (234,181,209). Sum of RGB (Red+Green+Blue) = 234+181+209=624 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.5% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5D1 is #154A2E. Grayscale: #C7C7C7. Windows color (decimal): -1395247 or 13743594. OLE color: 13743594.
HSL color Cylindrical-coordinate representation of color #EAB5D1: hue angle of 328.3º 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 #EAB5D1 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 209 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.08 |
| HSL | 328.3º | 0.56% | 0.81% | - |
| HSV(B) | 328.3º | 0.23% | 0.92% | - |
| XYZ | 61.96 | 55.14 | 67.7 | - |
| YUV | 200.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 209 | 0 | 0.23 | 0.11 | 0.08 | 328.3 | 0.56 | 0.81 |
| Hex | EA | B5 | D1 | 0 | 17 | B | 8 | 148 | 38 | 51 |
| Octal | 352 | 265 | 321 | 0 | 27 | 13 | 10 | 510 | 70 | 121 |
| Binary | 11101010 | 10110101 | 11010001 | 0 | 10111 | 1011 | 1000 | 101001000 | 111000 | 1010001 |
Color Harmonies of #EAB5D1
Complementary color
Monochromatic Colors of #EAB5D1
Black with #EAB5D1
Text Example
Text Example
White with #EAB5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB5D1; }
p { color: rgb(234,181,209); }
H1.HeaderClassName
{
color: #EAB5D1;
}
.AnyTagClassName
{
color: #EAB5D1;
}
</style>
background-color css
<style>
a { background-color: #EAB5D1; }
a { background-color: rgb(234,181,209); }
div.DivClassName
{
background-color: #EAB5D1;
}
.BgClassName
{
background-color: #EAB5D1;
}
</style>
border-color css
<style>
span { border-color: #EAB5D1; }
span { border-color: rgb(234,181,209); }
td.TdClassName
{
border-color: #EAB5D1;
}
.TagClassName
{
border-color: #EAB5D1;
}
</style>