#EE82DE

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

Shades of Pale Magenta #EE82DE

Tints of Pale Magenta #EE82DE

Color information

#EE82DE (or 0xEE82DE) is unknown color: approx Pale Magenta. HEX triplet: EE, 82 and DE. RGB value is (238,130,222). Sum of RGB (Red+Green+Blue) = 238+130+222=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 130 (51.17% from 255 or 22.03% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE82DE is #117D21. Grayscale: #ACACAC. Windows color (decimal): -1146146 or 14582510. OLE color: 14582510.

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

Color convert

RGB238130222-
CMYK00.450.070.07
HSL308.89º76.06%72.16%-
HSV(B)308.89º45.38%93.33%-
XYZ56.4339.4273.74-
YUV172.78155.78174.52-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.34%
GREEN value IS 130 (51.17% from 255) = 22.03%
BLUE value IS 222 (87.11% from 255) = 37.63%
R=40.34%
G=22.03%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813022200.450.070.07308.8976.0672.16
HexEE82DE02D771354c48
Octal35620233605577465114110
Binary111011101000001011011110010110111111110011010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE82DE; }

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

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

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

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

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

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

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

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