#E571AF

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

Shades of Persian Pink #E571AF

Tints of Persian Pink #E571AF

Color information

#E571AF (or 0xE571AF) is unknown color: approx Persian Pink. HEX triplet: E5, 71 and AF. RGB value is (229,113,175). Sum of RGB (Red+Green+Blue) = 229+113+175=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E571AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E571AF is #1A8E50. Grayscale: #9A9A9A. Windows color (decimal): -1740369 or 11497957. OLE color: 11497957.

HSL color Cylindrical-coordinate representation of color #E571AF: hue angle of 327.93º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E571AF is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229113175-
CMYK00.510.240.10
HSL327.93º69.05%67.06%-
HSV(B)327.93º50.66%89.8%-
XYZ45.9631.5644.23-
YUV154.75139.43180.96-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.29%
GREEN value IS 113 (44.53% from 255) = 21.86%
BLUE value IS 175 (68.75% from 255) = 33.85%
R=44.29%
G=21.86%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911317500.510.240.10327.9369.0567.06
HexE571AF03318A1484543
Octal3451612570633012510105103
Binary11100101111000110101111011001111000101010100100010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E571AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E571AF; }

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

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

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

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

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

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

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

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