#E596FB

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

Shades of Mauve #E596FB

Tints of Mauve #E596FB

Color information

#E596FB (or 0xE596FB) is unknown color: approx Mauve. HEX triplet: E5, 96 and FB. RGB value is (229,150,251). Sum of RGB (Red+Green+Blue) = 229+150+251=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 150 (58.98% from 255 or 23.81% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #E596FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E596FB is #1A6904. Grayscale: #B8B8B8. Windows color (decimal): -1730821 or 16488165. OLE color: 16488165.

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

Color convert

RGB229150251-
CMYK0.090.4000.02
HSL286.93º92.66%78.63%-
HSV(B)286.93º40.24%98.43%-
XYZ60.6345.4496.84-
YUV185.14165.17159.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.35%
GREEN value IS 150 (58.98% from 255) = 23.81%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=36.35%
G=23.81%
B=39.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291502510.090.4000.02286.9392.6678.63
HexE596FB9280211f5d4f
Octal345226373115002437135117
Binary111001011001011011111011100110100001010001111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E596FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E596FB; }

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

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

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

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

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

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

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

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