Html Css Color HEX #EAB4E2 French Lilac

📋 copy color: '#EAB4E2'

red 234 ◦ green 180 ◦ blue 226

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

Shades of French Lilac #EAB4E2

Tints of French Lilac #EAB4E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.31%

R = 36.56%
G = 28.13%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#EAB4E2 (or 0xEAB4E2) is known color: French Lilac. HEX triplet: EA, B4 and E2. RGB value is (234,180,226). Sum of RGB (Red+Green+Blue) = 234+180+226=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 180 (70.70% from 255 or 28.12% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB4E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB4E2 is #154B1D. Grayscale: #C9C9C9. Windows color (decimal): -1395486 or 14857450. OLE color: 14857450.

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

Color convert

RGB 234 180 226 -
CMYK 0 0.23 0.03 0.08
HSL 308.89º 0.56% 0.81% -
HSV(B) 308.89º 0.23% 0.92% -
XYZ 63.98 55.63 79.32 -
YUV 201.39 141.89 151.26 -
System Red Green Blue C M Y K H S L
Decimal 234 180 226 0 0.23 0.03 0.08 308.89 0.56 0.81
Hex EA B4 E2 0 17 3 8 135 38 51
Octal 352 264 342 0 27 3 10 465 70 121
Binary 11101010 10110100 11100010 0 10111 11 1000 100110101 111000 1010001

Color Harmonies of #EAB4E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB4E2

Black with #EAB4E2

Text Example


Text Example

White with #EAB4E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB4E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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