#E78ADC

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

Shades of Pale Magenta #E78ADC

Tints of Pale Magenta #E78ADC

Color information

#E78ADC (or 0xE78ADC) is unknown color: approx Pale Magenta. HEX triplet: E7, 8A and DC. RGB value is (231,138,220). Sum of RGB (Red+Green+Blue) = 231+138+220=589 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.22% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 231 - color contains mainly: red. Hex color #E78ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78ADC is #187523. Grayscale: #AEAEAE. Windows color (decimal): -1602852 or 14453479. OLE color: 14453479.

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

Color convert

RGB231138220-
CMYK00.400.050.09
HSL307.1º65.96%72.35%-
HSV(B)307.1º40.26%90.59%-
XYZ54.9640.3372.6-
YUV175.16153.31167.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.22%
GREEN value IS 138 (54.30% from 255) = 23.43%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=39.22%
G=23.43%
B=37.35%

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
Decimal23113822000.400.050.09307.165.9672.35
HexE78ADC028591334248
Octal347212334050511463102110
Binary1110011110001010110111000101000101100110011001110000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78ADC; }

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

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

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

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

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

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

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

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