#E572AE

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

Shades of Persian Pink #E572AE

Tints of Persian Pink #E572AE

Color information

#E572AE (or 0xE572AE) is unknown color: approx Persian Pink. HEX triplet: E5, 72 and AE. RGB value is (229,114,174). Sum of RGB (Red+Green+Blue) = 229+114+174=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E572AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E572AE is #1A8D51. Grayscale: #9B9B9B. Windows color (decimal): -1740114 or 11432677. OLE color: 11432677.

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

Color convert

RGB229114174-
CMYK00.500.240.10
HSL328.7º68.86%67.25%-
HSV(B)328.7º50.22%89.8%-
XYZ45.9731.7543.75-
YUV155.23138.6180.62-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.29%
GREEN value IS 114 (44.92% from 255) = 22.05%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=44.29%
G=22.05%
B=33.66%

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
Decimal22911417400.500.240.10328.768.8667.25
HexE572AE03218A1494543
Octal3451622560623012511105103
Binary11100101111001010101110011001011000101010100100110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E572AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E572AE; }

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

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

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

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

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

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

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

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