#E78BDB

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

Shades of Pale Magenta #E78BDB

Tints of Pale Magenta #E78BDB

Color information

#E78BDB (or 0xE78BDB) is unknown color: approx Pale Magenta. HEX triplet: E7, 8B and DB. RGB value is (231,139,219). Sum of RGB (Red+Green+Blue) = 231+139+219=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 139 (54.69% from 255 or 23.60% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78BDB is #187424. Grayscale: #AFAFAF. Windows color (decimal): -1602597 or 14388199. OLE color: 14388199.

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

Color convert

RGB231139219-
CMYK00.400.050.09
HSL307.83º65.71%72.55%-
HSV(B)307.83º39.83%90.59%-
XYZ54.9740.5771.95-
YUV175.63152.48167.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.22%
GREEN value IS 139 (54.69% from 255) = 23.60%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=39.22%
G=23.60%
B=37.18%

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
Decimal23113921900.400.050.09307.8365.7172.55
HexE78BDB028591344249
Octal347213333050511464102111
Binary1110011110001011110110110101000101100110011010010000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78BDB; }

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

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

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

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

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

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

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

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