#E97BB7

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

Shades of Persian Pink #E97BB7

Tints of Persian Pink #E97BB7

Color information

#E97BB7 (or 0xE97BB7) is unknown color: approx Persian Pink. HEX triplet: E9, 7B and B7. RGB value is (233,123,183). Sum of RGB (Red+Green+Blue) = 233+123+183=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E97BB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97BB7 is #168448. Grayscale: #A2A2A2. Windows color (decimal): -1475657 or 12024809. OLE color: 12024809.

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

Color convert

RGB233123183-
CMYK00.470.210.09
HSL327.27º71.43%69.8%-
HSV(B)327.27º47.21%91.37%-
XYZ49.2334.9148.94-
YUV162.73139.44178.12-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.23%
GREEN value IS 123 (48.44% from 255) = 22.82%
BLUE value IS 183 (71.88% from 255) = 33.95%
R=43.23%
G=22.82%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312318300.470.210.09327.2771.4369.8
HexE97BB702F1591474746
Octal3511732670572511507107106
Binary11101001111101110110111010111110101100110100011110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97BB7; }

 p { color: rgb(233,123,183); }

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

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

 a { background-color: rgb(233,123,183); }

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

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

 span { border-color: rgb(233,123,183); }

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