#EAC0E3

Color #EAC0E3 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #EAC0E3

Tints of French Lilac #EAC0E3

Color information

#EAC0E3 (or 0xEAC0E3) is unknown color: approx French Lilac. HEX triplet: EA, C0 and E3. RGB value is (234,192,227). Sum of RGB (Red+Green+Blue) = 234+192+227=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 192 (75.39% from 255 or 29.40% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0E3 is #153F1C. Grayscale: #D0D0D0. Windows color (decimal): -1392413 or 14926058. OLE color: 14926058.

HSL color Cylindrical-coordinate representation of color #EAC0E3: hue angle of 310º degrees, saturation: 0.5, 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 #EAC0E3 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB234192227-
CMYK00.180.030.08
HSL310º50%83.53%-
HSV(B)310º17.95%91.76%-
XYZ66.6560.7480.88-
YUV208.55138.41146.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 192 (75.39% from 255) = 29.40%
BLUE value IS 227 (89.06% from 255) = 34.76%
R=35.83%
G=29.40%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419222700.180.030.083105083.53
HexEAC0E3012381363254
Octal35230034302231046662124
Binary1110101011000000111000110100101110001001101101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC0E3; }

 p { color: rgb(234,192,227); }

 H1.HeaderClassName
 {
   color: #EAC0E3;
 }
 .AnyTagClassName
 {
   color: #EAC0E3;
 }
</style>
background-color css

<style>
 a { background-color: #EAC0E3; }

 a { background-color: rgb(234,192,227); }

 div.DivClassName
 {
   background-color: #EAC0E3;
 }
 .BgClassName
 {
   background-color: #EAC0E3;
 }
</style>
border-color css

<style>
 span { border-color: #EAC0E3; }

 span { border-color: rgb(234,192,227); }

 td.TdClassName
 {
   border-color: #EAC0E3;
 }
 .TagClassName
 {
   border-color: #EAC0E3;
 }
</style>