#E575AC

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

Shades of Persian Pink #E575AC

Tints of Persian Pink #E575AC

Color information

#E575AC (or 0xE575AC) is unknown color: approx Persian Pink. HEX triplet: E5, 75 and AC. RGB value is (229,117,172). Sum of RGB (Red+Green+Blue) = 229+117+172=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E575AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E575AC is #1A8A53. Grayscale: #9C9C9C. Windows color (decimal): -1739348 or 11302373. OLE color: 11302373.

HSL color Cylindrical-coordinate representation of color #E575AC: hue angle of 330.54º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E575AC is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB229117172-
CMYK00.490.250.10
HSL330.54º68.29%67.84%-
HSV(B)330.54º48.91%89.8%-
XYZ46.1232.3642.84-
YUV156.76136.61179.53-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.21%
GREEN value IS 117 (46.09% from 255) = 22.59%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=44.21%
G=22.59%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911717200.490.250.10330.5468.2967.84
HexE575AC03119A14b4444
Octal3451652540613112513104104
Binary11100101111010110101100011000111001101010100101110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E575AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E575AC; }

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

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

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

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

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

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

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

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