#EE93DD

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

Shades of Pale Magenta #EE93DD

Tints of Pale Magenta #EE93DD

Color information

#EE93DD (or 0xEE93DD) is unknown color: approx Pale Magenta. HEX triplet: EE, 93 and DD. RGB value is (238,147,221). Sum of RGB (Red+Green+Blue) = 238+147+221=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EE93DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE93DD is #116C22. Grayscale: #B6B6B6. Windows color (decimal): -1141795 or 14521326. OLE color: 14521326.

HSL color Cylindrical-coordinate representation of color #EE93DD: hue angle of 311.21º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EE93DD is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB238147221-
CMYK00.380.070.07
HSL311.21º72.8%75.49%-
HSV(B)311.21º38.24%93.33%-
XYZ58.7444.2773.85-
YUV182.64149.65167.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.27%
GREEN value IS 147 (57.81% from 255) = 24.26%
BLUE value IS 221 (86.72% from 255) = 36.47%
R=39.27%
G=24.26%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814722100.380.070.07311.2172.875.49
HexEE93DD02677137494b
Octal35622333504677467111113
Binary111011101001001111011101010011011111110011011110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE93DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE93DD; }

 p { color: rgb(238,147,221); }

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

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

 a { background-color: rgb(238,147,221); }

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

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

 span { border-color: rgb(238,147,221); }

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