#E98ED7

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

Shades of Pale Magenta #E98ED7

Tints of Pale Magenta #E98ED7

Color information

#E98ED7 (or 0xE98ED7) is unknown color: approx Pale Magenta. HEX triplet: E9, 8E and D7. RGB value is (233,142,215). Sum of RGB (Red+Green+Blue) = 233+142+215=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 233 - color contains mainly: red. Hex color #E98ED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98ED7 is #167128. Grayscale: #B1B1B1. Windows color (decimal): -1470761 or 14126825. OLE color: 14126825.

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

Color convert

RGB233142215-
CMYK00.390.080.09
HSL311.87º67.41%73.53%-
HSV(B)311.87º39.06%91.37%-
XYZ55.5441.5869.39-
YUV177.53149.15167.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.49%
GREEN value IS 142 (55.86% from 255) = 24.07%
BLUE value IS 215 (84.38% from 255) = 36.44%
R=39.49%
G=24.07%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314221500.390.080.09311.8767.4173.53
HexE98ED702789138434a
Octal3512163270471011470103112
Binary11101001100011101101011101001111000100110011100010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98ED7; }

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

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

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

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

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

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

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

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