#E299FD

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

Shades of Mauve #E299FD

Tints of Mauve #E299FD

Color information

#E299FD (or 0xE299FD) is unknown color: approx Mauve. HEX triplet: E2, 99 and FD. RGB value is (226,153,253). Sum of RGB (Red+Green+Blue) = 226+153+253=632 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.76% from 632); Green value is 153 (60.16% from 255 or 24.21% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #E299FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E299FD is #1D6602. Grayscale: #B9B9B9. Windows color (decimal): -1926659 or 16620002. OLE color: 16620002.

HSL color Cylindrical-coordinate representation of color #E299FD: hue angle of 283.8º 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 #E299FD is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB226153253-
CMYK0.110.4000.01
HSL283.8º96.15%79.61%-
HSV(B)283.8º39.53%99.22%-
XYZ60.4846.0498.63-
YUV186.23165.68156.37-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.76%
GREEN value IS 153 (60.16% from 255) = 24.21%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=35.76%
G=24.21%
B=40.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2261532530.110.4000.01283.896.1579.61
HexE299FDB280111c6050
Octal342231375135001434140120
Binary11100010100110011111110110111010000110001110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E299FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E299FD; }

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

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

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

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

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

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

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

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