#E299FA

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

Shades of Mauve #E299FA

Tints of Mauve #E299FA

Color information

#E299FA (or 0xE299FA) is unknown color: approx Mauve. HEX triplet: E2, 99 and FA. RGB value is (226,153,250). Sum of RGB (Red+Green+Blue) = 226+153+250=629 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.93% from 629); Green value is 153 (60.16% from 255 or 24.32% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #E299FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E299FA is #1D6605. Grayscale: #B9B9B9. Windows color (decimal): -1926662 or 16423394. OLE color: 16423394.

HSL color Cylindrical-coordinate representation of color #E299FA: hue angle of 285.15º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E299FA is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB226153250-
CMYK0.100.3900.02
HSL285.15º90.65%79.02%-
HSV(B)285.15º38.8%98.04%-
XYZ60.0145.8596.13-
YUV185.88164.18156.61-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.93%
GREEN value IS 153 (60.16% from 255) = 24.32%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=35.93%
G=24.32%
B=39.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261532500.100.3900.02285.1590.6579.02
HexE299FAA270211d5b4f
Octal342231372124702435133117
Binary111000101001100111111010101010011101010001110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E299FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E299FA; }

 p { color: rgb(226,153,250); }

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

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

 a { background-color: rgb(226,153,250); }

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

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

 span { border-color: rgb(226,153,250); }

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