#EE9FFD

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

Shades of Mauve #EE9FFD

Tints of Mauve #EE9FFD

Color information

#EE9FFD (or 0xEE9FFD) is unknown color: approx Mauve. HEX triplet: EE, 9F and FD. RGB value is (238,159,253). Sum of RGB (Red+Green+Blue) = 238+159+253=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 159 (62.5% from 255 or 24.46% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE9FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9FFD is #116002. Grayscale: #C1C1C1. Windows color (decimal): -1138691 or 16621550. OLE color: 16621550.

HSL color Cylindrical-coordinate representation of color #EE9FFD: hue angle of 290.43º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EE9FFD is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238159253-
CMYK0.060.3700.01
HSL290.43º95.92%80.78%-
HSV(B)290.43º37.15%99.22%-
XYZ65.3950.0799.15-
YUV193.34161.67159.86-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 159 (62.5% from 255) = 24.46%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=36.62%
G=24.46%
B=38.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381592530.060.3700.01290.4395.9280.78
HexEE9FFD625011226051
Octal35623737564501442140121
Binary1110111010011111111111011101001010110010001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9FFD; }

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

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

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

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

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

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

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

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