Html Css Color HEX #EAB4EC French Lilac

📋 copy color: '#EAB4EC'

red 234 ◦ green 180 ◦ blue 236

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

Shades of French Lilac #EAB4EC

Tints of French Lilac #EAB4EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.31%

R = 36%
G = 27.69%
B = 36.31%

CMYK

 C value IS 0.01

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EAB4EC (or 0xEAB4EC) is known color: French Lilac. HEX triplet: EA, B4 and EC. RGB value is (234,180,236). Sum of RGB (Red+Green+Blue) = 234+180+236=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 180 (70.70% from 255 or 27.69% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 236 - color contains mainly: blue. Hex color #EAB4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB4EC is #154B13. Grayscale: #CACACA. Windows color (decimal): -1395476 or 15512810. OLE color: 15512810.

HSL color Cylindrical-coordinate representation of color #EAB4EC: hue angle of 297.86º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB4EC is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 180 236 -
CMYK 0.01 0.24 0 0.07
HSL 297.86º 0.6% 0.82% -
HSV(B) 297.86º 0.24% 0.93% -
XYZ 65.39 56.19 86.76 -
YUV 202.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 234 180 236 0.01 0.24 0 0.07 297.86 0.6 0.82
Hex EA B4 EC 1 18 0 7 12A 3C 52
Octal 352 264 354 1 30 0 7 452 74 122
Binary 11101010 10110100 11101100 1 11000 0 111 100101010 111100 1010010

Color Harmonies of #EAB4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB4EC

Black with #EAB4EC

Text Example


Text Example

White with #EAB4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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