#e97faf

Color #E97FAF Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E97FAF

Tints of Persian Pink #E97FAF

Color information

#E97FAF (or 0xE97FAF) is unknown color: approx Persian Pink. HEX triplet: E9, 7F and AF. RGB value is (233,127,175). Sum of RGB (Red+Green+Blue) = 233+127+175=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E97FAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97FAF is #168050. Grayscale: #A4A4A4. Windows color (decimal): -1474641 or 11501545. OLE color: 11501545.

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

Color convert

RGB233127175-
CMYK00.450.250.09
HSL332.83º70.67%70.59%-
HSV(B)332.83º45.49%91.37%-
XYZ48.9335.644.85-
YUV164.17134.12177.1-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.55%
GREEN value IS 127 (50% from 255) = 23.74%
BLUE value IS 175 (68.75% from 255) = 32.71%
R=43.55%
G=23.74%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312717500.450.250.09332.8370.6770.59
HexE97FAF02D19914d4747
Octal3511772570553111515107107
Binary11101001111111110101111010110111001100110100110110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e97faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e97faf; }

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

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

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

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

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

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

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

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