#EA9BFB

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

Shades of Mauve #EA9BFB

Tints of Mauve #EA9BFB

Color information

#EA9BFB (or 0xEA9BFB) is unknown color: approx Mauve. HEX triplet: EA, 9B and FB. RGB value is (234,155,251). Sum of RGB (Red+Green+Blue) = 234+155+251=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 155 (60.94% from 255 or 24.22% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #EA9BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9BFB is #156404. Grayscale: #BDBDBD. Windows color (decimal): -1401861 or 16489450. OLE color: 16489450.

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

Color convert

RGB234155251-
CMYK0.070.3800.02
HSL289.38º92.31%79.61%-
HSV(B)289.38º38.25%98.43%-
XYZ63.0747.997.19-
YUV189.56162.67159.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 155 (60.94% from 255) = 24.22%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=36.56%
G=24.22%
B=39.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2341552510.070.3800.02289.3892.3179.61
HexEA9BFB726021215c50
Octal35223337374602441134120
Binary11101010100110111111101111110011001010010000110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9BFB; }

 p { color: rgb(234,155,251); }

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

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

 a { background-color: rgb(234,155,251); }

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

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

 span { border-color: rgb(234,155,251); }

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