#E786D4

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

Shades of Pale Magenta #E786D4

Tints of Pale Magenta #E786D4

Color information

#E786D4 (or 0xE786D4) is unknown color: approx Pale Magenta. HEX triplet: E7, 86 and D4. RGB value is (231,134,212). Sum of RGB (Red+Green+Blue) = 231+134+212=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E786D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786D4 is #18792B. Grayscale: #ABABAB. Windows color (decimal): -1603884 or 13928167. OLE color: 13928167.

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

Color convert

RGB231134212-
CMYK00.420.080.09
HSL311.75º66.9%71.57%-
HSV(B)311.75º41.99%90.59%-
XYZ53.3638.7966.96-
YUV171.9150.64170.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.03%
GREEN value IS 134 (52.73% from 255) = 23.22%
BLUE value IS 212 (83.20% from 255) = 36.74%
R=40.03%
G=23.22%
B=36.74%

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
Decimal23113421200.420.080.09311.7566.971.57
HexE786D402A891384348
Octal3472063240521011470103110
Binary11100111100001101101010001010101000100110011100010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E786D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E786D4; }

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

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

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

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

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

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

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

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