Shades of French Lilac #EAB3E4
Tints of French Lilac #EAB3E4
RGB
CMYK
RGB Variations
Color information
#EAB3E4 (or 0xEAB3E4) is known color: French Lilac. HEX triplet: EA, B3 and E4. RGB value is (234,179,228). Sum of RGB (Red+Green+Blue) = 234+179+228=641 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.51% from 641); Green value is 179 (70.31% from 255 or 27.93% from 641); Blue value is 228 (89.45% from 255 or 35.57% from 641); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB3E4 is #154C1B. Grayscale: #C8C8C8. Windows color (decimal): -1395740 or 14988266. OLE color: 14988266.
HSL color Cylindrical-coordinate representation of color #EAB3E4: hue angle of 306.55º 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 #EAB3E4 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 179 | 228 | - |
CMYK | 0 | 0.24 | 0.03 | 0.08 |
HSL | 306.55º | 0.57% | 0.81% | - |
HSV(B) | 306.55º | 0.24% | 0.92% | - |
XYZ | 64.06 | 55.33 | 80.7 | - |
YUV | 201.03 | 143.22 | 151.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 179 | 228 | 0 | 0.24 | 0.03 | 0.08 | 306.55 | 0.57 | 0.81 |
Hex | EA | B3 | E4 | 0 | 18 | 3 | 8 | 133 | 39 | 51 |
Octal | 352 | 263 | 344 | 0 | 30 | 3 | 10 | 463 | 71 | 121 |
Binary | 11101010 | 10110011 | 11100100 | 0 | 11000 | 11 | 1000 | 100110011 | 111001 | 1010001 |
Color Harmonies of #EAB3E4
Complementary color
Monochromatic Colors of #EAB3E4
Black with #EAB3E4
Text Example
Text Example
White with #EAB3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB3E4; }
p { color: rgb(234,179,228); }
H1.HeaderClassName
{
color: #EAB3E4;
}
.AnyTagClassName
{
color: #EAB3E4;
}
</style>
background-color css
<style>
a { background-color: #EAB3E4; }
a { background-color: rgb(234,179,228); }
div.DivClassName
{
background-color: #EAB3E4;
}
.BgClassName
{
background-color: #EAB3E4;
}
</style>
border-color css
<style>
span { border-color: #EAB3E4; }
span { border-color: rgb(234,179,228); }
td.TdClassName
{
border-color: #EAB3E4;
}
.TagClassName
{
border-color: #EAB3E4;
}
</style>