#E98DD5

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

Shades of Pale Magenta #E98DD5

Tints of Pale Magenta #E98DD5

Color information

#E98DD5 (or 0xE98DD5) is unknown color: approx Pale Magenta. HEX triplet: E9, 8D and D5. RGB value is (233,141,213). Sum of RGB (Red+Green+Blue) = 233+141+213=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 233 - color contains mainly: red. Hex color #E98DD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98DD5 is #16722A. Grayscale: #B0B0B0. Windows color (decimal): -1471019 or 13995497. OLE color: 13995497.

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

Color convert

RGB233141213-
CMYK00.390.090.09
HSL313.04º67.65%73.33%-
HSV(B)313.04º39.48%91.37%-
XYZ55.1441.1867.99-
YUV176.72148.48168.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.69%
GREEN value IS 141 (55.47% from 255) = 24.02%
BLUE value IS 213 (83.59% from 255) = 36.29%
R=39.69%
G=24.02%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314121300.390.090.09313.0467.6573.33
HexE98DD5027991394449
Octal3512153250471111471104111
Binary11101001100011011101010101001111001100110011100110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98DD5; }

 p { color: rgb(233,141,213); }

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

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

 a { background-color: rgb(233,141,213); }

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

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

 span { border-color: rgb(233,141,213); }

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