#E98FD5

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

Shades of Pale Magenta #E98FD5

Tints of Pale Magenta #E98FD5

Color information

#E98FD5 (or 0xE98FD5) is unknown color: approx Pale Magenta. HEX triplet: E9, 8F and D5. RGB value is (233,143,213). Sum of RGB (Red+Green+Blue) = 233+143+213=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E98FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98FD5 is #16702A. Grayscale: #B1B1B1. Windows color (decimal): -1470507 or 13996009. OLE color: 13996009.

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

Color convert

RGB233143213-
CMYK00.390.090.09
HSL313.33º67.16%73.73%-
HSV(B)313.33º38.63%91.37%-
XYZ55.4441.7768.09-
YUV177.89147.82167.31-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.56%
GREEN value IS 143 (56.25% from 255) = 24.28%
BLUE value IS 213 (83.59% from 255) = 36.16%
R=39.56%
G=24.28%
B=36.16%

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
Decimal23314321300.390.090.09313.3367.1673.73
HexE98FD502799139434a
Octal3512173250471111471103112
Binary11101001100011111101010101001111001100110011100110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98FD5; }

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

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

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

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

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

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

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

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