#E578BB

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

Shades of Persian Pink #E578BB

Tints of Persian Pink #E578BB

Color information

#E578BB (or 0xE578BB) is unknown color: approx Persian Pink. HEX triplet: E5, 78 and BB. RGB value is (229,120,187). Sum of RGB (Red+Green+Blue) = 229+120+187=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E578BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E578BB is #1A8744. Grayscale: #A0A0A0. Windows color (decimal): -1738565 or 12286181. OLE color: 12286181.

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

Color convert

RGB229120187-
CMYK00.480.180.10
HSL323.12º67.7%68.43%-
HSV(B)323.12º47.6%89.8%-
XYZ4833.6850.98-
YUV160.23143.11177.05-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.72%
GREEN value IS 120 (47.27% from 255) = 22.39%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=42.72%
G=22.39%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912018700.480.180.10323.1267.768.43
HexE578BB03012A1434444
Octal3451702730602212503104104
Binary11100101111100010111011011000010010101010100001110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E578BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E578BB; }

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

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

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

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

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

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

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

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