#E784D5

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

Shades of Pale Magenta #E784D5

Tints of Pale Magenta #E784D5

Color information

#E784D5 (or 0xE784D5) is unknown color: approx Pale Magenta. HEX triplet: E7, 84 and D5. RGB value is (231,132,213). Sum of RGB (Red+Green+Blue) = 231+132+213=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 132 (51.95% from 255 or 22.92% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E784D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E784D5 is #187B2A. Grayscale: #AAAAAA. Windows color (decimal): -1604395 or 13993191. OLE color: 13993191.

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

Color convert

RGB231132213-
CMYK00.430.080.09
HSL310.91º67.35%71.18%-
HSV(B)310.91º42.86%90.59%-
XYZ53.2238.367.54-
YUV170.84151.8170.91-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 132 (51.95% from 255) = 22.92%
BLUE value IS 213 (83.59% from 255) = 36.98%
R=40.10%
G=22.92%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113221300.430.080.09310.9167.3571.18
HexE784D502B891374347
Octal3472043250531011467103107
Binary11100111100001001101010101010111000100110011011110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E784D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E784D5; }

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

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

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

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

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

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

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

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