#E579B4

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

Shades of Persian Pink #E579B4

Tints of Persian Pink #E579B4

Color information

#E579B4 (or 0xE579B4) is unknown color: approx Persian Pink. HEX triplet: E5, 79 and B4. RGB value is (229,121,180). Sum of RGB (Red+Green+Blue) = 229+121+180=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E579B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E579B4 is #1A864B. Grayscale: #9F9F9F. Windows color (decimal): -1738316 or 11827685. OLE color: 11827685.

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

Color convert

RGB229121180-
CMYK00.470.210.10
HSL327.22º67.5%68.63%-
HSV(B)327.22º47.16%89.8%-
XYZ47.3933.6347.17-
YUV160.02139.28177.2-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 43.21%
GREEN value IS 121 (47.66% from 255) = 22.83%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=43.21%
G=22.83%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912118000.470.210.10327.2267.568.63
HexE579B402F15A1474445
Octal3451712640572512507104105
Binary11100101111100110110100010111110101101010100011110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E579B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E579B4; }

 p { color: rgb(229,121,180); }

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

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

 a { background-color: rgb(229,121,180); }

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

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

 span { border-color: rgb(229,121,180); }

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