Shades of French Lilac #EAB4E5
Tints of French Lilac #EAB4E5
RGB
CMYK
RGB Variations
Color information
#EAB4E5 (or 0xEAB4E5) is known color: French Lilac. HEX triplet: EA, B4 and E5. RGB value is (234,180,229). Sum of RGB (Red+Green+Blue) = 234+180+229=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 180 (70.70% from 255 or 27.99% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4E5 is #154B1A. Grayscale: #C9C9C9. Windows color (decimal): -1395483 or 15054058. OLE color: 15054058.
HSL color Cylindrical-coordinate representation of color #EAB4E5: hue angle of 305.56º 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 #EAB4E5 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 229 | - |
| CMYK | 0 | 0.23 | 0.02 | 0.08 |
| HSL | 305.56º | 0.56% | 0.81% | - |
| HSV(B) | 305.56º | 0.23% | 0.92% | - |
| XYZ | 64.4 | 55.79 | 81.5 | - |
| YUV | 201.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 229 | 0 | 0.23 | 0.02 | 0.08 | 305.56 | 0.56 | 0.81 |
| Hex | EA | B4 | E5 | 0 | 17 | 2 | 8 | 132 | 38 | 51 |
| Octal | 352 | 264 | 345 | 0 | 27 | 2 | 10 | 462 | 70 | 121 |
| Binary | 11101010 | 10110100 | 11100101 | 0 | 10111 | 10 | 1000 | 100110010 | 111000 | 1010001 |
Color Harmonies of #EAB4E5
Complementary color
Monochromatic Colors of #EAB4E5
Black with #EAB4E5
Text Example
Text Example
White with #EAB4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB4E5; }
p { color: rgb(234,180,229); }
H1.HeaderClassName
{
color: #EAB4E5;
}
.AnyTagClassName
{
color: #EAB4E5;
}
</style>
background-color css
<style>
a { background-color: #EAB4E5; }
a { background-color: rgb(234,180,229); }
div.DivClassName
{
background-color: #EAB4E5;
}
.BgClassName
{
background-color: #EAB4E5;
}
</style>
border-color css
<style>
span { border-color: #EAB4E5; }
span { border-color: rgb(234,180,229); }
td.TdClassName
{
border-color: #EAB4E5;
}
.TagClassName
{
border-color: #EAB4E5;
}
</style>