#E578C7

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

Shades of Persian Pink #E578C7

Tints of Persian Pink #E578C7

Color information

#E578C7 (or 0xE578C7) is unknown color: approx Persian Pink. HEX triplet: E5, 78 and C7. RGB value is (229,120,199). Sum of RGB (Red+Green+Blue) = 229+120+199=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 120 (47.27% from 255 or 21.90% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E578C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E578C7 is #1A8738. Grayscale: #A1A1A1. Windows color (decimal): -1738553 or 13072613. OLE color: 13072613.

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

Color convert

RGB229120199-
CMYK00.480.130.10
HSL316.51º67.7%68.43%-
HSV(B)316.51º47.6%89.8%-
XYZ49.3434.2158.04-
YUV161.6149.11176.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.79%
GREEN value IS 120 (47.27% from 255) = 21.90%
BLUE value IS 199 (78.12% from 255) = 36.31%
R=41.79%
G=21.90%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912019900.480.130.10316.5167.768.43
HexE578C7030DA13d4444
Octal3451703070601512475104104
Binary1110010111110001100011101100001101101010011110110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E578C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E578C7; }

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

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

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

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

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

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

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

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