#E981DE

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

Shades of Pale Magenta #E981DE

Tints of Pale Magenta #E981DE

Color information

#E981DE (or 0xE981DE) is unknown color: approx Pale Magenta. HEX triplet: E9, 81 and DE. RGB value is (233,129,222). Sum of RGB (Red+Green+Blue) = 233+129+222=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 233 - color contains mainly: red. Hex color #E981DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E981DE is #167E21. Grayscale: #AAAAAA. Windows color (decimal): -1474082 or 14582249. OLE color: 14582249.

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

Color convert

RGB233129222-
CMYK00.450.050.09
HSL306.35º70.27%70.98%-
HSV(B)306.35º44.64%91.37%-
XYZ54.6438.373.62-
YUV170.7156.96172.44-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.90%
GREEN value IS 129 (50.78% from 255) = 22.09%
BLUE value IS 222 (87.11% from 255) = 38.01%
R=39.90%
G=22.09%
B=38.01%

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
Decimal23312922200.450.050.09306.3570.2770.98
HexE981DE02D591324647
Octal351201336055511462106107
Binary1110100110000001110111100101101101100110011001010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E981DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E981DE; }

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

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

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

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

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

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

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

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