#E98BD5

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

Shades of Pale Magenta #E98BD5

Tints of Pale Magenta #E98BD5

Color information

#E98BD5 (or 0xE98BD5) is unknown color: approx Pale Magenta. HEX triplet: E9, 8B and D5. RGB value is (233,139,213). Sum of RGB (Red+Green+Blue) = 233+139+213=585 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.83% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 233 - color contains mainly: red. Hex color #E98BD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98BD5 is #16742A. Grayscale: #AFAFAF. Windows color (decimal): -1471531 or 13994985. OLE color: 13994985.

HSL color Cylindrical-coordinate representation of color #E98BD5: hue angle of 312.77º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E98BD5 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB233139213-
CMYK00.400.090.09
HSL312.77º68.12%72.94%-
HSV(B)312.77º40.34%91.37%-
XYZ54.8540.5967.9-
YUV175.54149.14168.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.83%
GREEN value IS 139 (54.69% from 255) = 23.76%
BLUE value IS 213 (83.59% from 255) = 36.41%
R=39.83%
G=23.76%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313921300.400.090.09312.7768.1272.94
HexE98BD5028991394449
Octal3512133250501111471104111
Binary11101001100010111101010101010001001100110011100110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98BD5; }

 p { color: rgb(233,139,213); }

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

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

 a { background-color: rgb(233,139,213); }

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

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

 span { border-color: rgb(233,139,213); }

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