#e97fda

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

Shades of Pale Magenta #E97FDA

Tints of Pale Magenta #E97FDA

Color information

#E97FDA (or 0xE97FDA) is unknown color: approx Pale Magenta. HEX triplet: E9, 7F and DA. RGB value is (233,127,218). Sum of RGB (Red+Green+Blue) = 233+127+218=578 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.31% from 578); Green value is 127 (50% from 255 or 21.97% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97FDA is #168025. Grayscale: #A8A8A8. Windows color (decimal): -1474598 or 14319593. OLE color: 14319593.

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

Color convert

RGB233127218-
CMYK00.450.060.09
HSL308.49º70.67%70.59%-
HSV(B)308.49º45.49%91.37%-
XYZ53.8537.5670.74-
YUV169.07155.62173.6-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.31%
GREEN value IS 127 (50% from 255) = 21.97%
BLUE value IS 218 (85.55% from 255) = 37.72%
R=40.31%
G=21.97%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312721800.450.060.09308.4970.6770.59
HexE97FDA02D691344747
Octal351177332055611464107107
Binary111010011111111110110100101101110100110011010010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e97fda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e97fda; }

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

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

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

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

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

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

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

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