Html Css Color HEX #EAB4E9 French Lilac

📋 copy color: '#EAB4E9'

red 234 ◦ green 180 ◦ blue 233

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

Shades of French Lilac #EAB4E9

Tints of French Lilac #EAB4E9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 27.82%

 BLUE value IS 233 (91.41% from 255) = 36.01%

R = 36.17%
G = 27.82%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#EAB4E9 (or 0xEAB4E9) is known color: French Lilac. HEX triplet: EA, B4 and E9. RGB value is (234,180,233). Sum of RGB (Red+Green+Blue) = 234+180+233=647 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.17% from 647); Green value is 180 (70.70% from 255 or 27.82% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB4E9 is #154B16. Grayscale: #CACACA. Windows color (decimal): -1395479 or 15316202. OLE color: 15316202.

HSL color Cylindrical-coordinate representation of color #EAB4E9: hue angle of 301.11º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAB4E9 is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 180 233 -
CMYK 0 0.23 0.00 0.08
HSL 301.11º 0.56% 0.81% -
HSV(B) 301.11º 0.23% 0.92% -
XYZ 64.96 56.02 84.48 -
YUV 202.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 234 180 233 0 0.23 0.00 0.08 301.11 0.56 0.81
Hex EA B4 E9 0 17 0 8 12D 38 51
Octal 352 264 351 0 27 0 10 455 70 121
Binary 11101010 10110100 11101001 0 10111 0 1000 100101101 111000 1010001

Color Harmonies of #EAB4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB4E9

Black with #EAB4E9

Text Example


Text Example

White with #EAB4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB4E9; }

 p { color: rgb(234,180,233); }

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

background-color css

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

 a { background-color: rgb(234,180,233); }

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

border-color css

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

 span { border-color: rgb(234,180,233); }

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