#E577BE

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

Shades of Persian Pink #E577BE

Tints of Persian Pink #E577BE

Color information

#E577BE (or 0xE577BE) is unknown color: approx Persian Pink. HEX triplet: E5, 77 and BE. RGB value is (229,119,190). Sum of RGB (Red+Green+Blue) = 229+119+190=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E577BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577BE is #1A8841. Grayscale: #9F9F9F. Windows color (decimal): -1738818 or 12482533. OLE color: 12482533.

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

Color convert

RGB229119190-
CMYK00.480.170.10
HSL321.27º67.9%68.24%-
HSV(B)321.27º48.03%89.8%-
XYZ48.233.5752.65-
YUV159.98144.94177.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.57%
GREEN value IS 119 (46.88% from 255) = 22.12%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=42.57%
G=22.12%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22911919000.480.170.10321.2767.968.24
HexE577BE03011A1414444
Octal3451672760602112501104104
Binary11100101111011110111110011000010001101010100000110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E577BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E577BE; }

 p { color: rgb(229,119,190); }

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

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

 a { background-color: rgb(229,119,190); }

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

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

 span { border-color: rgb(229,119,190); }

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