#E580BE

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

Shades of Persian Pink #E580BE

Tints of Persian Pink #E580BE

Color information

#E580BE (or 0xE580BE) is unknown color: approx Persian Pink. HEX triplet: E5, 80 and BE. RGB value is (229,128,190). Sum of RGB (Red+Green+Blue) = 229+128+190=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E580BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E580BE is #1A7F41. Grayscale: #A5A5A5. Windows color (decimal): -1736514 or 12484837. OLE color: 12484837.

HSL color Cylindrical-coordinate representation of color #E580BE: hue angle of 323.17º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E580BE is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB229128190-
CMYK00.440.170.10
HSL323.17º66.01%70%-
HSV(B)323.17º44.1%89.8%-
XYZ49.3335.8153.03-
YUV165.27141.96173.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.86%
GREEN value IS 128 (50.39% from 255) = 23.40%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=41.86%
G=23.40%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912819000.440.170.10323.1766.0170
HexE580BE02C11A1434246
Octal3452002760542112503102106
Binary111001011000000010111110010110010001101010100001110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E580BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E580BE; }

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

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

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

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

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

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

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

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