#E78BDC

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

Shades of Pale Magenta #E78BDC

Tints of Pale Magenta #E78BDC

Color information

#E78BDC (or 0xE78BDC) is unknown color: approx Pale Magenta. HEX triplet: E7, 8B and DC. RGB value is (231,139,220). Sum of RGB (Red+Green+Blue) = 231+139+220=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78BDC is #187423. Grayscale: #AFAFAF. Windows color (decimal): -1602596 or 14453735. OLE color: 14453735.

HSL color Cylindrical-coordinate representation of color #E78BDC: hue angle of 307.17º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78BDC is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB231139220-
CMYK00.400.050.09
HSL307.17º65.71%72.55%-
HSV(B)307.17º39.83%90.59%-
XYZ55.1140.6272.65-
YUV175.74152.98167.41-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.15%
GREEN value IS 139 (54.69% from 255) = 23.56%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=39.15%
G=23.56%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113922000.400.050.09307.1765.7172.55
HexE78BDC028591334249
Octal347213334050511463102111
Binary1110011110001011110111000101000101100110011001110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78BDC; }

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

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

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

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

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

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

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

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