Shades of Lavender Pink #EAB3CF
Tints of Lavender Pink #EAB3CF
RGB
CMYK
RGB Variations
Color information
#EAB3CF (or 0xEAB3CF) is known color: Lavender Pink. HEX triplet: EA, B3 and CF. RGB value is (234,179,207). Sum of RGB (Red+Green+Blue) = 234+179+207=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3CF is #154C30. Grayscale: #C6C6C6. Windows color (decimal): -1395761 or 13612010. OLE color: 13612010.
HSL color Cylindrical-coordinate representation of color #EAB3CF: hue angle of 329.45º degrees, saturation: 0.57, 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 #EAB3CF is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 207 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.08 |
| HSL | 329.45º | 0.57% | 0.81% | - |
| HSV(B) | 329.45º | 0.24% | 0.92% | - |
| XYZ | 61.31 | 54.24 | 66.27 | - |
| YUV | 198.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 207 | 0 | 0.24 | 0.12 | 0.08 | 329.45 | 0.57 | 0.81 |
| Hex | EA | B3 | CF | 0 | 18 | C | 8 | 149 | 39 | 51 |
| Octal | 352 | 263 | 317 | 0 | 30 | 14 | 10 | 511 | 71 | 121 |
| Binary | 11101010 | 10110011 | 11001111 | 0 | 11000 | 1100 | 1000 | 101001001 | 111001 | 1010001 |
Color Harmonies of #EAB3CF
Complementary color
Monochromatic Colors of #EAB3CF
Black with #EAB3CF
Text Example
Text Example
White with #EAB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB3CF; }
p { color: rgb(234,179,207); }
H1.HeaderClassName
{
color: #EAB3CF;
}
.AnyTagClassName
{
color: #EAB3CF;
}
</style>
background-color css
<style>
a { background-color: #EAB3CF; }
a { background-color: rgb(234,179,207); }
div.DivClassName
{
background-color: #EAB3CF;
}
.BgClassName
{
background-color: #EAB3CF;
}
</style>
border-color css
<style>
span { border-color: #EAB3CF; }
span { border-color: rgb(234,179,207); }
td.TdClassName
{
border-color: #EAB3CF;
}
.TagClassName
{
border-color: #EAB3CF;
}
</style>