#E579BA

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

Shades of Persian Pink #E579BA

Tints of Persian Pink #E579BA

Color information

#E579BA (or 0xE579BA) is unknown color: approx Persian Pink. HEX triplet: E5, 79 and BA. RGB value is (229,121,186). Sum of RGB (Red+Green+Blue) = 229+121+186=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 121 (47.66% from 255 or 22.57% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E579BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E579BA is #1A8645. Grayscale: #A0A0A0. Windows color (decimal): -1738310 or 12220901. OLE color: 12220901.

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

Color convert

RGB229121186-
CMYK00.470.190.10
HSL323.89º67.5%68.63%-
HSV(B)323.89º47.16%89.8%-
XYZ48.0133.8850.46-
YUV160.7142.28176.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.72%
GREEN value IS 121 (47.66% from 255) = 22.57%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=42.72%
G=22.57%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912118600.470.190.10323.8967.568.63
HexE579BA02F13A1444445
Octal3451712720572312504104105
Binary11100101111100110111010010111110011101010100010010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E579BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E579BA; }

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

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

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

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

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

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

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

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