#E585B9

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

Shades of Persian Pink #E585B9

Tints of Persian Pink #E585B9

Color information

#E585B9 (or 0xE585B9) is unknown color: approx Persian Pink. HEX triplet: E5, 85 and B9. RGB value is (229,133,185). Sum of RGB (Red+Green+Blue) = 229+133+185=547 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.86% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 229 - color contains mainly: red. Hex color #E585B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585B9 is #1A7A46. Grayscale: #A7A7A7. Windows color (decimal): -1735239 or 12158437. OLE color: 12158437.

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

Color convert

RGB229133185-
CMYK00.420.190.10
HSL327.5º64.86%70.98%-
HSV(B)327.5º41.92%89.8%-
XYZ49.4636.9450.42-
YUV167.63137.8171.77-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.86%
GREEN value IS 133 (52.34% from 255) = 24.31%
BLUE value IS 185 (72.66% from 255) = 33.82%
R=41.86%
G=24.31%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913318500.420.190.10327.564.8670.98
HexE585B902A13A1484147
Octal3452052710522312510101107
Binary111001011000010110111001010101010011101010100100010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E585B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E585B9; }

 p { color: rgb(229,133,185); }

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

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

 a { background-color: rgb(229,133,185); }

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

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

 span { border-color: rgb(229,133,185); }

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