#E98DDC

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

Shades of Pale Magenta #E98DDC

Tints of Pale Magenta #E98DDC

Color information

#E98DDC (or 0xE98DDC) is unknown color: approx Pale Magenta. HEX triplet: E9, 8D and DC. RGB value is (233,141,220). Sum of RGB (Red+Green+Blue) = 233+141+220=594 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.23% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 233 - color contains mainly: red. Hex color #E98DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98DDC is #167223. Grayscale: #B1B1B1. Windows color (decimal): -1471012 or 14454249. OLE color: 14454249.

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

Color convert

RGB233141220-
CMYK00.390.060.09
HSL308.48º67.65%73.33%-
HSV(B)308.48º39.48%91.37%-
XYZ56.0541.5472.77-
YUV177.51151.98167.58-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.23%
GREEN value IS 141 (55.47% from 255) = 23.74%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=39.23%
G=23.74%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314122000.390.060.09308.4867.6573.33
HexE98DDC027691344449
Octal351215334047611464104111
Binary1110100110001101110111000100111110100110011010010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98DDC; }

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

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

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

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

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

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

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

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