#EE81DD

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

Shades of Pale Magenta #EE81DD

Tints of Pale Magenta #EE81DD

Color information

#EE81DD (or 0xEE81DD) is unknown color: approx Pale Magenta. HEX triplet: EE, 81 and DD. RGB value is (238,129,221). Sum of RGB (Red+Green+Blue) = 238+129+221=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81DD is #117E22. Grayscale: #ABABAB. Windows color (decimal): -1146403 or 14516718. OLE color: 14516718.

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

Color convert

RGB238129221-
CMYK00.460.070.07
HSL309.36º76.22%71.96%-
HSV(B)309.36º45.8%93.33%-
XYZ56.1639.172.99-
YUV172.08155.61175.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.48%
GREEN value IS 129 (50.78% from 255) = 21.94%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=40.48%
G=21.94%
B=37.59%

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
Decimal23812922100.460.070.07309.3676.2271.96
HexEE81DD02E771354c48
Octal35620133505677465114110
Binary111011101000000111011101010111011111110011010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE81DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE81DD; }

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

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

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

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

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

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

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

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