#E98ED9

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

Shades of Pale Magenta #E98ED9

Tints of Pale Magenta #E98ED9

Color information

#E98ED9 (or 0xE98ED9) is unknown color: approx Pale Magenta. HEX triplet: E9, 8E and D9. RGB value is (233,142,217). Sum of RGB (Red+Green+Blue) = 233+142+217=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 142 (55.86% from 255 or 23.99% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 233 - color contains mainly: red. Hex color #E98ED9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98ED9 is #167126. Grayscale: #B1B1B1. Windows color (decimal): -1470759 or 14257897. OLE color: 14257897.

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

Color convert

RGB233142217-
CMYK00.390.070.09
HSL310.55º67.41%73.53%-
HSV(B)310.55º39.06%91.37%-
XYZ55.841.6870.75-
YUV177.76150.15167.4-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.36%
GREEN value IS 142 (55.86% from 255) = 23.99%
BLUE value IS 217 (85.16% from 255) = 36.66%
R=39.36%
G=23.99%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314221700.390.070.09310.5567.4173.53
HexE98ED902779137434a
Octal351216331047711467103112
Binary1110100110001110110110010100111111100110011011110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98ED9; }

 p { color: rgb(233,142,217); }

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

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

 a { background-color: rgb(233,142,217); }

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

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

 span { border-color: rgb(233,142,217); }

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