#E981DD

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

Shades of Pale Magenta #E981DD

Tints of Pale Magenta #E981DD

Color information

#E981DD (or 0xE981DD) is unknown color: approx Pale Magenta. HEX triplet: E9, 81 and DD. RGB value is (233,129,221). Sum of RGB (Red+Green+Blue) = 233+129+221=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E981DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E981DD is #167E22. Grayscale: #AAAAAA. Windows color (decimal): -1474083 or 14516713. OLE color: 14516713.

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

Color convert

RGB233129221-
CMYK00.450.050.09
HSL306.92º70.27%70.98%-
HSV(B)306.92º44.64%91.37%-
XYZ54.5138.2472.92-
YUV170.58156.46172.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.97%
GREEN value IS 129 (50.78% from 255) = 22.13%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=39.97%
G=22.13%
B=37.91%

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
Decimal23312922100.450.050.09306.9270.2770.98
HexE981DD02D591334647
Octal351201335055511463106107
Binary1110100110000001110111010101101101100110011001110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E981DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E981DD; }

 p { color: rgb(233,129,221); }

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

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

 a { background-color: rgb(233,129,221); }

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

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

 span { border-color: rgb(233,129,221); }

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