#EA99FF

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

Shades of Mauve #EA99FF

Tints of Mauve #EA99FF

Color information

#EA99FF (or 0xEA99FF) is unknown color: approx Mauve. HEX triplet: EA, 99 and FF. RGB value is (234,153,255). Sum of RGB (Red+Green+Blue) = 234+153+255=642 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.45% from 642); Green value is 153 (60.16% from 255 or 23.83% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA99FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA99FF is #156600. Grayscale: #BCBCBC. Windows color (decimal): -1402369 or 16751082. OLE color: 16751082.

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

Color convert

RGB234153255-
CMYK0.080.400
HSL287.65º100%80%-
HSV(B)287.65º40%100%-
XYZ63.3747.49100.44-
YUV188.85165.34160.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.45%
GREEN value IS 153 (60.16% from 255) = 23.83%
BLUE value IS 255 (100% from 255) = 39.72%
R=36.45%
G=23.83%
B=39.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2341532550.080.400287.6510080
HexEA99FF828001206450
Octal352231377105000440144120
Binary11101010100110011111111110001010000010010000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99FF; }

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

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

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

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

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

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

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

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