#E78ED9

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

Shades of Pale Magenta #E78ED9

Tints of Pale Magenta #E78ED9

Color information

#E78ED9 (or 0xE78ED9) is unknown color: approx Pale Magenta. HEX triplet: E7, 8E and D9. RGB value is (231,142,217). Sum of RGB (Red+Green+Blue) = 231+142+217=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E78ED9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78ED9 is #187126. Grayscale: #B0B0B0. Windows color (decimal): -1601831 or 14257895. OLE color: 14257895.

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

Color convert

RGB231142217-
CMYK00.390.060.09
HSL309.44º64.96%73.14%-
HSV(B)309.44º38.53%90.59%-
XYZ55.1541.3470.72-
YUV177.16150.49166.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.15%
GREEN value IS 142 (55.86% from 255) = 24.07%
BLUE value IS 217 (85.16% from 255) = 36.78%
R=39.15%
G=24.07%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114221700.390.060.09309.4464.9673.14
HexE78ED9027691354149
Octal347216331047611465101111
Binary1110011110001110110110010100111110100110011010110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78ED9; }

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

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

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

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

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

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

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

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