#E786DC

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

Shades of Pale Magenta #E786DC

Tints of Pale Magenta #E786DC

Color information

#E786DC (or 0xE786DC) is unknown color: approx Pale Magenta. HEX triplet: E7, 86 and DC. RGB value is (231,134,220). Sum of RGB (Red+Green+Blue) = 231+134+220=585 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.49% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 231 - color contains mainly: red. Hex color #E786DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786DC is #187923. Grayscale: #ACACAC. Windows color (decimal): -1603876 or 14452455. OLE color: 14452455.

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

Color convert

RGB231134220-
CMYK00.420.050.09
HSL306.8º66.9%71.57%-
HSV(B)306.8º41.99%90.59%-
XYZ54.439.2172.41-
YUV172.81154.64169.51-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.49%
GREEN value IS 134 (52.73% from 255) = 22.91%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=39.49%
G=22.91%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113422000.420.050.09306.866.971.57
HexE786DC02A591334348
Octal347206334052511463103110
Binary1110011110000110110111000101010101100110011001110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E786DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E786DC; }

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

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

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

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

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

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

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

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