#E78ED5

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

Shades of Pale Magenta #E78ED5

Tints of Pale Magenta #E78ED5

Color information

#E78ED5 (or 0xE78ED5) is unknown color: approx Pale Magenta. HEX triplet: E7, 8E and D5. RGB value is (231,142,213). Sum of RGB (Red+Green+Blue) = 231+142+213=586 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.42% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 231 - color contains mainly: red. Hex color #E78ED5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78ED5 is #18712A. Grayscale: #B0B0B0. Windows color (decimal): -1601835 or 13995751. OLE color: 13995751.

HSL color Cylindrical-coordinate representation of color #E78ED5: hue angle of 312.13º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E78ED5 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB231142213-
CMYK00.390.080.09
HSL312.13º64.96%73.14%-
HSV(B)312.13º38.53%90.59%-
XYZ54.6441.1468.01-
YUV176.7148.49166.73-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.42%
GREEN value IS 142 (55.86% from 255) = 24.23%
BLUE value IS 213 (83.59% from 255) = 36.35%
R=39.42%
G=24.23%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114221300.390.080.09312.1364.9673.14
HexE78ED5027891384149
Octal3472163250471011470101111
Binary11100111100011101101010101001111000100110011100010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78ED5; }

 p { color: rgb(231,142,213); }

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

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

 a { background-color: rgb(231,142,213); }

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

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

 span { border-color: rgb(231,142,213); }

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