#EBAFF4

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

Shades of Mauve #EBAFF4

Tints of Mauve #EBAFF4

Color information

#EBAFF4 (or 0xEBAFF4) is unknown color: approx Mauve. HEX triplet: EB, AF and F4. RGB value is (235,175,244). Sum of RGB (Red+Green+Blue) = 235+175+244=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #EBAFF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAFF4 is #14500B. Grayscale: #C8C8C8. Windows color (decimal): -1331212 or 16035819. OLE color: 16035819.

HSL color Cylindrical-coordinate representation of color #EBAFF4: hue angle of 292.17º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAFF4 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235175244-
CMYK0.040.2800.04
HSL292.17º75.82%82.16%-
HSV(B)292.17º28.28%95.69%-
XYZ65.9254.8592.7-
YUV200.81152.38152.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 175 (68.75% from 255) = 26.76%
BLUE value IS 244 (95.70% from 255) = 37.31%
R=35.93%
G=26.76%
B=37.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351752440.040.2800.04292.1775.8282.16
HexEBAFF441C041244c52
Octal35325736443404444114122
Binary11101011101011111111010010011100010010010010010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAFF4; }

 p { color: rgb(235,175,244); }

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

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

 a { background-color: rgb(235,175,244); }

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

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

 span { border-color: rgb(235,175,244); }

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