Shades of French Lilac #EAC1E2
Tints of French Lilac #EAC1E2
RGB
CMYK
RGB Variations
Color information
#EAC1E2 (or 0xEAC1E2) is known color: French Lilac. HEX triplet: EA, C1 and E2. RGB value is (234,193,226). Sum of RGB (Red+Green+Blue) = 234+193+226=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 193 (75.78% from 255 or 29.56% from 653); Blue value is 226 (88.67% from 255 or 34.61% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC1E2 is #153E1D. Grayscale: #D0D0D0. Windows color (decimal): -1392158 or 14860778. OLE color: 14860778.
HSL color Cylindrical-coordinate representation of color #EAC1E2: hue angle of 311.71º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC1E2 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 193 | 226 | - |
CMYK | 0 | 0.18 | 0.03 | 0.08 |
HSL | 311.71º | 0.49% | 0.84% | - |
HSV(B) | 311.71º | 0.18% | 0.92% | - |
XYZ | 66.73 | 61.12 | 80.23 | - |
YUV | 209.02 | 137.58 | 145.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 193 | 226 | 0 | 0.18 | 0.03 | 0.08 | 311.71 | 0.49 | 0.84 |
Hex | EA | C1 | E2 | 0 | 12 | 3 | 8 | 138 | 31 | 54 |
Octal | 352 | 301 | 342 | 0 | 22 | 3 | 10 | 470 | 61 | 124 |
Binary | 11101010 | 11000001 | 11100010 | 0 | 10010 | 11 | 1000 | 100111000 | 110001 | 1010100 |
Color Harmonies of #EAC1E2
Complementary color
Monochromatic Colors of #EAC1E2
Black with #EAC1E2
Text Example
Text Example
White with #EAC1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC1E2; }
p { color: rgb(234,193,226); }
H1.HeaderClassName
{
color: #EAC1E2;
}
.AnyTagClassName
{
color: #EAC1E2;
}
</style>
background-color css
<style>
a { background-color: #EAC1E2; }
a { background-color: rgb(234,193,226); }
div.DivClassName
{
background-color: #EAC1E2;
}
.BgClassName
{
background-color: #EAC1E2;
}
</style>
border-color css
<style>
span { border-color: #EAC1E2; }
span { border-color: rgb(234,193,226); }
td.TdClassName
{
border-color: #EAC1E2;
}
.TagClassName
{
border-color: #EAC1E2;
}
</style>