#e586bb

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

Shades of Persian Pink #E586BB

Tints of Persian Pink #E586BB

Color information

#E586BB (or 0xE586BB) is unknown color: approx Persian Pink. HEX triplet: E5, 86 and BB. RGB value is (229,134,187). Sum of RGB (Red+Green+Blue) = 229+134+187=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E586BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E586BB is #1A7944. Grayscale: #A8A8A8. Windows color (decimal): -1734981 or 12289765. OLE color: 12289765.

HSL color Cylindrical-coordinate representation of color #E586BB: hue angle of 326.53º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E586BB is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB229134187-
CMYK00.410.180.10
HSL326.53º64.63%71.18%-
HSV(B)326.53º41.48%89.8%-
XYZ49.8137.351.59-
YUV168.45138.47171.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.64%
GREEN value IS 134 (52.73% from 255) = 24.36%
BLUE value IS 187 (73.44% from 255) = 34%
R=41.64%
G=24.36%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913418700.410.180.10326.5364.6371.18
HexE586BB02912A1474147
Octal3452062730512212507101107
Binary111001011000011010111011010100110010101010100011110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e586bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e586bb; }

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

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

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

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

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

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

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

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