#E98EDD

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

Shades of Pale Magenta #E98EDD

Tints of Pale Magenta #E98EDD

Color information

#E98EDD (or 0xE98EDD) is unknown color: approx Pale Magenta. HEX triplet: E9, 8E and DD. RGB value is (233,142,221). Sum of RGB (Red+Green+Blue) = 233+142+221=596 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.09% from 596); Green value is 142 (55.86% from 255 or 23.83% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 233 - color contains mainly: red. Hex color #E98EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98EDD is #167122. Grayscale: #B1B1B1. Windows color (decimal): -1470755 or 14520041. OLE color: 14520041.

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

Color convert

RGB233142221-
CMYK00.390.050.09
HSL307.91º67.41%73.53%-
HSV(B)307.91º39.06%91.37%-
XYZ56.3341.8973.52-
YUV178.22152.15167.08-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.09%
GREEN value IS 142 (55.86% from 255) = 23.83%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=39.09%
G=23.83%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314222100.390.050.09307.9167.4173.53
HexE98EDD02759134434a
Octal351216335047511464103112
Binary1110100110001110110111010100111101100110011010010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98EDD; }

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

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

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

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

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

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

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

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