Html Css Color HEX #EAB2E4 French Lilac

📋 copy color: '#EAB2E4'

red 234 ◦ green 178 ◦ blue 228

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

Shades of French Lilac #EAB2E4

Tints of French Lilac #EAB2E4

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.81%

 BLUE value IS 228 (89.45% from 255) = 35.63%

R = 36.56%
G = 27.81%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EAB2E4 (or 0xEAB2E4) is known color: French Lilac. HEX triplet: EA, B2 and E4. RGB value is (234,178,228). Sum of RGB (Red+Green+Blue) = 234+178+228=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 178 (69.92% from 255 or 27.81% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB2E4 is #154D1B. Grayscale: #C8C8C8. Windows color (decimal): -1395996 or 14988010. OLE color: 14988010.

HSL color Cylindrical-coordinate representation of color #EAB2E4: hue angle of 306.43º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB2E4 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 178 228 -
CMYK 0 0.24 0.03 0.08
HSL 306.43º 0.57% 0.81% -
HSV(B) 306.43º 0.24% 0.92% -
XYZ 63.86 54.93 80.64 -
YUV 200.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 234 178 228 0 0.24 0.03 0.08 306.43 0.57 0.81
Hex EA B2 E4 0 18 3 8 132 39 51
Octal 352 262 344 0 30 3 10 462 71 121
Binary 11101010 10110010 11100100 0 11000 11 1000 100110010 111001 1010001

Color Harmonies of #EAB2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB2E4

Black with #EAB2E4

Text Example


Text Example

White with #EAB2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB2E4; }

 p { color: rgb(234,178,228); }

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

background-color css

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

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

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

border-color css

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

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

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