#E78CDA

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

Shades of Pale Magenta #E78CDA

Tints of Pale Magenta #E78CDA

Color information

#E78CDA (or 0xE78CDA) is unknown color: approx Pale Magenta. HEX triplet: E7, 8C and DA. RGB value is (231,140,218). Sum of RGB (Red+Green+Blue) = 231+140+218=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E78CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78CDA is #187325. Grayscale: #AFAFAF. Windows color (decimal): -1602342 or 14322919. OLE color: 14322919.

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

Color convert

RGB231140218-
CMYK00.390.060.09
HSL308.57º65.47%72.75%-
HSV(B)308.57º39.39%90.59%-
XYZ54.9940.8171.31-
YUV176.1151.65167.16-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.22%
GREEN value IS 140 (55.08% from 255) = 23.77%
BLUE value IS 218 (85.55% from 255) = 37.01%
R=39.22%
G=23.77%
B=37.01%

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
Decimal23114021800.390.060.09308.5765.4772.75
HexE78CDA027691354149
Octal347214332047611465101111
Binary1110011110001100110110100100111110100110011010110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78CDA; }

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

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

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

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

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

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

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

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