#E880DD

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

Shades of Pale Magenta #E880DD

Tints of Pale Magenta #E880DD

Color information

#E880DD (or 0xE880DD) is unknown color: approx Pale Magenta. HEX triplet: E8, 80 and DD. RGB value is (232,128,221). Sum of RGB (Red+Green+Blue) = 232+128+221=581 (76% of max value = 765). Red value is 232 (91.02% from 255 or 39.93% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 232 - color contains mainly: red. Hex color #E880DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E880DD is #177F22. Grayscale: #A9A9A9. Windows color (decimal): -1539875 or 14516456. OLE color: 14516456.

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

Color convert

RGB232128221-
CMYK00.450.050.09
HSL306.35º69.33%70.59%-
HSV(B)306.35º44.83%90.98%-
XYZ54.0537.8172.86-
YUV169.7156.96172.44-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.93%
GREEN value IS 128 (50.39% from 255) = 22.03%
BLUE value IS 221 (86.72% from 255) = 38.04%
R=39.93%
G=22.03%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212822100.450.050.09306.3569.3370.59
HexE880DD02D591324547
Octal350200335055511462105107
Binary1110100010000000110111010101101101100110011001010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E880DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E880DD; }

 p { color: rgb(232,128,221); }

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

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

 a { background-color: rgb(232,128,221); }

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

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

 span { border-color: rgb(232,128,221); }

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