#E09EFD

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

Shades of Mauve #E09EFD

Tints of Mauve #E09EFD

Color information

#E09EFD (or 0xE09EFD) is unknown color: approx Mauve. HEX triplet: E0, 9E and FD. RGB value is (224,158,253). Sum of RGB (Red+Green+Blue) = 224+158+253=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 158 (62.11% from 255 or 24.88% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #E09EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09EFD is #1F6102. Grayscale: #BCBCBC. Windows color (decimal): -2056451 or 16621280. OLE color: 16621280.

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

Color convert

RGB224158253-
CMYK0.110.3800.01
HSL281.68º95.96%80.59%-
HSV(B)281.68º37.55%99.22%-
XYZ60.747.3998.88-
YUV188.56164.37153.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.28%
GREEN value IS 158 (62.11% from 255) = 24.88%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=35.28%
G=24.88%
B=39.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241582530.110.3800.01281.6895.9680.59
HexE09EFDB260111a6051
Octal340236375134601432140121
Binary11100000100111101111110110111001100110001101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09EFD; }

 p { color: rgb(224,158,253); }

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

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

 a { background-color: rgb(224,158,253); }

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

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

 span { border-color: rgb(224,158,253); }

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