Html Css Color HEX #EAB0D8 French Lilac

📋 copy color: '#EAB0D8'

red 234 ◦ green 176 ◦ blue 216

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

Shades of French Lilac #EAB0D8

Tints of French Lilac #EAB0D8

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.12%

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

R = 37.38%
G = 28.12%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EAB0D8 (or 0xEAB0D8) is known color: French Lilac. HEX triplet: EA, B0 and D8. RGB value is (234,176,216). Sum of RGB (Red+Green+Blue) = 234+176+216=626 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.38% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0D8 is #154F27. Grayscale: #C5C5C5. Windows color (decimal): -1396520 or 14201066. OLE color: 14201066.

HSL color Cylindrical-coordinate representation of color #EAB0D8: hue angle of 318.62º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAB0D8 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 176 216 -
CMYK 0 0.25 0.08 0.08
HSL 318.62º 0.58% 0.8% -
HSV(B) 318.62º 0.25% 0.92% -
XYZ 61.85 53.5 72.03 -
YUV 197.9 138.22 153.75 -
System Red Green Blue C M Y K H S L
Decimal 234 176 216 0 0.25 0.08 0.08 318.62 0.58 0.8
Hex EA B0 D8 0 19 8 8 13F 3A 50
Octal 352 260 330 0 31 10 10 477 72 120
Binary 11101010 10110000 11011000 0 11001 1000 1000 100111111 111010 1010000

Color Harmonies of #EAB0D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0D8

Black with #EAB0D8

Text Example


Text Example

White with #EAB0D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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