Shades of French Lilac #EAB5E2
Tints of French Lilac #EAB5E2
RGB
CMYK
RGB Variations
Color information
#EAB5E2 (or 0xEAB5E2) is known color: French Lilac. HEX triplet: EA, B5 and E2. RGB value is (234,181,226). Sum of RGB (Red+Green+Blue) = 234+181+226=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 181 (71.09% from 255 or 28.24% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5E2 is #154A1D. Grayscale: #C9C9C9. Windows color (decimal): -1395230 or 14857706. OLE color: 14857706.
HSL color Cylindrical-coordinate representation of color #EAB5E2: hue angle of 309.06º 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 #EAB5E2 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 181 | 226 | - |
CMYK | 0 | 0.23 | 0.03 | 0.08 |
HSL | 309.06º | 0.56% | 0.81% | - |
HSV(B) | 309.06º | 0.23% | 0.92% | - |
XYZ | 64.18 | 56.03 | 79.38 | - |
YUV | 201.98 | 141.56 | 150.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 181 | 226 | 0 | 0.23 | 0.03 | 0.08 | 309.06 | 0.56 | 0.81 |
Hex | EA | B5 | E2 | 0 | 17 | 3 | 8 | 135 | 38 | 51 |
Octal | 352 | 265 | 342 | 0 | 27 | 3 | 10 | 465 | 70 | 121 |
Binary | 11101010 | 10110101 | 11100010 | 0 | 10111 | 11 | 1000 | 100110101 | 111000 | 1010001 |
Color Harmonies of #EAB5E2
Complementary color
Monochromatic Colors of #EAB5E2
Black with #EAB5E2
Text Example
Text Example
White with #EAB5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB5E2; }
p { color: rgb(234,181,226); }
H1.HeaderClassName
{
color: #EAB5E2;
}
.AnyTagClassName
{
color: #EAB5E2;
}
</style>
background-color css
<style>
a { background-color: #EAB5E2; }
a { background-color: rgb(234,181,226); }
div.DivClassName
{
background-color: #EAB5E2;
}
.BgClassName
{
background-color: #EAB5E2;
}
</style>
border-color css
<style>
span { border-color: #EAB5E2; }
span { border-color: rgb(234,181,226); }
td.TdClassName
{
border-color: #EAB5E2;
}
.TagClassName
{
border-color: #EAB5E2;
}
</style>