#E585BA

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

Shades of Persian Pink #E585BA

Tints of Persian Pink #E585BA

Color information

#E585BA (or 0xE585BA) is unknown color: approx Persian Pink. HEX triplet: E5, 85 and BA. RGB value is (229,133,186). Sum of RGB (Red+Green+Blue) = 229+133+186=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E585BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E585BA is #1A7A45. Grayscale: #A7A7A7. Windows color (decimal): -1735238 or 12223973. OLE color: 12223973.

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

Color convert

RGB229133186-
CMYK00.420.190.10
HSL326.88º64.86%70.98%-
HSV(B)326.88º41.92%89.8%-
XYZ49.5636.9850.98-
YUV167.75138.3171.69-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.79%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=41.79%
G=24.27%
B=33.94%

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
Decimal22913318600.420.190.10326.8864.8670.98
HexE585BA02A13A1474147
Octal3452052720522312507101107
Binary111001011000010110111010010101010011101010100011110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E585BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E585BA; }

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

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

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

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

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

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

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

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