#E98ADA

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

Shades of Pale Magenta #E98ADA

Tints of Pale Magenta #E98ADA

Color information

#E98ADA (or 0xE98ADA) is unknown color: approx Pale Magenta. HEX triplet: E9, 8A and DA. RGB value is (233,138,218). Sum of RGB (Red+Green+Blue) = 233+138+218=589 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.56% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 233 - color contains mainly: red. Hex color #E98ADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98ADA is #167525. Grayscale: #AFAFAF. Windows color (decimal): -1471782 or 14322409. OLE color: 14322409.

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

Color convert

RGB233138218-
CMYK00.410.060.09
HSL309.47º68.35%72.75%-
HSV(B)309.47º40.77%91.37%-
XYZ55.3540.5671.24-
YUV175.52151.97169-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.56%
GREEN value IS 138 (54.30% from 255) = 23.43%
BLUE value IS 218 (85.55% from 255) = 37.01%
R=39.56%
G=23.43%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313821800.410.060.09309.4768.3572.75
HexE98ADA029691354449
Octal351212332051611465104111
Binary1110100110001010110110100101001110100110011010110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98ADA; }

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

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

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

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

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

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

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

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