#E785D4

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

Shades of Pale Magenta #E785D4

Tints of Pale Magenta #E785D4

Color information

#E785D4 (or 0xE785D4) is unknown color: approx Pale Magenta. HEX triplet: E7, 85 and D4. RGB value is (231,133,212). Sum of RGB (Red+Green+Blue) = 231+133+212=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E785D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785D4 is #187A2B. Grayscale: #ABABAB. Windows color (decimal): -1604140 or 13927911. OLE color: 13927911.

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

Color convert

RGB231133212-
CMYK00.420.080.09
HSL311.63º67.12%71.37%-
HSV(B)311.63º42.42%90.59%-
XYZ53.2338.5266.92-
YUV171.31150.97170.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 133 (52.34% from 255) = 23.09%
BLUE value IS 212 (83.20% from 255) = 36.81%
R=40.10%
G=23.09%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113321200.420.080.09311.6367.1271.37
HexE785D402A891384347
Octal3472053240521011470103107
Binary11100111100001011101010001010101000100110011100010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E785D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E785D4; }

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

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

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

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

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

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

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

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