Html Css Color HEX #EAB5EA French Lilac

📋 copy color: '#EAB5EA'

red 234 ◦ green 181 ◦ blue 234

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

Shades of French Lilac #EAB5EA

Tints of French Lilac #EAB5EA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.89%

 BLUE value IS 234 (91.8% from 255) = 36.06%

R = 36.06%
G = 27.89%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#EAB5EA (or 0xEAB5EA) is known color: French Lilac. HEX triplet: EA, B5 and EA. RGB value is (234,181,234). Sum of RGB (Red+Green+Blue) = 234+181+234=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 181 (71.09% from 255 or 27.89% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAB5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB5EA is #154A15. Grayscale: #CACACA. Windows color (decimal): -1395222 or 15381994. OLE color: 15381994.

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

Color convert

RGB 234 181 234 -
CMYK 0 0.23 0 0.08
HSL 300º 0.56% 0.81% -
HSV(B) 300º 0.23% 0.92% -
XYZ 65.31 56.48 85.3 -
YUV 202.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 234 181 234 0 0.23 0 0.08 300 0.56 0.81
Hex EA B5 EA 0 17 0 8 12C 38 51
Octal 352 265 352 0 27 0 10 454 70 121
Binary 11101010 10110101 11101010 0 10111 0 1000 100101100 111000 1010001

Color Harmonies of #EAB5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB5EA

Black with #EAB5EA

Text Example


Text Example

White with #EAB5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB5EA; }

 p { color: rgb(234,181,234); }

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

background-color css

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

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

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

border-color css

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

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

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