#E984DA

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

Shades of Pale Magenta #E984DA

Tints of Pale Magenta #E984DA

Color information

#E984DA (or 0xE984DA) is unknown color: approx Pale Magenta. HEX triplet: E9, 84 and DA. RGB value is (233,132,218). Sum of RGB (Red+Green+Blue) = 233+132+218=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 132 (51.95% from 255 or 22.64% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E984DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E984DA is #167B25. Grayscale: #ABABAB. Windows color (decimal): -1473318 or 14320873. OLE color: 14320873.

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

Color convert

RGB233132218-
CMYK00.430.060.09
HSL308.91º69.66%71.57%-
HSV(B)308.91º43.35%91.37%-
XYZ54.5138.8970.96-
YUV172153.96171.51-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.97%
GREEN value IS 132 (51.95% from 255) = 22.64%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=39.97%
G=22.64%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313221800.430.060.09308.9169.6671.57
HexE984DA02B691354648
Octal351204332053611465106110
Binary1110100110000100110110100101011110100110011010110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E984DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E984DA; }

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

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

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

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

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

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

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

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