#E572AC

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

Shades of Persian Pink #E572AC

Tints of Persian Pink #E572AC

Color information

#E572AC (or 0xE572AC) is unknown color: approx Persian Pink. HEX triplet: E5, 72 and AC. RGB value is (229,114,172). Sum of RGB (Red+Green+Blue) = 229+114+172=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E572AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E572AC is #1A8D53. Grayscale: #9A9A9A. Windows color (decimal): -1740116 or 11301605. OLE color: 11301605.

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

Color convert

RGB229114172-
CMYK00.500.250.10
HSL329.74º68.86%67.25%-
HSV(B)329.74º50.22%89.8%-
XYZ45.7831.6742.73-
YUV155137.6180.78-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.47%
GREEN value IS 114 (44.92% from 255) = 22.14%
BLUE value IS 172 (67.58% from 255) = 33.40%
R=44.47%
G=22.14%
B=33.40%

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
Decimal22911417200.500.250.10329.7468.8667.25
HexE572AC03219A14a4543
Octal3451622540623112512105103
Binary11100101111001010101100011001011001101010100101010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E572AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E572AC; }

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

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

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

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

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

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

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

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