Shades of Lavender Pink #EAB5D5
Tints of Lavender Pink #EAB5D5
RGB
CMYK
RGB Variations
Color information
#EAB5D5 (or 0xEAB5D5) is known color: Lavender Pink. HEX triplet: EA, B5 and D5. RGB value is (234,181,213). Sum of RGB (Red+Green+Blue) = 234+181+213=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5D5 is #154A2A. Grayscale: #C8C8C8. Windows color (decimal): -1395243 or 14005738. OLE color: 14005738.
HSL color Cylindrical-coordinate representation of color #EAB5D5: hue angle of 323.77º 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 #EAB5D5 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 213 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.08 |
| HSL | 323.77º | 0.56% | 0.81% | - |
| HSV(B) | 323.77º | 0.23% | 0.92% | - |
| XYZ | 62.47 | 55.34 | 70.34 | - |
| YUV | 200.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 213 | 0 | 0.23 | 0.09 | 0.08 | 323.77 | 0.56 | 0.81 |
| Hex | EA | B5 | D5 | 0 | 17 | 9 | 8 | 144 | 38 | 51 |
| Octal | 352 | 265 | 325 | 0 | 27 | 11 | 10 | 504 | 70 | 121 |
| Binary | 11101010 | 10110101 | 11010101 | 0 | 10111 | 1001 | 1000 | 101000100 | 111000 | 1010001 |
Color Harmonies of #EAB5D5
Complementary color
Monochromatic Colors of #EAB5D5
Black with #EAB5D5
Text Example
Text Example
White with #EAB5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB5D5; }
p { color: rgb(234,181,213); }
H1.HeaderClassName
{
color: #EAB5D5;
}
.AnyTagClassName
{
color: #EAB5D5;
}
</style>
background-color css
<style>
a { background-color: #EAB5D5; }
a { background-color: rgb(234,181,213); }
div.DivClassName
{
background-color: #EAB5D5;
}
.BgClassName
{
background-color: #EAB5D5;
}
</style>
border-color css
<style>
span { border-color: #EAB5D5; }
span { border-color: rgb(234,181,213); }
td.TdClassName
{
border-color: #EAB5D5;
}
.TagClassName
{
border-color: #EAB5D5;
}
</style>