#E973BE

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

Shades of Persian Pink #E973BE

Tints of Persian Pink #E973BE

Color information

#E973BE (or 0xE973BE) is unknown color: approx Persian Pink. HEX triplet: E9, 73 and BE. RGB value is (233,115,190). Sum of RGB (Red+Green+Blue) = 233+115+190=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 233 - color contains mainly: red. Hex color #E973BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E973BE is #168C41. Grayscale: #9E9E9E. Windows color (decimal): -1477698 or 12481513. OLE color: 12481513.

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

Color convert

RGB233115190-
CMYK00.510.180.09
HSL321.86º72.84%68.24%-
HSV(B)321.86º50.64%91.37%-
XYZ49.0333.352.56-
YUV158.83145.59180.9-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.31%
GREEN value IS 115 (45.31% from 255) = 21.38%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=43.31%
G=21.38%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311519000.510.180.09321.8672.8468.24
HexE973BE0331291424944
Octal3511632760632211502111104
Binary11101001111001110111110011001110010100110100001010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E973BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E973BE; }

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

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

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

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

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

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

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

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