#E980D4

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

Shades of Pale Magenta #E980D4

Tints of Pale Magenta #E980D4

Color information

#E980D4 (or 0xE980D4) is unknown color: approx Pale Magenta. HEX triplet: E9, 80 and D4. RGB value is (233,128,212). Sum of RGB (Red+Green+Blue) = 233+128+212=573 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.66% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 233 - color contains mainly: red. Hex color #E980D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E980D4 is #167F2B. Grayscale: #A8A8A8. Windows color (decimal): -1474348 or 13926633. OLE color: 13926633.

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

Color convert

RGB233128212-
CMYK00.450.090.09
HSL312º70.47%70.78%-
HSV(B)312º45.06%91.37%-
XYZ53.2137.5266.72-
YUV168.97152.29173.67-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.66%
GREEN value IS 128 (50.39% from 255) = 22.34%
BLUE value IS 212 (83.20% from 255) = 37.00%
R=40.66%
G=22.34%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312821200.450.090.0931270.4770.78
HexE980D402D991384647
Octal3512003240551111470106107
Binary11101001100000001101010001011011001100110011100010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E980D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E980D4; }

 p { color: rgb(233,128,212); }

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

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

 a { background-color: rgb(233,128,212); }

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

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

 span { border-color: rgb(233,128,212); }

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