Shades of Persian Pink #E584BD
Tints of Persian Pink #E584BD
RGB
CMYK
RGB Variations
Color information
#E584BD (or 0xE584BD) is known color: Persian Pink. HEX triplet: E5, 84 and BD. RGB value is (229,132,189). Sum of RGB (Red+Green+Blue) = 229+132+189=550 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.64% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 229 - color contains mainly: red. Hex color #E584BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E584BD is #1A7B42. Grayscale: #A7A7A7. Windows color (decimal): -1735491 or 12420325. OLE color: 12420325.
HSL color Cylindrical-coordinate representation of color #E584BD: hue angle of 324.74º 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 #E584BD is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 189 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.10 |
| HSL | 324.74º | 0.65% | 0.71% | - |
| HSV(B) | 324.74º | 0.42% | 0.9% | - |
| XYZ | 49.75 | 36.83 | 52.63 | - |
| YUV | 167.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 189 | 0 | 0.42 | 0.17 | 0.10 | 324.74 | 0.65 | 0.71 |
| Hex | E5 | 84 | BD | 0 | 2A | 11 | A | 145 | 41 | 47 |
| Octal | 345 | 204 | 275 | 0 | 52 | 21 | 12 | 505 | 101 | 107 |
| Binary | 11100101 | 10000100 | 10111101 | 0 | 101010 | 10001 | 1010 | 101000101 | 1000001 | 1000111 |
Color Harmonies of #E584BD
Complementary color
Monochromatic Colors of #E584BD
Black with #E584BD
Text Example
Text Example
White with #E584BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E584BD; }
p { color: rgb(229,132,189); }
H1.HeaderClassName
{
color: #E584BD;
}
.AnyTagClassName
{
color: #E584BD;
}
</style>
background-color css
<style>
a { background-color: #E584BD; }
a { background-color: rgb(229,132,189); }
div.DivClassName
{
background-color: #E584BD;
}
.BgClassName
{
background-color: #E584BD;
}
</style>
border-color css
<style>
span { border-color: #E584BD; }
span { border-color: rgb(229,132,189); }
td.TdClassName
{
border-color: #E584BD;
}
.TagClassName
{
border-color: #E584BD;
}
</style>