#EA99FD

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

Shades of Mauve #EA99FD

Tints of Mauve #EA99FD

Color information

#EA99FD (or 0xEA99FD) is unknown color: approx Mauve. HEX triplet: EA, 99 and FD. RGB value is (234,153,253). Sum of RGB (Red+Green+Blue) = 234+153+253=640 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.56% from 640); Green value is 153 (60.16% from 255 or 23.91% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA99FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA99FD is #156602. Grayscale: #BCBCBC. Windows color (decimal): -1402371 or 16620010. OLE color: 16620010.

HSL color Cylindrical-coordinate representation of color #EA99FD: hue angle of 288.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA99FD is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB234153253-
CMYK0.080.4000.01
HSL288.6º96.15%79.61%-
HSV(B)288.6º39.53%99.22%-
XYZ63.0547.3798.75-
YUV188.62164.34160.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.56%
GREEN value IS 153 (60.16% from 255) = 23.91%
BLUE value IS 253 (99.22% from 255) = 39.53%
R=36.56%
G=23.91%
B=39.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341532530.080.4000.01288.696.1579.61
HexEA99FD828011216050
Octal352231375105001441140120
Binary11101010100110011111110110001010000110010000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99FD; }

 p { color: rgb(234,153,253); }

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

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

 a { background-color: rgb(234,153,253); }

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

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

 span { border-color: rgb(234,153,253); }

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