Html Css Color HEX #EAC0E2 French Lilac

📋 copy color: '#EAC0E2'

red 234 ◦ green 192 ◦ blue 226

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

Shades of French Lilac #EAC0E2

Tints of French Lilac #EAC0E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.66%

R = 35.89%
G = 29.45%
B = 34.66%

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

#EAC0E2 (or 0xEAC0E2) is known color: French Lilac. HEX triplet: EA, C0 and E2. RGB value is (234,192,226). Sum of RGB (Red+Green+Blue) = 234+192+226=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 192 (75.39% from 255 or 29.45% from 652); Blue value is 226 (88.67% from 255 or 34.66% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC0E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC0E2 is #153F1D. Grayscale: #D0D0D0. Windows color (decimal): -1392414 or 14860522. OLE color: 14860522.

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

Color convert

RGB 234 192 226 -
CMYK 0 0.18 0.03 0.08
HSL 311.43º 0.5% 0.84% -
HSV(B) 311.43º 0.18% 0.92% -
XYZ 66.51 60.68 80.16 -
YUV 208.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 234 192 226 0 0.18 0.03 0.08 311.43 0.5 0.84
Hex EA C0 E2 0 12 3 8 137 32 54
Octal 352 300 342 0 22 3 10 467 62 124
Binary 11101010 11000000 11100010 0 10010 11 1000 100110111 110010 1010100

Color Harmonies of #EAC0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC0E2

Black with #EAC0E2

Text Example


Text Example

White with #EAC0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC0E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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