#E98EDA

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

Shades of Pale Magenta #E98EDA

Tints of Pale Magenta #E98EDA

Color information

#E98EDA (or 0xE98EDA) is unknown color: approx Pale Magenta. HEX triplet: E9, 8E and DA. RGB value is (233,142,218). Sum of RGB (Red+Green+Blue) = 233+142+218=593 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.29% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 233 - color contains mainly: red. Hex color #E98EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98EDA is #167125. Grayscale: #B1B1B1. Windows color (decimal): -1470758 or 14323433. OLE color: 14323433.

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

Color convert

RGB233142218-
CMYK00.390.060.09
HSL309.89º67.41%73.53%-
HSV(B)309.89º39.06%91.37%-
XYZ55.9341.7371.44-
YUV177.87150.65167.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.29%
GREEN value IS 142 (55.86% from 255) = 23.95%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=39.29%
G=23.95%
B=36.76%

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
Decimal23314221800.390.060.09309.8967.4173.53
HexE98EDA02769136434a
Octal351216332047611466103112
Binary1110100110001110110110100100111110100110011011010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98EDA; }

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

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

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

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

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

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

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

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