#E573B0

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

Shades of Persian Pink #E573B0

Tints of Persian Pink #E573B0

Color information

#E573B0 (or 0xE573B0) is unknown color: approx Persian Pink. HEX triplet: E5, 73 and B0. RGB value is (229,115,176). Sum of RGB (Red+Green+Blue) = 229+115+176=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E573B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E573B0 is #1A8C4F. Grayscale: #9B9B9B. Windows color (decimal): -1739856 or 11564005. OLE color: 11564005.

HSL color Cylindrical-coordinate representation of color #E573B0: hue angle of 327.89º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E573B0 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.10.

Color convert

RGB229115176-
CMYK00.500.230.10
HSL327.89º68.67%67.45%-
HSV(B)327.89º49.78%89.8%-
XYZ46.2832.0544.82-
YUV156.04139.27180.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.04%
GREEN value IS 115 (45.31% from 255) = 22.12%
BLUE value IS 176 (69.14% from 255) = 33.85%
R=44.04%
G=22.12%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911517600.500.230.10327.8968.6767.45
HexE573B003217A1484543
Octal3451632600622712510105103
Binary11100101111001110110000011001010111101010100100010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E573B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E573B0; }

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

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

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

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

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

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

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

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