#E784DA

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

Shades of Pale Magenta #E784DA

Tints of Pale Magenta #E784DA

Color information

#E784DA (or 0xE784DA) is unknown color: approx Pale Magenta. HEX triplet: E7, 84 and DA. RGB value is (231,132,218). Sum of RGB (Red+Green+Blue) = 231+132+218=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 132 (51.95% from 255 or 22.72% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 231 - color contains mainly: red. Hex color #E784DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E784DA is #187B25. Grayscale: #ABABAB. Windows color (decimal): -1604390 or 14320871. OLE color: 14320871.

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

Color convert

RGB231132218-
CMYK00.430.060.09
HSL307.88º67.35%71.18%-
HSV(B)307.88º42.86%90.59%-
XYZ53.8638.5570.93-
YUV171.4154.3170.51-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.76%
GREEN value IS 132 (51.95% from 255) = 22.72%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=39.76%
G=22.72%
B=37.52%

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
Decimal23113221800.430.060.09307.8867.3571.18
HexE784DA02B691344347
Octal347204332053611464103107
Binary1110011110000100110110100101011110100110011010010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E784DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E784DA; }

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

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

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

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

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

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

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

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