Html Css Color HEX #EAC4E0 French Lilac

📋 copy color: '#EAC4E0'

red 234 ◦ green 196 ◦ blue 224

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

Shades of French Lilac #EAC4E0

Tints of French Lilac #EAC4E0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 29.97%

 BLUE value IS 224 (87.89% from 255) = 34.25%

R = 35.78%
G = 29.97%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#EAC4E0 (or 0xEAC4E0) is known color: French Lilac. HEX triplet: EA, C4 and E0. RGB value is (234,196,224). Sum of RGB (Red+Green+Blue) = 234+196+224=654 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.78% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4E0 is #153B1F. Grayscale: #D2D2D2. Windows color (decimal): -1391392 or 14730474. OLE color: 14730474.

HSL color Cylindrical-coordinate representation of color #EAC4E0: hue angle of 315.79º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC4E0 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 196 224 -
CMYK 0 0.16 0.04 0.08
HSL 315.79º 0.48% 0.84% -
HSV(B) 315.79º 0.16% 0.92% -
XYZ 67.13 62.35 79.02 -
YUV 210.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 234 196 224 0 0.16 0.04 0.08 315.79 0.48 0.84
Hex EA C4 E0 0 10 4 8 13C 30 54
Octal 352 304 340 0 20 4 10 474 60 124
Binary 11101010 11000100 11100000 0 10000 100 1000 100111100 110000 1010100

Color Harmonies of #EAC4E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC4E0

Black with #EAC4E0

Text Example


Text Example

White with #EAC4E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC4E0; }

 p { color: rgb(234,196,224); }

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

background-color css

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

 a { background-color: rgb(234,196,224); }

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

border-color css

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

 span { border-color: rgb(234,196,224); }

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