#E78DDC

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

Shades of Pale Magenta #E78DDC

Tints of Pale Magenta #E78DDC

Color information

#E78DDC (or 0xE78DDC) is unknown color: approx Pale Magenta. HEX triplet: E7, 8D and DC. RGB value is (231,141,220). Sum of RGB (Red+Green+Blue) = 231+141+220=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78DDC is #187223. Grayscale: #B0B0B0. Windows color (decimal): -1602084 or 14454247. OLE color: 14454247.

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

Color convert

RGB231141220-
CMYK00.390.050.09
HSL307.33º65.22%72.94%-
HSV(B)307.33º38.96%90.59%-
XYZ55.441.2172.74-
YUV176.92152.32166.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.02%
GREEN value IS 141 (55.47% from 255) = 23.82%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=39.02%
G=23.82%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114122000.390.050.09307.3365.2272.94
HexE78DDC027591334149
Octal347215334047511463101111
Binary1110011110001101110111000100111101100110011001110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78DDC; }

 p { color: rgb(231,141,220); }

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

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

 a { background-color: rgb(231,141,220); }

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

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

 span { border-color: rgb(231,141,220); }

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