#E580BD

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

Shades of Persian Pink #E580BD

Tints of Persian Pink #E580BD

Color information

#E580BD (or 0xE580BD) is unknown color: approx Persian Pink. HEX triplet: E5, 80 and BD. RGB value is (229,128,189). Sum of RGB (Red+Green+Blue) = 229+128+189=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E580BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E580BD is #1A7F42. Grayscale: #A5A5A5. Windows color (decimal): -1736515 or 12419301. OLE color: 12419301.

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

Color convert

RGB229128189-
CMYK00.440.170.10
HSL323.76º66.01%70%-
HSV(B)323.76º44.1%89.8%-
XYZ49.2235.7752.45-
YUV165.15141.46173.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.94%
GREEN value IS 128 (50.39% from 255) = 23.44%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=41.94%
G=23.44%
B=34.62%

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
Decimal22912818900.440.170.10323.7666.0170
HexE580BD02C11A1444246
Octal3452002750542112504102106
Binary111001011000000010111101010110010001101010100010010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E580BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E580BD; }

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

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

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

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

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

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

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

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