#E785D9

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

Shades of Pale Magenta #E785D9

Tints of Pale Magenta #E785D9

Color information

#E785D9 (or 0xE785D9) is unknown color: approx Pale Magenta. HEX triplet: E7, 85 and D9. RGB value is (231,133,217). Sum of RGB (Red+Green+Blue) = 231+133+217=581 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.76% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 231 - color contains mainly: red. Hex color #E785D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785D9 is #187A26. Grayscale: #ABABAB. Windows color (decimal): -1604135 or 14255591. OLE color: 14255591.

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

Color convert

RGB231133217-
CMYK00.420.060.09
HSL308.57º67.12%71.37%-
HSV(B)308.57º42.42%90.59%-
XYZ53.8738.7770.29-
YUV171.88153.47170.17-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.76%
GREEN value IS 133 (52.34% from 255) = 22.89%
BLUE value IS 217 (85.16% from 255) = 37.35%
R=39.76%
G=22.89%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113321700.420.060.09308.5767.1271.37
HexE785D902A691354347
Octal347205331052611465103107
Binary1110011110000101110110010101010110100110011010110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E785D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E785D9; }

 p { color: rgb(231,133,217); }

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

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

 a { background-color: rgb(231,133,217); }

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

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

 span { border-color: rgb(231,133,217); }

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