#E973B7

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

Shades of Persian Pink #E973B7

Tints of Persian Pink #E973B7

Color information

#E973B7 (or 0xE973B7) is unknown color: approx Persian Pink. HEX triplet: E9, 73 and B7. RGB value is (233,115,183). Sum of RGB (Red+Green+Blue) = 233+115+183=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E973B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973B7 is #168C48. Grayscale: #9D9D9D. Windows color (decimal): -1477705 or 12022761. OLE color: 12022761.

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

Color convert

RGB233115183-
CMYK00.510.210.09
HSL325.42º72.84%68.24%-
HSV(B)325.42º50.64%91.37%-
XYZ48.283348.63-
YUV158.03142.09181.47-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.88%
GREEN value IS 115 (45.31% from 255) = 21.66%
BLUE value IS 183 (71.88% from 255) = 34.46%
R=43.88%
G=21.66%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311518300.510.210.09325.4272.8468.24
HexE973B70331591454944
Octal3511632670632511505111104
Binary11101001111001110110111011001110101100110100010110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E973B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E973B7; }

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

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

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

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

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

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

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

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