#E98BDC

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

Shades of Pale Magenta #E98BDC

Tints of Pale Magenta #E98BDC

Color information

#E98BDC (or 0xE98BDC) is unknown color: approx Pale Magenta. HEX triplet: E9, 8B and DC. RGB value is (233,139,220). Sum of RGB (Red+Green+Blue) = 233+139+220=592 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.36% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 233 - color contains mainly: red. Hex color #E98BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98BDC is #167423. Grayscale: #B0B0B0. Windows color (decimal): -1471524 or 14453737. OLE color: 14453737.

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

Color convert

RGB233139220-
CMYK00.400.060.09
HSL308.3º68.12%72.94%-
HSV(B)308.3º40.34%91.37%-
XYZ55.7640.9672.68-
YUV176.34152.64168.41-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.36%
GREEN value IS 139 (54.69% from 255) = 23.48%
BLUE value IS 220 (86.33% from 255) = 37.16%
R=39.36%
G=23.48%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313922000.400.060.09308.368.1272.94
HexE98BDC028691344449
Octal351213334050611464104111
Binary1110100110001011110111000101000110100110011010010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98BDC; }

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

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

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

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

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

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

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

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