#EBAAFA

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

Shades of Mauve #EBAAFA

Tints of Mauve #EBAAFA

Color information

#EBAAFA (or 0xEBAAFA) is unknown color: approx Mauve. HEX triplet: EB, AA and FA. RGB value is (235,170,250). Sum of RGB (Red+Green+Blue) = 235+170+250=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 170 (66.80% from 255 or 25.95% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBAAFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBAAFA is #145505. Grayscale: #C6C6C6. Windows color (decimal): -1332486 or 16427755. OLE color: 16427755.

HSL color Cylindrical-coordinate representation of color #EBAAFA: hue angle of 288.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBAAFA is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB235170250-
CMYK0.060.3200.02
HSL288.75º88.89%82.35%-
HSV(B)288.75º32%98.04%-
XYZ65.8953.3197.26-
YUV198.56157.03154-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 170 (66.80% from 255) = 25.95%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=35.88%
G=25.95%
B=38.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2351702500.060.3200.02288.7588.8982.35
HexEBAAFA620021215952
Octal35325237264002441131122
Binary11101011101010101111101011010000001010010000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAAFA; }

 p { color: rgb(235,170,250); }

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

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

 a { background-color: rgb(235,170,250); }

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

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

 span { border-color: rgb(235,170,250); }

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