#E573AC

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

Shades of Persian Pink #E573AC

Tints of Persian Pink #E573AC

Color information

#E573AC (or 0xE573AC) is unknown color: approx Persian Pink. HEX triplet: E5, 73 and AC. RGB value is (229,115,172). Sum of RGB (Red+Green+Blue) = 229+115+172=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E573AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E573AC is #1A8C53. Grayscale: #9B9B9B. Windows color (decimal): -1739860 or 11301861. OLE color: 11301861.

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

Color convert

RGB229115172-
CMYK00.500.250.10
HSL330º68.67%67.45%-
HSV(B)330º49.78%89.8%-
XYZ45.8931.942.77-
YUV155.58137.27180.37-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.38%
GREEN value IS 115 (45.31% from 255) = 22.29%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=44.38%
G=22.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911517200.500.250.1033068.6767.45
HexE573AC03219A14a4543
Octal3451632540623112512105103
Binary11100101111001110101100011001011001101010100101010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E573AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E573AC; }

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

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

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

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

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

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

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

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