#E578AB

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

Shades of Persian Pink #E578AB

Tints of Persian Pink #E578AB

Color information

#E578AB (or 0xE578AB) is unknown color: approx Persian Pink. HEX triplet: E5, 78 and AB. RGB value is (229,120,171). Sum of RGB (Red+Green+Blue) = 229+120+171=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E578AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E578AB is #1A8754. Grayscale: #9E9E9E. Windows color (decimal): -1738581 or 11237605. OLE color: 11237605.

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

Color convert

RGB229120171-
CMYK00.480.250.10
HSL331.93º67.7%68.43%-
HSV(B)331.93º47.6%89.8%-
XYZ46.3833.0342.46-
YUV158.4135.11178.35-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.04%
GREEN value IS 120 (47.27% from 255) = 23.08%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=44.04%
G=23.08%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912017100.480.250.10331.9367.768.43
HexE578AB03019A14c4444
Octal3451702530603112514104104
Binary11100101111100010101011011000011001101010100110010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E578AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E578AB; }

 p { color: rgb(229,120,171); }

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

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

 a { background-color: rgb(229,120,171); }

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

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

 span { border-color: rgb(229,120,171); }

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