#E78ADD

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

Shades of Pale Magenta #E78ADD

Tints of Pale Magenta #E78ADD

Color information

#E78ADD (or 0xE78ADD) is unknown color: approx Pale Magenta. HEX triplet: E7, 8A and DD. RGB value is (231,138,221). Sum of RGB (Red+Green+Blue) = 231+138+221=590 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.15% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 231 - color contains mainly: red. Hex color #E78ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78ADD is #187522. Grayscale: #AFAFAF. Windows color (decimal): -1602851 or 14519015. OLE color: 14519015.

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

Color convert

RGB231138221-
CMYK00.400.040.09
HSL306.45º65.96%72.35%-
HSV(B)306.45º40.26%90.59%-
XYZ55.0940.3973.3-
YUV175.27153.81167.75-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.15%
GREEN value IS 138 (54.30% from 255) = 23.39%
BLUE value IS 221 (86.72% from 255) = 37.46%
R=39.15%
G=23.39%
B=37.46%

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
Decimal23113822100.400.040.09306.4565.9672.35
HexE78ADD028491324248
Octal347212335050411462102110
Binary1110011110001010110111010101000100100110011001010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78ADD; }

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

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

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

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

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

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

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

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