#E786DB

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

Shades of Pale Magenta #E786DB

Tints of Pale Magenta #E786DB

Color information

#E786DB (or 0xE786DB) is unknown color: approx Pale Magenta. HEX triplet: E7, 86 and DB. RGB value is (231,134,219). Sum of RGB (Red+Green+Blue) = 231+134+219=584 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.55% from 584); Green value is 134 (52.73% from 255 or 22.95% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 231 - color contains mainly: red. Hex color #E786DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786DB is #187924. Grayscale: #ACACAC. Windows color (decimal): -1603877 or 14386919. OLE color: 14386919.

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

Color convert

RGB231134219-
CMYK00.420.050.09
HSL307.42º66.9%71.57%-
HSV(B)307.42º41.99%90.59%-
XYZ54.2739.1571.72-
YUV172.69154.14169.59-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.55%
GREEN value IS 134 (52.73% from 255) = 22.95%
BLUE value IS 219 (85.94% from 255) = 37.5%
R=39.55%
G=22.95%
B=37.5%

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
Decimal23113421900.420.050.09307.4266.971.57
HexE786DB02A591334348
Octal347206333052511463103110
Binary1110011110000110110110110101010101100110011001110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E786DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E786DB; }

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

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

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

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

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

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

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

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