#E584BB

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

Shades of Persian Pink #E584BB

Tints of Persian Pink #E584BB

Color information

#E584BB (or 0xE584BB) is unknown color: approx Persian Pink. HEX triplet: E5, 84 and BB. RGB value is (229,132,187). Sum of RGB (Red+Green+Blue) = 229+132+187=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E584BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E584BB is #1A7B44. Grayscale: #A7A7A7. Windows color (decimal): -1735493 or 12289253. OLE color: 12289253.

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

Color convert

RGB229132187-
CMYK00.420.180.10
HSL325.98º65.1%70.78%-
HSV(B)325.98º42.36%89.8%-
XYZ49.5336.7551.5-
YUV167.27139.14172.03-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.79%
GREEN value IS 132 (51.95% from 255) = 24.09%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=41.79%
G=24.09%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22913218700.420.180.10325.9865.170.78
HexE584BB02A12A1464147
Octal3452042730522212506101107
Binary111001011000010010111011010101010010101010100011010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E584BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E584BB; }

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

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

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

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

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

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

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

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