#E78DDA

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

Shades of Pale Magenta #E78DDA

Tints of Pale Magenta #E78DDA

Color information

#E78DDA (or 0xE78DDA) is unknown color: approx Pale Magenta. HEX triplet: E7, 8D and DA. RGB value is (231,141,218). Sum of RGB (Red+Green+Blue) = 231+141+218=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E78DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78DDA is #187225. Grayscale: #B0B0B0. Windows color (decimal): -1602086 or 14323175. OLE color: 14323175.

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

Color convert

RGB231141218-
CMYK00.390.060.09
HSL308.67º65.22%72.94%-
HSV(B)308.67º38.96%90.59%-
XYZ55.1341.171.36-
YUV176.69151.32166.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.15%
GREEN value IS 141 (55.47% from 255) = 23.90%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=39.15%
G=23.90%
B=36.95%

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
Decimal23114121800.390.060.09308.6765.2272.94
HexE78DDA027691354149
Octal347215332047611465101111
Binary1110011110001101110110100100111110100110011010110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78DDA; }

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

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

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

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

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

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

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

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