#EE9EFA

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

Shades of Mauve #EE9EFA

Tints of Mauve #EE9EFA

Color information

#EE9EFA (or 0xEE9EFA) is unknown color: approx Mauve. HEX triplet: EE, 9E and FA. RGB value is (238,158,250). Sum of RGB (Red+Green+Blue) = 238+158+250=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 158 (62.11% from 255 or 24.46% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE9EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9EFA is #116105. Grayscale: #C0C0C0. Windows color (decimal): -1138950 or 16424686. OLE color: 16424686.

HSL color Cylindrical-coordinate representation of color #EE9EFA: hue angle of 292.17º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE9EFA is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238158250-
CMYK0.050.3700.02
HSL292.17º90.2%80%-
HSV(B)292.17º36.8%98.04%-
XYZ64.7449.5396.59-
YUV192.41160.5160.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.84%
GREEN value IS 158 (62.11% from 255) = 24.46%
BLUE value IS 250 (98.05% from 255) = 38.70%
R=36.84%
G=24.46%
B=38.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381582500.050.3700.02292.1790.280
HexEE9EFA525021245a50
Octal35623637254502444132120
Binary11101110100111101111101010110010101010010010010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9EFA; }

 p { color: rgb(238,158,250); }

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

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

 a { background-color: rgb(238,158,250); }

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

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

 span { border-color: rgb(238,158,250); }

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