Html Css Color HEX #EAC0E3 French Lilac

📋 copy color: '#EAC0E3'

red 234 ◦ green 192 ◦ blue 227

#EAC0E3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Lilac #EAC0E3

Tints of French Lilac #EAC0E3

RGB

 RED value IS 234 (91.8% from 255) = 35.83%

 GREEN value IS 192 (75.39% from 255) = 29.4%

 BLUE value IS 227 (89.06% from 255) = 34.76%

R = 35.83%
G = 29.4%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EAC0E3 (or 0xEAC0E3) is known color: 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

RGB 234 192 227 -
CMYK 0 0.18 0.03 0.08
HSL 310º 0.5% 0.84% -
HSV(B) 310º 0.18% 0.92% -
XYZ 66.65 60.74 80.88 -
YUV 208.55 138.41 146.15 -
System Red Green Blue C M Y K H S L
Decimal 234 192 227 0 0.18 0.03 0.08 310 0.5 0.84
Hex EA C0 E3 0 12 3 8 136 32 54
Octal 352 300 343 0 22 3 10 466 62 124
Binary 11101010 11000000 11100011 0 10010 11 1000 100110110 110010 1010100

Color Harmonies of #EAC0E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC0E3

Black with #EAC0E3

Text Example


Text Example

White with #EAC0E3

Text Example


Text Example

HTML Codes & Css Web 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>