Html Css Color HEX #EAB9E8 French Lilac

📋 copy color: '#EAB9E8'

red 234 ◦ green 185 ◦ blue 232

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

Shades of French Lilac #EAB9E8

Tints of French Lilac #EAB9E8

RGB

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

 GREEN value IS 185 (72.66% from 255) = 28.42%

 BLUE value IS 232 (91.02% from 255) = 35.64%

R = 35.94%
G = 28.42%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#EAB9E8 (or 0xEAB9E8) is known color: French Lilac. HEX triplet: EA, B9 and E8. RGB value is (234,185,232). Sum of RGB (Red+Green+Blue) = 234+185+232=651 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.94% from 651); Green value is 185 (72.66% from 255 or 28.42% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB9E8 is #154617. Grayscale: #CCCCCC. Windows color (decimal): -1394200 or 15251946. OLE color: 15251946.

HSL color Cylindrical-coordinate representation of color #EAB9E8: hue angle of 302.45º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAB9E8 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 185 232 -
CMYK 0 0.21 0.01 0.08
HSL 302.45º 0.54% 0.82% -
HSV(B) 302.45º 0.21% 0.92% -
XYZ 65.85 58.02 84.07 -
YUV 205.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 234 185 232 0 0.21 0.01 0.08 302.45 0.54 0.82
Hex EA B9 E8 0 15 1 8 12E 36 52
Octal 352 271 350 0 25 1 10 456 66 122
Binary 11101010 10111001 11101000 0 10101 1 1000 100101110 110110 1010010

Color Harmonies of #EAB9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB9E8

Black with #EAB9E8

Text Example


Text Example

White with #EAB9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB9E8; }

 p { color: rgb(234,185,232); }

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

background-color css

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

 a { background-color: rgb(234,185,232); }

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

border-color css

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

 span { border-color: rgb(234,185,232); }

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