#E982DD

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

Shades of Pale Magenta #E982DD

Tints of Pale Magenta #E982DD

Color information

#E982DD (or 0xE982DD) is unknown color: approx Pale Magenta. HEX triplet: E9, 82 and DD. RGB value is (233,130,221). Sum of RGB (Red+Green+Blue) = 233+130+221=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 233 - color contains mainly: red. Hex color #E982DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982DD is #167D22. Grayscale: #AAAAAA. Windows color (decimal): -1473827 or 14516969. OLE color: 14516969.

HSL color Cylindrical-coordinate representation of color #E982DD: hue angle of 306.99º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E982DD is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB233130221-
CMYK00.440.050.09
HSL306.99º70.07%71.18%-
HSV(B)306.99º44.21%91.37%-
XYZ54.6438.5172.96-
YUV171.17156.12172.1-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.90%
GREEN value IS 130 (51.17% from 255) = 22.26%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=39.90%
G=22.26%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313022100.440.050.09306.9970.0771.18
HexE982DD02C591334647
Octal351202335054511463106107
Binary1110100110000010110111010101100101100110011001110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E982DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E982DD; }

 p { color: rgb(233,130,221); }

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

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

 a { background-color: rgb(233,130,221); }

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

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

 span { border-color: rgb(233,130,221); }

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