#EE9DFD

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

Shades of Mauve #EE9DFD

Tints of Mauve #EE9DFD

Color information

#EE9DFD (or 0xEE9DFD) is unknown color: approx Mauve. HEX triplet: EE, 9D and FD. RGB value is (238,157,253). Sum of RGB (Red+Green+Blue) = 238+157+253=648 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.73% from 648); Green value is 157 (61.72% from 255 or 24.23% from 648); Blue value is 253 (99.22% from 255 or 39.04% from 648); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE9DFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9DFD is #116202. Grayscale: #BFBFBF. Windows color (decimal): -1139203 or 16621038. OLE color: 16621038.

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

Color convert

RGB238157253-
CMYK0.060.3800.01
HSL290.62º96%80.39%-
HSV(B)290.62º37.94%99.22%-
XYZ65.0549.3899.03-
YUV192.16162.34160.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.73%
GREEN value IS 157 (61.72% from 255) = 24.23%
BLUE value IS 253 (99.22% from 255) = 39.04%
R=36.73%
G=24.23%
B=39.04%

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
Decimal2381572530.060.3800.01290.629680.39
HexEE9DFD626011236050
Octal35623537564601443140120
Binary1110111010011101111111011101001100110010001111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9DFD; }

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

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

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

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

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

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

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

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