#EA97FF

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

Shades of Mauve #EA97FF

Tints of Mauve #EA97FF

Color information

#EA97FF (or 0xEA97FF) is unknown color: approx Mauve. HEX triplet: EA, 97 and FF. RGB value is (234,151,255). Sum of RGB (Red+Green+Blue) = 234+151+255=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 151 (59.38% from 255 or 23.59% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA97FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA97FF is #156800. Grayscale: #BBBBBB. Windows color (decimal): -1402881 or 16750570. OLE color: 16750570.

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

Color convert

RGB234151255-
CMYK0.080.4100
HSL287.88º100%79.61%-
HSV(B)287.88º40.78%100%-
XYZ63.0546.85100.33-
YUV187.67166161.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 151 (59.38% from 255) = 23.59%
BLUE value IS 255 (100% from 255) = 39.84%
R=36.56%
G=23.59%
B=39.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341512550.080.4100287.8810079.61
HexEA97FF829001206450
Octal352227377105100440144120
Binary11101010100101111111111110001010010010010000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97FF; }

 p { color: rgb(234,151,255); }

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

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

 a { background-color: rgb(234,151,255); }

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

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

 span { border-color: rgb(234,151,255); }

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