#E97EAF

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

Shades of Persian Pink #E97EAF

Tints of Persian Pink #E97EAF

Color information

#E97EAF (or 0xE97EAF) is unknown color: approx Persian Pink. HEX triplet: E9, 7E and AF. RGB value is (233,126,175). Sum of RGB (Red+Green+Blue) = 233+126+175=534 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.63% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 233 - color contains mainly: red. Hex color #E97EAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97EAF is #168150. Grayscale: #A3A3A3. Windows color (decimal): -1474897 or 11501289. OLE color: 11501289.

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

Color convert

RGB233126175-
CMYK00.460.250.09
HSL332.52º70.86%70.39%-
HSV(B)332.52º45.92%91.37%-
XYZ48.835.3444.81-
YUV163.58134.45177.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.63%
GREEN value IS 126 (49.61% from 255) = 23.60%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=43.63%
G=23.60%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312617500.460.250.09332.5270.8670.39
HexE97EAF02E19914d4746
Octal3511762570563111515107106
Binary11101001111111010101111010111011001100110100110110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97EAF; }

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

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

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

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

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

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

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

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