#EE9EFD

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

Shades of Mauve #EE9EFD

Tints of Mauve #EE9EFD

Color information

#EE9EFD (or 0xEE9EFD) is unknown color: approx Mauve. HEX triplet: EE, 9E and FD. RGB value is (238,158,253). Sum of RGB (Red+Green+Blue) = 238+158+253=649 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.67% from 649); Green value is 158 (62.11% from 255 or 24.35% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE9EFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9EFD is #116102. Grayscale: #C0C0C0. Windows color (decimal): -1138947 or 16621294. OLE color: 16621294.

HSL color Cylindrical-coordinate representation of color #EE9EFD: hue angle of 290.53º 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 #EE9EFD is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238158253-
CMYK0.060.3800.01
HSL290.53º95.96%80.59%-
HSV(B)290.53º37.55%99.22%-
XYZ65.2249.7299.09-
YUV192.75162160.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.67%
GREEN value IS 158 (62.11% from 255) = 24.35%
BLUE value IS 253 (99.22% from 255) = 38.98%
R=36.67%
G=24.35%
B=38.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381582530.060.3800.01290.5395.9680.59
HexEE9EFD626011236051
Octal35623637564601443140121
Binary1110111010011110111111011101001100110010001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9EFD; }

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

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

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

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

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

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

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

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