#E98DDE

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

Shades of Pale Magenta #E98DDE

Tints of Pale Magenta #E98DDE

Color information

#E98DDE (or 0xE98DDE) is unknown color: approx Pale Magenta. HEX triplet: E9, 8D and DE. RGB value is (233,141,222). Sum of RGB (Red+Green+Blue) = 233+141+222=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 141 (55.47% from 255 or 23.66% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 233 - color contains mainly: red. Hex color #E98DDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98DDE is #167221. Grayscale: #B1B1B1. Windows color (decimal): -1471010 or 14585321. OLE color: 14585321.

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

Color convert

RGB233141222-
CMYK00.390.050.09
HSL307.17º67.65%73.33%-
HSV(B)307.17º39.48%91.37%-
XYZ56.3141.6574.18-
YUV177.74152.98167.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.09%
GREEN value IS 141 (55.47% from 255) = 23.66%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=39.09%
G=23.66%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314122200.390.050.09307.1767.6573.33
HexE98DDE027591334449
Octal351215336047511463104111
Binary1110100110001101110111100100111101100110011001110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98DDE; }

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

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

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

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

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

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

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

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