#EE82DC

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

Shades of Pale Magenta #EE82DC

Tints of Pale Magenta #EE82DC

Color information

#EE82DC (or 0xEE82DC) is unknown color: approx Pale Magenta. HEX triplet: EE, 82 and DC. RGB value is (238,130,220). Sum of RGB (Red+Green+Blue) = 238+130+220=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE82DC is #117D23. Grayscale: #ACACAC. Windows color (decimal): -1146148 or 14451438. OLE color: 14451438.

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

Color convert

RGB238130220-
CMYK00.450.080.07
HSL310º76.06%72.16%-
HSV(B)310º45.38%93.33%-
XYZ56.1639.3172.34-
YUV172.55154.78174.68-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.48%
GREEN value IS 130 (51.17% from 255) = 22.11%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=40.48%
G=22.11%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813022000.450.080.0731076.0672.16
HexEE82DC02D871364c48
Octal356202334055107466114110
Binary1110111010000010110111000101101100011110011011010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE82DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE82DC; }

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

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

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

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

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

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

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

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