#E785DA

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

Shades of Pale Magenta #E785DA

Tints of Pale Magenta #E785DA

Color information

#E785DA (or 0xE785DA) is unknown color: approx Pale Magenta. HEX triplet: E7, 85 and DA. RGB value is (231,133,218). Sum of RGB (Red+Green+Blue) = 231+133+218=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E785DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785DA is #187A25. Grayscale: #ABABAB. Windows color (decimal): -1604134 or 14321127. OLE color: 14321127.

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

Color convert

RGB231133218-
CMYK00.420.060.09
HSL307.96º67.12%71.37%-
HSV(B)307.96º42.42%90.59%-
XYZ5438.8370.98-
YUV171.99153.97170.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.69%
GREEN value IS 133 (52.34% from 255) = 22.85%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=39.69%
G=22.85%
B=37.46%

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
Decimal23113321800.420.060.09307.9667.1271.37
HexE785DA02A691344347
Octal347205332052611464103107
Binary1110011110000101110110100101010110100110011010010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E785DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E785DA; }

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

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

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

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

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

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

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

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