#E09DFE

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

Shades of Mauve #E09DFE

Tints of Mauve #E09DFE

Color information

#E09DFE (or 0xE09DFE) is unknown color: approx Mauve. HEX triplet: E0, 9D and FE. RGB value is (224,157,254). Sum of RGB (Red+Green+Blue) = 224+157+254=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 157 (61.72% from 255 or 24.72% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #E09DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09DFE is #1F6201. Grayscale: #BBBBBB. Windows color (decimal): -2056706 or 16686560. OLE color: 16686560.

HSL color Cylindrical-coordinate representation of color #E09DFE: hue angle of 281.44º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E09DFE is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB224157254-
CMYK0.120.3800.00
HSL281.44º97.98%80.59%-
HSV(B)281.44º38.19%99.61%-
XYZ60.6947.1299.66-
YUV188.09165.2153.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.28%
GREEN value IS 157 (61.72% from 255) = 24.72%
BLUE value IS 254 (99.61% from 255) = 40%
R=35.28%
G=24.72%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2241572540.120.3800.00281.4497.9880.59
HexE09DFEC26001196251
Octal340235376144600431142121
Binary11100000100111011111111011001001100010001100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09DFE; }

 p { color: rgb(224,157,254); }

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

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

 a { background-color: rgb(224,157,254); }

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

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

 span { border-color: rgb(224,157,254); }

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