#E582BF

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

Shades of Persian Pink #E582BF

Tints of Persian Pink #E582BF

Color information

#E582BF (or 0xE582BF) is unknown color: approx Persian Pink. HEX triplet: E5, 82 and BF. RGB value is (229,130,191). Sum of RGB (Red+Green+Blue) = 229+130+191=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E582BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E582BF is #1A7D40. Grayscale: #A6A6A6. Windows color (decimal): -1736001 or 12550885. OLE color: 12550885.

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

Color convert

RGB229130191-
CMYK00.430.170.10
HSL323.03º65.56%70.39%-
HSV(B)323.03º43.23%89.8%-
XYZ49.736.3853.69-
YUV166.56141.8172.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.64%
GREEN value IS 130 (51.17% from 255) = 23.64%
BLUE value IS 191 (75% from 255) = 34.73%
R=41.64%
G=23.64%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913019100.430.170.10323.0365.5670.39
HexE582BF02B11A1434246
Octal3452022770532112503102106
Binary111001011000001010111111010101110001101010100001110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E582BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E582BF; }

 p { color: rgb(229,130,191); }

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

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

 a { background-color: rgb(229,130,191); }

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

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

 span { border-color: rgb(229,130,191); }

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