#E78BDD

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

Shades of Pale Magenta #E78BDD

Tints of Pale Magenta #E78BDD

Color information

#E78BDD (or 0xE78BDD) is unknown color: approx Pale Magenta. HEX triplet: E7, 8B and DD. RGB value is (231,139,221). Sum of RGB (Red+Green+Blue) = 231+139+221=591 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.09% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78BDD is #187422. Grayscale: #AFAFAF. Windows color (decimal): -1602595 or 14519271. OLE color: 14519271.

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

Color convert

RGB231139221-
CMYK00.400.040.09
HSL306.52º65.71%72.55%-
HSV(B)306.52º39.83%90.59%-
XYZ55.2440.6773.35-
YUV175.86153.48167.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.09%
GREEN value IS 139 (54.69% from 255) = 23.52%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=39.09%
G=23.52%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113922100.400.040.09306.5265.7172.55
HexE78BDD028491334249
Octal347213335050411463102111
Binary1110011110001011110111010101000100100110011001110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78BDD; }

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

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

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

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

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

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

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

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