#E98FDF

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

Shades of Pale Magenta #E98FDF

Tints of Pale Magenta #E98FDF

Color information

#E98FDF (or 0xE98FDF) is unknown color: approx Pale Magenta. HEX triplet: E9, 8F and DF. RGB value is (233,143,223). Sum of RGB (Red+Green+Blue) = 233+143+223=599 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.90% from 599); Green value is 143 (56.25% from 255 or 23.87% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 233 - color contains mainly: red. Hex color #E98FDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98FDF is #167020. Grayscale: #B2B2B2. Windows color (decimal): -1470497 or 14651369. OLE color: 14651369.

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

Color convert

RGB233143223-
CMYK00.390.040.09
HSL306.67º67.16%73.73%-
HSV(B)306.67º38.63%91.37%-
XYZ56.7542.374.99-
YUV179.03152.82166.5-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 38.90%
GREEN value IS 143 (56.25% from 255) = 23.87%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=38.90%
G=23.87%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314322300.390.040.09306.6767.1673.73
HexE98FDF02749133434a
Octal351217337047411463103112
Binary1110100110001111110111110100111100100110011001110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98FDF; }

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

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

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

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

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

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

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

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