#E78ED6

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

Shades of Pale Magenta #E78ED6

Tints of Pale Magenta #E78ED6

Color information

#E78ED6 (or 0xE78ED6) is unknown color: approx Pale Magenta. HEX triplet: E7, 8E and D6. RGB value is (231,142,214). Sum of RGB (Red+Green+Blue) = 231+142+214=587 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.35% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 231 - color contains mainly: red. Hex color #E78ED6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78ED6 is #187129. Grayscale: #B0B0B0. Windows color (decimal): -1601834 or 14061287. OLE color: 14061287.

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

Color convert

RGB231142214-
CMYK00.390.070.09
HSL311.46º64.96%73.14%-
HSV(B)311.46º38.53%90.59%-
XYZ54.7741.1968.68-
YUV176.82148.99166.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.35%
GREEN value IS 142 (55.86% from 255) = 24.19%
BLUE value IS 214 (83.98% from 255) = 36.46%
R=39.35%
G=24.19%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114221400.390.070.09311.4664.9673.14
HexE78ED6027791374149
Octal347216326047711467101111
Binary1110011110001110110101100100111111100110011011110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78ED6; }

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

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

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

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

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

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

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

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