Shades of Lavender Pink #EAB1CF
Tints of Lavender Pink #EAB1CF
RGB
CMYK
RGB Variations
Color information
#EAB1CF (or 0xEAB1CF) is known color: Lavender Pink. HEX triplet: EA, B1 and CF. RGB value is (234,177,207). Sum of RGB (Red+Green+Blue) = 234+177+207=618 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.86% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1CF is #154E30. Grayscale: #C5C5C5. Windows color (decimal): -1396273 or 13611498. OLE color: 13611498.
HSL color Cylindrical-coordinate representation of color #EAB1CF: hue angle of 328.42º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB1CF is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 207 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.08 |
| HSL | 328.42º | 0.58% | 0.81% | - |
| HSV(B) | 328.42º | 0.24% | 0.92% | - |
| XYZ | 60.92 | 53.44 | 66.14 | - |
| YUV | 197.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 207 | 0 | 0.24 | 0.12 | 0.08 | 328.42 | 0.58 | 0.81 |
| Hex | EA | B1 | CF | 0 | 18 | C | 8 | 148 | 3A | 51 |
| Octal | 352 | 261 | 317 | 0 | 30 | 14 | 10 | 510 | 72 | 121 |
| Binary | 11101010 | 10110001 | 11001111 | 0 | 11000 | 1100 | 1000 | 101001000 | 111010 | 1010001 |
Color Harmonies of #EAB1CF
Complementary color
Monochromatic Colors of #EAB1CF
Black with #EAB1CF
Text Example
Text Example
White with #EAB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB1CF; }
p { color: rgb(234,177,207); }
H1.HeaderClassName
{
color: #EAB1CF;
}
.AnyTagClassName
{
color: #EAB1CF;
}
</style>
background-color css
<style>
a { background-color: #EAB1CF; }
a { background-color: rgb(234,177,207); }
div.DivClassName
{
background-color: #EAB1CF;
}
.BgClassName
{
background-color: #EAB1CF;
}
</style>
border-color css
<style>
span { border-color: #EAB1CF; }
span { border-color: rgb(234,177,207); }
td.TdClassName
{
border-color: #EAB1CF;
}
.TagClassName
{
border-color: #EAB1CF;
}
</style>