#E98ED4

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

Shades of Pale Magenta #E98ED4

Tints of Pale Magenta #E98ED4

Color information

#E98ED4 (or 0xE98ED4) is unknown color: approx Pale Magenta. HEX triplet: E9, 8E and D4. RGB value is (233,142,212). Sum of RGB (Red+Green+Blue) = 233+142+212=587 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.69% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 233 - color contains mainly: red. Hex color #E98ED4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98ED4 is #16712B. Grayscale: #B1B1B1. Windows color (decimal): -1470764 or 13930217. OLE color: 13930217.

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

Color convert

RGB233142212-
CMYK00.390.090.09
HSL313.85º67.41%73.53%-
HSV(B)313.85º39.06%91.37%-
XYZ55.1641.4267.38-
YUV177.19147.65167.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.69%
GREEN value IS 142 (55.86% from 255) = 24.19%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=39.69%
G=24.19%
B=36.12%

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
Decimal23314221200.390.090.09313.8567.4173.53
HexE98ED40279913a434a
Octal3512163240471111472103112
Binary11101001100011101101010001001111001100110011101010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98ED4; }

 p { color: rgb(233,142,212); }

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

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

 a { background-color: rgb(233,142,212); }

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

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

 span { border-color: rgb(233,142,212); }

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