#E97EBF

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

Shades of Persian Pink #E97EBF

Tints of Persian Pink #E97EBF

Color information

#E97EBF (or 0xE97EBF) is unknown color: approx Persian Pink. HEX triplet: E9, 7E and BF. RGB value is (233,126,191). Sum of RGB (Red+Green+Blue) = 233+126+191=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E97EBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97EBF is #168140. Grayscale: #A5A5A5. Windows color (decimal): -1474881 or 12549865. OLE color: 12549865.

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

Color convert

RGB233126191-
CMYK00.460.180.09
HSL323.55º70.86%70.39%-
HSV(B)323.55º45.92%91.37%-
XYZ50.4736.0153.58-
YUV165.4142.45176.21-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.36%
GREEN value IS 126 (49.61% from 255) = 22.91%
BLUE value IS 191 (75% from 255) = 34.73%
R=42.36%
G=22.91%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312619100.460.180.09323.5570.8670.39
HexE97EBF02E1291444746
Octal3511762770562211504107106
Binary11101001111111010111111010111010010100110100010010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97EBF; }

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

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

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

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

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

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

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

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