#ee9bff

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

Shades of Mauve #EE9BFF

Tints of Mauve #EE9BFF

Color information

#EE9BFF (or 0xEE9BFF) is unknown color: approx Mauve. HEX triplet: EE, 9B and FF. RGB value is (238,155,255). Sum of RGB (Red+Green+Blue) = 238+155+255=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 155 (60.94% from 255 or 23.92% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE9BFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9BFF is #116400. Grayscale: #BEBEBE. Windows color (decimal): -1139713 or 16751598. OLE color: 16751598.

HSL color Cylindrical-coordinate representation of color #EE9BFF: hue angle of 289.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EE9BFF is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB238155255-
CMYK0.070.3900
HSL289.8º100%80.39%-
HSV(B)289.8º39.22%100%-
XYZ65.0348.84100.61-
YUV191.22164161.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.73%
GREEN value IS 155 (60.94% from 255) = 23.92%
BLUE value IS 255 (100% from 255) = 39.35%
R=36.73%
G=23.92%
B=39.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381552550.070.3900289.810080.39
HexEE9BFF727001226450
Octal35623337774700442144120
Binary1110111010011011111111111111001110010010001011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee9bff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee9bff; }

 p { color: rgb(238,155,255); }

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

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

 a { background-color: rgb(238,155,255); }

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

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

 span { border-color: rgb(238,155,255); }

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