#E98EDC

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

Shades of Pale Magenta #E98EDC

Tints of Pale Magenta #E98EDC

Color information

#E98EDC (or 0xE98EDC) is unknown color: approx Pale Magenta. HEX triplet: E9, 8E and DC. RGB value is (233,142,220). Sum of RGB (Red+Green+Blue) = 233+142+220=595 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.16% from 595); Green value is 142 (55.86% from 255 or 23.87% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 233 - color contains mainly: red. Hex color #E98EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98EDC is #167123. Grayscale: #B1B1B1. Windows color (decimal): -1470756 or 14454505. OLE color: 14454505.

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

Color convert

RGB233142220-
CMYK00.390.060.09
HSL308.57º67.41%73.53%-
HSV(B)308.57º39.06%91.37%-
XYZ56.241.8472.82-
YUV178.1151.65167.16-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 39.16%
GREEN value IS 142 (55.86% from 255) = 23.87%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=39.16%
G=23.87%
B=36.97%

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
Decimal23314222000.390.060.09308.5767.4173.53
HexE98EDC02769135434a
Octal351216334047611465103112
Binary1110100110001110110111000100111110100110011010110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98EDC; }

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

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

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

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

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

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

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

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