#e973b2

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

Shades of Persian Pink #E973B2

Tints of Persian Pink #E973B2

Color information

#E973B2 (or 0xE973B2) is unknown color: approx Persian Pink. HEX triplet: E9, 73 and B2. RGB value is (233,115,178). Sum of RGB (Red+Green+Blue) = 233+115+178=526 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.30% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 178 (69.92% from 255 or 33.84% from 526); Max value from RGB is 233 - color contains mainly: red. Hex color #E973B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E973B2 is #168C4D. Grayscale: #9D9D9D. Windows color (decimal): -1477710 or 11695081. OLE color: 11695081.

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

Color convert

RGB233115178-
CMYK00.510.240.09
HSL327.97º72.84%68.24%-
HSV(B)327.97º50.64%91.37%-
XYZ47.7732.845.93-
YUV157.46139.59181.88-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.30%
GREEN value IS 115 (45.31% from 255) = 21.86%
BLUE value IS 178 (69.92% from 255) = 33.84%
R=44.30%
G=21.86%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311517800.510.240.09327.9772.8468.24
HexE973B20331891484944
Octal3511632620633011510111104
Binary11101001111001110110010011001111000100110100100010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e973b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e973b2; }

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

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

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

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

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

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

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

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