#E98BD6

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

Shades of Pale Magenta #E98BD6

Tints of Pale Magenta #E98BD6

Color information

#E98BD6 (or 0xE98BD6) is unknown color: approx Pale Magenta. HEX triplet: E9, 8B and D6. RGB value is (233,139,214). Sum of RGB (Red+Green+Blue) = 233+139+214=586 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.76% from 586); Green value is 139 (54.69% from 255 or 23.72% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 233 - color contains mainly: red. Hex color #E98BD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98BD6 is #167429. Grayscale: #AFAFAF. Windows color (decimal): -1471530 or 14060521. OLE color: 14060521.

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

Color convert

RGB233139214-
CMYK00.400.080.09
HSL312.13º68.12%72.94%-
HSV(B)312.13º40.34%91.37%-
XYZ54.9740.6468.57-
YUV175.66149.64168.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.76%
GREEN value IS 139 (54.69% from 255) = 23.72%
BLUE value IS 214 (83.98% from 255) = 36.52%
R=39.76%
G=23.72%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313921400.400.080.09312.1368.1272.94
HexE98BD6028891384449
Octal3512133260501011470104111
Binary11101001100010111101011001010001000100110011100010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98BD6; }

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

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

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

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

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

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

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

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