#E97ED4

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

Shades of Pale Magenta #E97ED4

Tints of Pale Magenta #E97ED4

Color information

#E97ED4 (or 0xE97ED4) is unknown color: approx Pale Magenta. HEX triplet: E9, 7E and D4. RGB value is (233,126,212). Sum of RGB (Red+Green+Blue) = 233+126+212=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ED4 is #16812B. Grayscale: #A7A7A7. Windows color (decimal): -1474860 or 13926121. OLE color: 13926121.

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

Color convert

RGB233126212-
CMYK00.460.090.09
HSL311.78º70.86%70.39%-
HSV(B)311.78º45.92%91.37%-
XYZ52.953766.64-
YUV167.8152.95174.51-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.81%
GREEN value IS 126 (49.61% from 255) = 22.07%
BLUE value IS 212 (83.20% from 255) = 37.13%
R=40.81%
G=22.07%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312621200.460.090.09311.7870.8670.39
HexE97ED402E991384746
Octal3511763240561111470107106
Binary1110100111111101101010001011101001100110011100010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97ED4; }

 p { color: rgb(233,126,212); }

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

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

 a { background-color: rgb(233,126,212); }

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

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

 span { border-color: rgb(233,126,212); }

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