Html Css Color HEX #EAB5D7 French Lilac

📋 copy color: '#EAB5D7'

red 234 ◦ green 181 ◦ blue 215

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

Shades of French Lilac #EAB5D7

Tints of French Lilac #EAB5D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.13%

R = 37.14%
G = 28.73%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EAB5D7 (or 0xEAB5D7) is known color: French Lilac. HEX triplet: EA, B5 and D7. RGB value is (234,181,215). Sum of RGB (Red+Green+Blue) = 234+181+215=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 181 (71.09% from 255 or 28.73% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB5D7 is #154A28. Grayscale: #C8C8C8. Windows color (decimal): -1395241 or 14136810. OLE color: 14136810.

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

Color convert

RGB 234 181 215 -
CMYK 0 0.23 0.08 0.08
HSL 321.51º 0.56% 0.81% -
HSV(B) 321.51º 0.23% 0.92% -
XYZ 62.72 55.45 71.69 -
YUV 200.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 234 181 215 0 0.23 0.08 0.08 321.51 0.56 0.81
Hex EA B5 D7 0 17 8 8 142 38 51
Octal 352 265 327 0 27 10 10 502 70 121
Binary 11101010 10110101 11010111 0 10111 1000 1000 101000010 111000 1010001

Color Harmonies of #EAB5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB5D7

Black with #EAB5D7

Text Example


Text Example

White with #EAB5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB5D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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