#E980DA

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

Shades of Pale Magenta #E980DA

Tints of Pale Magenta #E980DA

Color information

#E980DA (or 0xE980DA) is unknown color: approx Pale Magenta. HEX triplet: E9, 80 and DA. RGB value is (233,128,218). Sum of RGB (Red+Green+Blue) = 233+128+218=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 233 - color contains mainly: red. Hex color #E980DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E980DA is #167F25. Grayscale: #A9A9A9. Windows color (decimal): -1474342 or 14319849. OLE color: 14319849.

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

Color convert

RGB233128218-
CMYK00.450.060.09
HSL308.57º70.47%70.78%-
HSV(B)308.57º45.06%91.37%-
XYZ53.9837.8270.79-
YUV169.66155.29173.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.24%
GREEN value IS 128 (50.39% from 255) = 22.11%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=40.24%
G=22.11%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312821800.450.060.09308.5770.4770.78
HexE980DA02D691354647
Octal351200332055611465106107
Binary1110100110000000110110100101101110100110011010110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E980DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E980DA; }

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

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

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

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

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

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

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

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