#EAB4EB

Color #EAB4EB French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #EAB4EB

Tints of French Lilac #EAB4EB

Color information

#EAB4EB (or 0xEAB4EB) is unknown color: approx French Lilac. HEX triplet: EA, B4 and EB. RGB value is (234,180,235). Sum of RGB (Red+Green+Blue) = 234+180+235=649 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.06% from 649); Green value is 180 (70.70% from 255 or 27.73% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAB4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAB4EB is #154B14. Grayscale: #CACACA. Windows color (decimal): -1395477 or 15447274. OLE color: 15447274.

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

Color convert

RGB234180235-
CMYK0.000.2300.08
HSL298.91º57.89%81.37%-
HSV(B)298.91º23.4%92.16%-
XYZ65.2556.1385.99-
YUV202.42146.39150.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.06%
GREEN value IS 180 (70.70% from 255) = 27.73%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=36.06%
G=27.73%
B=36.21%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341802350.000.2300.08298.9157.8981.37
HexEAB4EB0170812b3a51
Octal35226435302701045372121
Binary111010101011010011101011010111010001001010111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB4EB; }

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

 H1.HeaderClassName
 {
   color: #EAB4EB;
 }
 .AnyTagClassName
 {
   color: #EAB4EB;
 }
</style>
background-color css

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

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

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

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

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

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