#E78BD0

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

Shades of Pale Magenta #E78BD0

Tints of Pale Magenta #E78BD0

Color information

#E78BD0 (or 0xE78BD0) is unknown color: approx Pale Magenta. HEX triplet: E7, 8B and D0. RGB value is (231,139,208). Sum of RGB (Red+Green+Blue) = 231+139+208=578 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.97% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 231 - color contains mainly: red. Hex color #E78BD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78BD0 is #18742F. Grayscale: #AEAEAE. Windows color (decimal): -1602608 or 13667303. OLE color: 13667303.

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

Color convert

RGB231139208-
CMYK00.400.100.09
HSL315º65.71%72.55%-
HSV(B)315º39.83%90.59%-
XYZ53.5740.0164.57-
YUV174.37146.98168.39-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.97%
GREEN value IS 139 (54.69% from 255) = 24.05%
BLUE value IS 208 (81.64% from 255) = 35.99%
R=39.97%
G=24.05%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113920800.400.100.0931565.7172.55
HexE78BD0028A913b4249
Octal3472133200501211473102111
Binary11100111100010111101000001010001010100110011101110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78BD0; }

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

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

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

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

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

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

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

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