#E573AF

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

Shades of Persian Pink #E573AF

Tints of Persian Pink #E573AF

Color information

#E573AF (or 0xE573AF) is unknown color: approx Persian Pink. HEX triplet: E5, 73 and AF. RGB value is (229,115,175). Sum of RGB (Red+Green+Blue) = 229+115+175=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E573AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E573AF is #1A8C50. Grayscale: #9B9B9B. Windows color (decimal): -1739857 or 11498469. OLE color: 11498469.

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

Color convert

RGB229115175-
CMYK00.500.240.10
HSL328.42º68.67%67.45%-
HSV(B)328.42º49.78%89.8%-
XYZ46.1832.0144.3-
YUV155.93138.77180.12-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.12%
GREEN value IS 115 (45.31% from 255) = 22.16%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=44.12%
G=22.16%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911517500.500.240.10328.4268.6767.45
HexE573AF03218A1484543
Octal3451632570623012510105103
Binary11100101111001110101111011001011000101010100100010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E573AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E573AF; }

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

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

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

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

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

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

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

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