#E09BF5

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

Shades of Mauve #E09BF5

Tints of Mauve #E09BF5

Color information

#E09BF5 (or 0xE09BF5) is unknown color: approx Mauve. HEX triplet: E0, 9B and F5. RGB value is (224,155,245). Sum of RGB (Red+Green+Blue) = 224+155+245=624 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.90% from 624); Green value is 155 (60.94% from 255 or 24.84% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 245 - color contains mainly: blue. Hex color #E09BF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09BF5 is #1F640A. Grayscale: #B9B9B9. Windows color (decimal): -2057227 or 16096224. OLE color: 16096224.

HSL color Cylindrical-coordinate representation of color #E09BF5: hue angle of 286º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E09BF5 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB224155245-
CMYK0.090.3700.04
HSL286º81.82%78.43%-
HSV(B)286º36.73%96.08%-
XYZ58.9445.8892.14-
YUV185.89161.36155.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.90%
GREEN value IS 155 (60.94% from 255) = 24.84%
BLUE value IS 245 (96.09% from 255) = 39.26%
R=35.90%
G=24.84%
B=39.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2241552450.090.3700.0428681.8278.43
HexE09BF59250411e524e
Octal340233365114504436122116
Binary1110000010011011111101011001100101010010001111010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BF5; }

 p { color: rgb(224,155,245); }

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

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

 a { background-color: rgb(224,155,245); }

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

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

 span { border-color: rgb(224,155,245); }

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