Html Css Color HEX #EAB4D7 French Lilac

📋 copy color: '#EAB4D7'

red 234 ◦ green 180 ◦ blue 215

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

Shades of French Lilac #EAB4D7

Tints of French Lilac #EAB4D7

RGB

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

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

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

R = 37.2%
G = 28.62%
B = 34.18%

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

#EAB4D7 (or 0xEAB4D7) is known color: French Lilac. HEX triplet: EA, B4 and D7. RGB value is (234,180,215). Sum of RGB (Red+Green+Blue) = 234+180+215=629 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.20% from 629); Green value is 180 (70.70% from 255 or 28.62% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4D7 is #154B28. Grayscale: #C8C8C8. Windows color (decimal): -1395497 or 14136554. OLE color: 14136554.

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

Color convert

RGB 234 180 215 -
CMYK 0 0.23 0.08 0.08
HSL 321.11º 0.56% 0.81% -
HSV(B) 321.11º 0.23% 0.92% -
XYZ 62.52 55.04 71.62 -
YUV 200.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 234 180 215 0 0.23 0.08 0.08 321.11 0.56 0.81
Hex EA B4 D7 0 17 8 8 141 38 51
Octal 352 264 327 0 27 10 10 501 70 121
Binary 11101010 10110100 11010111 0 10111 1000 1000 101000001 111000 1010001

Color Harmonies of #EAB4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB4D7

Black with #EAB4D7

Text Example


Text Example

White with #EAB4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB4D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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