#E98FD1

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

Shades of Pale Magenta #E98FD1

Tints of Pale Magenta #E98FD1

Color information

#E98FD1 (or 0xE98FD1) is unknown color: approx Pale Magenta. HEX triplet: E9, 8F and D1. RGB value is (233,143,209). Sum of RGB (Red+Green+Blue) = 233+143+209=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 233 - color contains mainly: red. Hex color #E98FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98FD1 is #16702E. Grayscale: #B1B1B1. Windows color (decimal): -1470511 or 13733865. OLE color: 13733865.

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

Color convert

RGB233143209-
CMYK00.390.100.09
HSL316º67.16%73.73%-
HSV(B)316º38.63%91.37%-
XYZ54.9441.5765.45-
YUV177.43145.82167.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.83%
GREEN value IS 143 (56.25% from 255) = 24.44%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=39.83%
G=24.44%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314320900.390.100.0931667.1673.73
HexE98FD1027A913c434a
Octal3512173210471211474103112
Binary11101001100011111101000101001111010100110011110010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98FD1; }

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

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

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

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

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

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

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

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