#E579BC

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

Shades of Persian Pink #E579BC

Tints of Persian Pink #E579BC

Color information

#E579BC (or 0xE579BC) is unknown color: approx Persian Pink. HEX triplet: E5, 79 and BC. RGB value is (229,121,188). Sum of RGB (Red+Green+Blue) = 229+121+188=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E579BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E579BC is #1A8643. Grayscale: #A0A0A0. Windows color (decimal): -1738308 or 12351973. OLE color: 12351973.

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

Color convert

RGB229121188-
CMYK00.470.180.10
HSL322.78º67.5%68.63%-
HSV(B)322.78º47.16%89.8%-
XYZ48.2333.9651.59-
YUV160.93143.28176.55-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.57%
GREEN value IS 121 (47.66% from 255) = 22.49%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=42.57%
G=22.49%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912118800.470.180.10322.7867.568.63
HexE579BC02F12A1434445
Octal3451712740572212503104105
Binary11100101111100110111100010111110010101010100001110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E579BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E579BC; }

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

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

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

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

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

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

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

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