Html Css Color HEX #E980DA Pale Magenta

📋 copy color: '#E980DA'

red 233 ◦ green 128 ◦ blue 218

#E980DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Magenta #E980DA

Tints of Pale Magenta #E980DA

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 value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E980DA (or 0xE980DA) is known color: 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

RGB 233 128 218 -
CMYK 0 0.45 0.06 0.09
HSL 308.57º 0.7% 0.71% -
HSV(B) 308.57º 0.45% 0.91% -
XYZ 53.98 37.82 70.79 -
YUV 169.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 233 128 218 0 0.45 0.06 0.09 308.57 0.7 0.71
Hex E9 80 DA 0 2D 6 9 135 46 47
Octal 351 200 332 0 55 6 11 465 106 107
Binary 11101001 10000000 11011010 0 101101 110 1001 100110101 1000110 1000111

Color Harmonies of #E980DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E980DA

Black with #E980DA

Text Example


Text Example

White with #E980DA

Text Example


Text Example

HTML Codes & Css Web 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>