Shades of Lavender Pink #EAB5CF
Tints of Lavender Pink #EAB5CF
RGB
CMYK
RGB Variations
Color information
#EAB5CF (or 0xEAB5CF) is known color: Lavender Pink. HEX triplet: EA, B5 and CF. RGB value is (234,181,207). Sum of RGB (Red+Green+Blue) = 234+181+207=622 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.62% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5CF is #154A30. Grayscale: #C7C7C7. Windows color (decimal): -1395249 or 13612522. OLE color: 13612522.
HSL color Cylindrical-coordinate representation of color #EAB5CF: hue angle of 330.57º 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 #EAB5CF is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 207 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.08 |
| HSL | 330.57º | 0.56% | 0.81% | - |
| HSV(B) | 330.57º | 0.23% | 0.92% | - |
| XYZ | 61.72 | 55.05 | 66.4 | - |
| YUV | 199.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 207 | 0 | 0.23 | 0.12 | 0.08 | 330.57 | 0.56 | 0.81 |
| Hex | EA | B5 | CF | 0 | 17 | C | 8 | 14B | 38 | 51 |
| Octal | 352 | 265 | 317 | 0 | 27 | 14 | 10 | 513 | 70 | 121 |
| Binary | 11101010 | 10110101 | 11001111 | 0 | 10111 | 1100 | 1000 | 101001011 | 111000 | 1010001 |
Color Harmonies of #EAB5CF
Complementary color
Monochromatic Colors of #EAB5CF
Black with #EAB5CF
Text Example
Text Example
White with #EAB5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB5CF; }
p { color: rgb(234,181,207); }
H1.HeaderClassName
{
color: #EAB5CF;
}
.AnyTagClassName
{
color: #EAB5CF;
}
</style>
background-color css
<style>
a { background-color: #EAB5CF; }
a { background-color: rgb(234,181,207); }
div.DivClassName
{
background-color: #EAB5CF;
}
.BgClassName
{
background-color: #EAB5CF;
}
</style>
border-color css
<style>
span { border-color: #EAB5CF; }
span { border-color: rgb(234,181,207); }
td.TdClassName
{
border-color: #EAB5CF;
}
.TagClassName
{
border-color: #EAB5CF;
}
</style>