Html Css Color HEX #EAC0E5 French Lilac

📋 copy color: '#EAC0E5'

red 234 ◦ green 192 ◦ blue 229

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

Shades of French Lilac #EAC0E5

Tints of French Lilac #EAC0E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.96%

R = 35.73%
G = 29.31%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#EAC0E5 (or 0xEAC0E5) is known color: French Lilac. HEX triplet: EA, C0 and E5. RGB value is (234,192,229). Sum of RGB (Red+Green+Blue) = 234+192+229=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0E5 is #153F1A. Grayscale: #D0D0D0. Windows color (decimal): -1392411 or 15057130. OLE color: 15057130.

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

Color convert

RGB 234 192 229 -
CMYK 0 0.18 0.02 0.08
HSL 307.14º 0.5% 0.84% -
HSV(B) 307.14º 0.18% 0.92% -
XYZ 66.92 60.85 82.35 -
YUV 208.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 234 192 229 0 0.18 0.02 0.08 307.14 0.5 0.84
Hex EA C0 E5 0 12 2 8 133 32 54
Octal 352 300 345 0 22 2 10 463 62 124
Binary 11101010 11000000 11100101 0 10010 10 1000 100110011 110010 1010100

Color Harmonies of #EAC0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC0E5

Black with #EAC0E5

Text Example


Text Example

White with #EAC0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC0E5; }

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

 H1.HeaderClassName
 {
   color: #EAC0E5;
 }
 .AnyTagClassName
 {
   color: #EAC0E5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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