Shades of Lavender Pink #EAB4CE
Tints of Lavender Pink #EAB4CE
RGB
CMYK
RGB Variations
Color information
#EAB4CE (or 0xEAB4CE) is known color: Lavender Pink. HEX triplet: EA, B4 and CE. RGB value is (234,180,206). Sum of RGB (Red+Green+Blue) = 234+180+206=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4CE is #154B31. Grayscale: #C7C7C7. Windows color (decimal): -1395506 or 13546730. OLE color: 13546730.
HSL color Cylindrical-coordinate representation of color #EAB4CE: hue angle of 331.11º 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 #EAB4CE is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 206 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.08 |
| HSL | 331.11º | 0.56% | 0.81% | - |
| HSV(B) | 331.11º | 0.23% | 0.92% | - |
| XYZ | 61.39 | 54.59 | 65.69 | - |
| YUV | 199.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 206 | 0 | 0.23 | 0.12 | 0.08 | 331.11 | 0.56 | 0.81 |
| Hex | EA | B4 | CE | 0 | 17 | C | 8 | 14B | 38 | 51 |
| Octal | 352 | 264 | 316 | 0 | 27 | 14 | 10 | 513 | 70 | 121 |
| Binary | 11101010 | 10110100 | 11001110 | 0 | 10111 | 1100 | 1000 | 101001011 | 111000 | 1010001 |
Color Harmonies of #EAB4CE
Complementary color
Monochromatic Colors of #EAB4CE
Black with #EAB4CE
Text Example
Text Example
White with #EAB4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB4CE; }
p { color: rgb(234,180,206); }
H1.HeaderClassName
{
color: #EAB4CE;
}
.AnyTagClassName
{
color: #EAB4CE;
}
</style>
background-color css
<style>
a { background-color: #EAB4CE; }
a { background-color: rgb(234,180,206); }
div.DivClassName
{
background-color: #EAB4CE;
}
.BgClassName
{
background-color: #EAB4CE;
}
</style>
border-color css
<style>
span { border-color: #EAB4CE; }
span { border-color: rgb(234,180,206); }
td.TdClassName
{
border-color: #EAB4CE;
}
.TagClassName
{
border-color: #EAB4CE;
}
</style>