#E576AD

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

Shades of Persian Pink #E576AD

Tints of Persian Pink #E576AD

Color information

#E576AD (or 0xE576AD) is unknown color: approx Persian Pink. HEX triplet: E5, 76 and AD. RGB value is (229,118,173). Sum of RGB (Red+Green+Blue) = 229+118+173=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E576AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E576AD is #1A8952. Grayscale: #9D9D9D. Windows color (decimal): -1739091 or 11368165. OLE color: 11368165.

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

Color convert

RGB229118173-
CMYK00.480.240.10
HSL330.27º68.1%68.04%-
HSV(B)330.27º48.47%89.8%-
XYZ46.3332.6343.39-
YUV157.46136.77179.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.04%
GREEN value IS 118 (46.48% from 255) = 22.69%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=44.04%
G=22.69%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911817300.480.240.10330.2768.168.04
HexE576AD03018A14a4444
Octal3451662550603012512104104
Binary11100101111011010101101011000011000101010100101010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E576AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E576AD; }

 p { color: rgb(229,118,173); }

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

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

 a { background-color: rgb(229,118,173); }

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

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

 span { border-color: rgb(229,118,173); }

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