#E98AD4

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

Shades of Pale Magenta #E98AD4

Tints of Pale Magenta #E98AD4

Color information

#E98AD4 (or 0xE98AD4) is unknown color: approx Pale Magenta. HEX triplet: E9, 8A and D4. RGB value is (233,138,212). Sum of RGB (Red+Green+Blue) = 233+138+212=583 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.97% from 583); Green value is 138 (54.30% from 255 or 23.67% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 233 - color contains mainly: red. Hex color #E98AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98AD4 is #16752B. Grayscale: #AEAEAE. Windows color (decimal): -1471788 or 13929193. OLE color: 13929193.

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

Color convert

RGB233138212-
CMYK00.410.090.09
HSL313.26º68.35%72.75%-
HSV(B)313.26º40.77%91.37%-
XYZ54.5840.2567.18-
YUV174.84148.97169.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.97%
GREEN value IS 138 (54.30% from 255) = 23.67%
BLUE value IS 212 (83.20% from 255) = 36.36%
R=39.97%
G=23.67%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313821200.410.090.09313.2668.3572.75
HexE98AD4029991394449
Octal3512123240511111471104111
Binary11101001100010101101010001010011001100110011100110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98AD4; }

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

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

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

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

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

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

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

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