Html Css Color HEX #EAC9E2 French Lilac

📋 copy color: '#EAC9E2'

red 234 ◦ green 201 ◦ blue 226

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

Shades of French Lilac #EAC9E2

Tints of French Lilac #EAC9E2

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.41%

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

R = 35.4%
G = 30.41%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EAC9E2 (or 0xEAC9E2) is known color: French Lilac. HEX triplet: EA, C9 and E2. RGB value is (234,201,226). Sum of RGB (Red+Green+Blue) = 234+201+226=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 201 (78.91% from 255 or 30.41% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9E2 is #15361D. Grayscale: #D5D5D5. Windows color (decimal): -1390110 or 14862826. OLE color: 14862826.

HSL color Cylindrical-coordinate representation of color #EAC9E2: hue angle of 314.55º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAC9E2 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 201 226 -
CMYK 0 0.14 0.03 0.08
HSL 314.55º 0.44% 0.85% -
HSV(B) 314.55º 0.14% 0.92% -
XYZ 68.55 64.76 80.84 -
YUV 213.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 234 201 226 0 0.14 0.03 0.08 314.55 0.44 0.85
Hex EA C9 E2 0 E 3 8 13B 2C 55
Octal 352 311 342 0 16 3 10 473 54 125
Binary 11101010 11001001 11100010 0 1110 11 1000 100111011 101100 1010101

Color Harmonies of #EAC9E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC9E2

Black with #EAC9E2

Text Example


Text Example

White with #EAC9E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC9E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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