#E09BFC

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

Shades of Mauve #E09BFC

Tints of Mauve #E09BFC

Color information

#E09BFC (or 0xE09BFC) is unknown color: approx Mauve. HEX triplet: E0, 9B and FC. RGB value is (224,155,252). Sum of RGB (Red+Green+Blue) = 224+155+252=631 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.50% from 631); Green value is 155 (60.94% from 255 or 24.56% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #E09BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09BFC is #1F6403. Grayscale: #BABABA. Windows color (decimal): -2057220 or 16554976. OLE color: 16554976.

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

Color convert

RGB224155252-
CMYK0.110.3800.01
HSL282.68º94.17%79.8%-
HSV(B)282.68º38.49%98.82%-
XYZ60.0346.3297.87-
YUV186.69164.86154.61-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.50%
GREEN value IS 155 (60.94% from 255) = 24.56%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=35.50%
G=24.56%
B=39.94%

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
Decimal2241552520.110.3800.01282.6894.1779.8
HexE09BFCB260111b5e50
Octal340233374134601433136120
Binary11100000100110111111110010111001100110001101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09BFC; }

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

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

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

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

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

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

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

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