#E98DD7

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

Shades of Pale Magenta #E98DD7

Tints of Pale Magenta #E98DD7

Color information

#E98DD7 (or 0xE98DD7) is unknown color: approx Pale Magenta. HEX triplet: E9, 8D and D7. RGB value is (233,141,215). Sum of RGB (Red+Green+Blue) = 233+141+215=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E98DD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98DD7 is #167228. Grayscale: #B0B0B0. Windows color (decimal): -1471017 or 14126569. OLE color: 14126569.

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

Color convert

RGB233141215-
CMYK00.390.080.09
HSL311.74º67.65%73.33%-
HSV(B)311.74º39.48%91.37%-
XYZ55.3941.2869.34-
YUV176.94149.48167.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.56%
GREEN value IS 141 (55.47% from 255) = 23.94%
BLUE value IS 215 (84.38% from 255) = 36.50%
R=39.56%
G=23.94%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314121500.390.080.09311.7467.6573.33
HexE98DD7027891384449
Octal3512153270471011470104111
Binary11101001100011011101011101001111000100110011100010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98DD7; }

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

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

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

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

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

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

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

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