#E98DD4

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

Shades of Pale Magenta #E98DD4

Tints of Pale Magenta #E98DD4

Color information

#E98DD4 (or 0xE98DD4) is unknown color: approx Pale Magenta. HEX triplet: E9, 8D and D4. RGB value is (233,141,212). Sum of RGB (Red+Green+Blue) = 233+141+212=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 212 (83.20% from 255 or 36.18% from 586); Max value from RGB is 233 - color contains mainly: red. Hex color #E98DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98DD4 is #16722B. Grayscale: #B0B0B0. Windows color (decimal): -1471020 or 13929961. OLE color: 13929961.

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

Color convert

RGB233141212-
CMYK00.390.090.09
HSL313.7º67.65%73.33%-
HSV(B)313.7º39.48%91.37%-
XYZ55.0141.1367.33-
YUV176.6147.98168.23-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.76%
GREEN value IS 141 (55.47% from 255) = 24.06%
BLUE value IS 212 (83.20% from 255) = 36.18%
R=39.76%
G=24.06%
B=36.18%

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
Decimal23314121200.390.090.09313.767.6573.33
HexE98DD40279913a4449
Octal3512153240471111472104111
Binary11101001100011011101010001001111001100110011101010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98DD4; }

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

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

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

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

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

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

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

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