#EA9EFC

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

Shades of Mauve #EA9EFC

Tints of Mauve #EA9EFC

Color information

#EA9EFC (or 0xEA9EFC) is unknown color: approx Mauve. HEX triplet: EA, 9E and FC. RGB value is (234,158,252). Sum of RGB (Red+Green+Blue) = 234+158+252=644 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.34% from 644); Green value is 158 (62.11% from 255 or 24.53% from 644); Blue value is 252 (98.83% from 255 or 39.13% from 644); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA9EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA9EFC is #156103. Grayscale: #BFBFBF. Windows color (decimal): -1401092 or 16555754. OLE color: 16555754.

HSL color Cylindrical-coordinate representation of color #EA9EFC: hue angle of 288.51º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA9EFC is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234158252-
CMYK0.070.3700.01
HSL288.51º94%80.39%-
HSV(B)288.51º37.3%98.82%-
XYZ63.7348.9798.19-
YUV191.44162.18158.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.34%
GREEN value IS 158 (62.11% from 255) = 24.53%
BLUE value IS 252 (98.83% from 255) = 39.13%
R=36.34%
G=24.53%
B=39.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341582520.070.3700.01288.519480.39
HexEA9EFC725011215e50
Octal35223637474501441136120
Binary1110101010011110111111001111001010110010000110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9EFC; }

 p { color: rgb(234,158,252); }

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

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

 a { background-color: rgb(234,158,252); }

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

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

 span { border-color: rgb(234,158,252); }

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