Shades of French Lilac #EAB7E2
Tints of French Lilac #EAB7E2
RGB
CMYK
RGB Variations
Color information
#EAB7E2 (or 0xEAB7E2) is known color: French Lilac. HEX triplet: EA, B7 and E2. RGB value is (234,183,226). Sum of RGB (Red+Green+Blue) = 234+183+226=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB7E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB7E2 is #15481D. Grayscale: #CBCBCB. Windows color (decimal): -1394718 or 14858218. OLE color: 14858218.
HSL color Cylindrical-coordinate representation of color #EAB7E2: hue angle of 309.41º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAB7E2 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 183 | 226 | - |
CMYK | 0 | 0.22 | 0.03 | 0.08 |
HSL | 309.41º | 0.55% | 0.82% | - |
HSV(B) | 309.41º | 0.22% | 0.92% | - |
XYZ | 64.59 | 56.85 | 79.52 | - |
YUV | 203.15 | 140.9 | 150 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 183 | 226 | 0 | 0.22 | 0.03 | 0.08 | 309.41 | 0.55 | 0.82 |
Hex | EA | B7 | E2 | 0 | 16 | 3 | 8 | 135 | 37 | 52 |
Octal | 352 | 267 | 342 | 0 | 26 | 3 | 10 | 465 | 67 | 122 |
Binary | 11101010 | 10110111 | 11100010 | 0 | 10110 | 11 | 1000 | 100110101 | 110111 | 1010010 |
Color Harmonies of #EAB7E2
Complementary color
Monochromatic Colors of #EAB7E2
Black with #EAB7E2
Text Example
Text Example
White with #EAB7E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB7E2; }
p { color: rgb(234,183,226); }
H1.HeaderClassName
{
color: #EAB7E2;
}
.AnyTagClassName
{
color: #EAB7E2;
}
</style>
background-color css
<style>
a { background-color: #EAB7E2; }
a { background-color: rgb(234,183,226); }
div.DivClassName
{
background-color: #EAB7E2;
}
.BgClassName
{
background-color: #EAB7E2;
}
</style>
border-color css
<style>
span { border-color: #EAB7E2; }
span { border-color: rgb(234,183,226); }
td.TdClassName
{
border-color: #EAB7E2;
}
.TagClassName
{
border-color: #EAB7E2;
}
</style>