#E98DD1

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

Shades of Pale Magenta #E98DD1

Tints of Pale Magenta #E98DD1

Color information

#E98DD1 (or 0xE98DD1) is unknown color: approx Pale Magenta. HEX triplet: E9, 8D and D1. RGB value is (233,141,209). Sum of RGB (Red+Green+Blue) = 233+141+209=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 141 (55.47% from 255 or 24.19% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E98DD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98DD1 is #16722E. Grayscale: #B0B0B0. Windows color (decimal): -1471023 or 13733353. OLE color: 13733353.

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

Color convert

RGB233141209-
CMYK00.390.100.09
HSL315.65º67.65%73.33%-
HSV(B)315.65º39.48%91.37%-
XYZ54.6440.9865.35-
YUV176.26146.48168.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.97%
GREEN value IS 141 (55.47% from 255) = 24.19%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=39.97%
G=24.19%
B=35.85%

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
Decimal23314120900.390.100.09315.6567.6573.33
HexE98DD1027A913c4449
Octal3512153210471211474104111
Binary11101001100011011101000101001111010100110011110010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98DD1; }

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

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

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

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

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

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

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

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