#E78ED1

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

Shades of Pale Magenta #E78ED1

Tints of Pale Magenta #E78ED1

Color information

#E78ED1 (or 0xE78ED1) is unknown color: approx Pale Magenta. HEX triplet: E7, 8E and D1. RGB value is (231,142,209). Sum of RGB (Red+Green+Blue) = 231+142+209=582 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.69% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 231 - color contains mainly: red. Hex color #E78ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78ED1 is #18712E. Grayscale: #B0B0B0. Windows color (decimal): -1601839 or 13733607. OLE color: 13733607.

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

Color convert

RGB231142209-
CMYK00.390.100.09
HSL314.83º64.96%73.14%-
HSV(B)314.83º38.53%90.59%-
XYZ54.1440.9465.37-
YUV176.25146.49167.05-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.69%
GREEN value IS 142 (55.86% from 255) = 24.40%
BLUE value IS 209 (82.03% from 255) = 35.91%
R=39.69%
G=24.40%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114220900.390.100.09314.8364.9673.14
HexE78ED1027A913b4149
Octal3472163210471211473101111
Binary11100111100011101101000101001111010100110011101110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78ED1; }

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

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

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

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

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

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

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

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