#E97FD7

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

Shades of Pale Magenta #E97FD7

Tints of Pale Magenta #E97FD7

Color information

#E97FD7 (or 0xE97FD7) is unknown color: approx Pale Magenta. HEX triplet: E9, 7F and D7. RGB value is (233,127,215). Sum of RGB (Red+Green+Blue) = 233+127+215=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FD7 is #168028. Grayscale: #A8A8A8. Windows color (decimal): -1474601 or 14122985. OLE color: 14122985.

HSL color Cylindrical-coordinate representation of color #E97FD7: hue angle of 310.19º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E97FD7 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB233127215-
CMYK00.450.080.09
HSL310.19º70.67%70.59%-
HSV(B)310.19º45.49%91.37%-
XYZ53.4637.4168.69-
YUV168.73154.12173.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.52%
GREEN value IS 127 (50% from 255) = 22.09%
BLUE value IS 215 (84.38% from 255) = 37.39%
R=40.52%
G=22.09%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312721500.450.080.09310.1970.6770.59
HexE97FD702D891364747
Octal3511773270551011466107107
Binary1110100111111111101011101011011000100110011011010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97FD7; }

 p { color: rgb(233,127,215); }

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

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

 a { background-color: rgb(233,127,215); }

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

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

 span { border-color: rgb(233,127,215); }

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