#EA9BFE

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

Shades of Mauve #EA9BFE

Tints of Mauve #EA9BFE

Color information

#EA9BFE (or 0xEA9BFE) is unknown color: approx Mauve. HEX triplet: EA, 9B and FE. RGB value is (234,155,254). Sum of RGB (Red+Green+Blue) = 234+155+254=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 155 (60.94% from 255 or 24.11% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA9BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9BFE is #156401. Grayscale: #BDBDBD. Windows color (decimal): -1401858 or 16686058. OLE color: 16686058.

HSL color Cylindrical-coordinate representation of color #EA9BFE: hue angle of 287.88º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA9BFE is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234155254-
CMYK0.080.3900.00
HSL287.88º98.02%80.2%-
HSV(B)287.88º38.98%99.61%-
XYZ63.5448.0999.7-
YUV189.91164.17159.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.39%
GREEN value IS 155 (60.94% from 255) = 24.11%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=36.39%
G=24.11%
B=39.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2341552540.080.3900.00287.8898.0280.2
HexEA9BFE827001206250
Octal352233376104700440142120
Binary11101010100110111111111010001001110010010000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9BFE; }

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

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

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

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

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

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

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

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