Html Css Color HEX #EAB4D8 French Lilac

📋 copy color: '#EAB4D8'

red 234 ◦ green 180 ◦ blue 216

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

Shades of French Lilac #EAB4D8

Tints of French Lilac #EAB4D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.29%

R = 37.14%
G = 28.57%
B = 34.29%

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

#EAB4D8 (or 0xEAB4D8) is known color: French Lilac. HEX triplet: EA, B4 and D8. RGB value is (234,180,216). Sum of RGB (Red+Green+Blue) = 234+180+216=630 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.14% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4D8 is #154B27. Grayscale: #C8C8C8. Windows color (decimal): -1395496 or 14202090. OLE color: 14202090.

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

Color convert

RGB 234 180 216 -
CMYK 0 0.23 0.08 0.08
HSL 320º 0.56% 0.81% -
HSV(B) 320º 0.23% 0.92% -
XYZ 62.65 55.09 72.3 -
YUV 200.25 136.89 152.07 -
System Red Green Blue C M Y K H S L
Decimal 234 180 216 0 0.23 0.08 0.08 320 0.56 0.81
Hex EA B4 D8 0 17 8 8 140 38 51
Octal 352 264 330 0 27 10 10 500 70 121
Binary 11101010 10110100 11011000 0 10111 1000 1000 101000000 111000 1010001

Color Harmonies of #EAB4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB4D8

Black with #EAB4D8

Text Example


Text Example

White with #EAB4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB4D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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