#E982DC

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

Shades of Pale Magenta #E982DC

Tints of Pale Magenta #E982DC

Color information

#E982DC (or 0xE982DC) is unknown color: approx Pale Magenta. HEX triplet: E9, 82 and DC. RGB value is (233,130,220). Sum of RGB (Red+Green+Blue) = 233+130+220=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E982DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E982DC is #167D23. Grayscale: #AAAAAA. Windows color (decimal): -1473828 or 14451433. OLE color: 14451433.

HSL color Cylindrical-coordinate representation of color #E982DC: hue angle of 307.57º 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 #E982DC is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB233130220-
CMYK00.440.060.09
HSL307.57º70.07%71.18%-
HSV(B)307.57º44.21%91.37%-
XYZ54.5138.4672.26-
YUV171.06155.62172.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.97%
GREEN value IS 130 (51.17% from 255) = 22.30%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=39.97%
G=22.30%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313022000.440.060.09307.5770.0771.18
HexE982DC02C691344647
Octal351202334054611464106107
Binary1110100110000010110111000101100110100110011010010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E982DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E982DC; }

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

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

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

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

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

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

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

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