#EE93DE

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

Shades of Pale Magenta #EE93DE

Tints of Pale Magenta #EE93DE

Color information

#EE93DE (or 0xEE93DE) is unknown color: approx Pale Magenta. HEX triplet: EE, 93 and DE. RGB value is (238,147,222). Sum of RGB (Red+Green+Blue) = 238+147+222=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EE93DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE93DE is #116C21. Grayscale: #B6B6B6. Windows color (decimal): -1141794 or 14586862. OLE color: 14586862.

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

Color convert

RGB238147222-
CMYK00.380.070.07
HSL310.55º72.8%75.49%-
HSV(B)310.55º38.24%93.33%-
XYZ58.8844.3274.56-
YUV182.76150.15167.4-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 147 (57.81% from 255) = 24.22%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=39.21%
G=24.22%
B=36.57%

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
Decimal23814722200.380.070.07310.5572.875.49
HexEE93DE02677137494b
Octal35622333604677467111113
Binary111011101001001111011110010011011111110011011110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE93DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE93DE; }

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

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

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

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

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

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

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

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