#E09FFC

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

Shades of Mauve #E09FFC

Tints of Mauve #E09FFC

Color information

#E09FFC (or 0xE09FFC) is unknown color: approx Mauve. HEX triplet: E0, 9F and FC. RGB value is (224,159,252). Sum of RGB (Red+Green+Blue) = 224+159+252=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 159 (62.5% from 255 or 25.04% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #E09FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09FFC is #1F6003. Grayscale: #BCBCBC. Windows color (decimal): -2056196 or 16556000. OLE color: 16556000.

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

Color convert

RGB224159252-
CMYK0.110.3700.01
HSL281.94º93.94%80.59%-
HSV(B)281.94º36.9%98.82%-
XYZ60.7147.6798.1-
YUV189.04163.53152.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.28%
GREEN value IS 159 (62.5% from 255) = 25.04%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=35.28%
G=25.04%
B=39.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241592520.110.3700.01281.9493.9480.59
HexE09FFCB250111a5e51
Octal340237374134501432136121
Binary11100000100111111111110010111001010110001101010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09FFC; }

 p { color: rgb(224,159,252); }

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

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

 a { background-color: rgb(224,159,252); }

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

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

 span { border-color: rgb(224,159,252); }

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