#E786D2

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

Shades of Pale Magenta #E786D2

Tints of Pale Magenta #E786D2

Color information

#E786D2 (or 0xE786D2) is unknown color: approx Pale Magenta. HEX triplet: E7, 86 and D2. RGB value is (231,134,210). Sum of RGB (Red+Green+Blue) = 231+134+210=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E786D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786D2 is #18792D. Grayscale: #ABABAB. Windows color (decimal): -1603886 or 13797095. OLE color: 13797095.

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

Color convert

RGB231134210-
CMYK00.420.090.09
HSL312.99º66.9%71.57%-
HSV(B)312.99º41.99%90.59%-
XYZ53.1138.6965.64-
YUV171.67149.64170.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.17%
GREEN value IS 134 (52.73% from 255) = 23.30%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=40.17%
G=23.30%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113421000.420.090.09312.9966.971.57
HexE786D202A991394348
Octal3472063220521111471103110
Binary11100111100001101101001001010101001100110011100110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E786D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E786D2; }

 p { color: rgb(231,134,210); }

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

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

 a { background-color: rgb(231,134,210); }

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

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

 span { border-color: rgb(231,134,210); }

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