#e59afb

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

Shades of Mauve #E59AFB

Tints of Mauve #E59AFB

Color information

#E59AFB (or 0xE59AFB) is unknown color: approx Mauve. HEX triplet: E5, 9A and FB. RGB value is (229,154,251). Sum of RGB (Red+Green+Blue) = 229+154+251=634 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.12% from 634); Green value is 154 (60.55% from 255 or 24.29% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #E59AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59AFB is #1A6504. Grayscale: #BBBBBB. Windows color (decimal): -1729797 or 16489189. OLE color: 16489189.

HSL color Cylindrical-coordinate representation of color #E59AFB: hue angle of 286.39º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E59AFB is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB229154251-
CMYK0.090.3900.02
HSL286.39º92.38%79.41%-
HSV(B)286.39º38.65%98.43%-
XYZ61.2846.7397.06-
YUV187.48163.85157.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.12%
GREEN value IS 154 (60.55% from 255) = 24.29%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=36.12%
G=24.29%
B=39.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291542510.090.3900.02286.3992.3879.41
HexE59AFB9270211e5c4f
Octal345232373114702436134117
Binary111001011001101011111011100110011101010001111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e59afb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e59afb; }

 p { color: rgb(229,154,251); }

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

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

 a { background-color: rgb(229,154,251); }

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

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

 span { border-color: rgb(229,154,251); }

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