#EE81DE

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

Shades of Pale Magenta #EE81DE

Tints of Pale Magenta #EE81DE

Color information

#EE81DE (or 0xEE81DE) is unknown color: approx Pale Magenta. HEX triplet: EE, 81 and DE. RGB value is (238,129,222). Sum of RGB (Red+Green+Blue) = 238+129+222=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 129 (50.78% from 255 or 21.90% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81DE is #117E21. Grayscale: #ABABAB. Windows color (decimal): -1146402 or 14582254. OLE color: 14582254.

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

Color convert

RGB238129222-
CMYK00.460.070.07
HSL308.81º76.22%71.96%-
HSV(B)308.81º45.8%93.33%-
XYZ56.2939.1573.7-
YUV172.19156.11174.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 129 (50.78% from 255) = 21.90%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=40.41%
G=21.90%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812922200.460.070.07308.8176.2271.96
HexEE81DE02E771354c48
Octal35620133605677465114110
Binary111011101000000111011110010111011111110011010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE81DE; }

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

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

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

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

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

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

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

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