#E973B0

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

Shades of Persian Pink #E973B0

Tints of Persian Pink #E973B0

Color information

#E973B0 (or 0xE973B0) is unknown color: approx Persian Pink. HEX triplet: E9, 73 and B0. RGB value is (233,115,176). Sum of RGB (Red+Green+Blue) = 233+115+176=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E973B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E973B0 is #168C4F. Grayscale: #9D9D9D. Windows color (decimal): -1477712 or 11564009. OLE color: 11564009.

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

Color convert

RGB233115176-
CMYK00.510.240.09
HSL328.98º72.84%68.24%-
HSV(B)328.98º50.64%91.37%-
XYZ47.5732.7244.88-
YUV157.24138.59182.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.47%
GREEN value IS 115 (45.31% from 255) = 21.95%
BLUE value IS 176 (69.14% from 255) = 33.59%
R=44.47%
G=21.95%
B=33.59%

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
Decimal23311517600.510.240.09328.9872.8468.24
HexE973B00331891494944
Octal3511632600633011511111104
Binary11101001111001110110000011001111000100110100100110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E973B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E973B0; }

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

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

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

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

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

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

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

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