#EE81DC

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

Shades of Pale Magenta #EE81DC

Tints of Pale Magenta #EE81DC

Color information

#EE81DC (or 0xEE81DC) is unknown color: approx Pale Magenta. HEX triplet: EE, 81 and DC. RGB value is (238,129,220). Sum of RGB (Red+Green+Blue) = 238+129+220=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 129 (50.78% from 255 or 21.98% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE81DC is #117E23. Grayscale: #ABABAB. Windows color (decimal): -1146404 or 14451182. OLE color: 14451182.

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

Color convert

RGB238129220-
CMYK00.460.080.07
HSL309.91º76.22%71.96%-
HSV(B)309.91º45.8%93.33%-
XYZ56.0339.0472.29-
YUV171.96155.11175.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.55%
GREEN value IS 129 (50.78% from 255) = 21.98%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=40.55%
G=21.98%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812922000.460.080.07309.9176.2271.96
HexEE81DC02E871364c48
Octal356201334056107466114110
Binary1110111010000001110111000101110100011110011011010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE81DC; }

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

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

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

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

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

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

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

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