#E573B6

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

Shades of Persian Pink #E573B6

Tints of Persian Pink #E573B6

Color information

#E573B6 (or 0xE573B6) is unknown color: approx Persian Pink. HEX triplet: E5, 73 and B6. RGB value is (229,115,182). Sum of RGB (Red+Green+Blue) = 229+115+182=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E573B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E573B6 is #1A8C49. Grayscale: #9C9C9C. Windows color (decimal): -1739850 or 11957221. OLE color: 11957221.

HSL color Cylindrical-coordinate representation of color #E573B6: hue angle of 324.74º 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 #E573B6 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.10.

Color convert

RGB229115182-
CMYK00.500.210.10
HSL324.74º68.67%67.45%-
HSV(B)324.74º49.78%89.8%-
XYZ46.8932.348.02-
YUV156.72142.27179.55-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.54%
GREEN value IS 115 (45.31% from 255) = 21.86%
BLUE value IS 182 (71.48% from 255) = 34.60%
R=43.54%
G=21.86%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911518200.500.210.10324.7468.6767.45
HexE573B603215A1454543
Octal3451632660622512505105103
Binary11100101111001110110110011001010101101010100010110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E573B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E573B6; }

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

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

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

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

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

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

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

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