#E780DA

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

Shades of Pale Magenta #E780DA

Tints of Pale Magenta #E780DA

Color information

#E780DA (or 0xE780DA) is unknown color: approx Pale Magenta. HEX triplet: E7, 80 and DA. RGB value is (231,128,218). Sum of RGB (Red+Green+Blue) = 231+128+218=577 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.03% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 231 - color contains mainly: red. Hex color #E780DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E780DA is #187F25. Grayscale: #A8A8A8. Windows color (decimal): -1605414 or 14319847. OLE color: 14319847.

HSL color Cylindrical-coordinate representation of color #E780DA: hue angle of 307.57º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E780DA is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB231128218-
CMYK00.450.060.09
HSL307.57º68.21%70.39%-
HSV(B)307.57º44.59%90.59%-
XYZ53.3337.4970.76-
YUV169.06155.62172.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.03%
GREEN value IS 128 (50.39% from 255) = 22.18%
BLUE value IS 218 (85.55% from 255) = 37.78%
R=40.03%
G=22.18%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112821800.450.060.09307.5768.2170.39
HexE780DA02D691344446
Octal347200332055611464104106
Binary1110011110000000110110100101101110100110011010010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E780DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E780DA; }

 p { color: rgb(231,128,218); }

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

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

 a { background-color: rgb(231,128,218); }

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

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

 span { border-color: rgb(231,128,218); }

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