Shades of Persian Pink #E584B6
Tints of Persian Pink #E584B6
RGB
CMYK
RGB Variations
Color information
#E584B6 (or 0xE584B6) is known color: Persian Pink. HEX triplet: E5, 84 and B6. RGB value is (229,132,182). Sum of RGB (Red+Green+Blue) = 229+132+182=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 182 (71.48% from 255 or 33.52% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E584B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E584B6 is #1A7B49. Grayscale: #A6A6A6. Windows color (decimal): -1735498 or 11961573. OLE color: 11961573.
HSL color Cylindrical-coordinate representation of color #E584B6: hue angle of 329.07º 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 #E584B6 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 182 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.10 |
| HSL | 329.07º | 0.65% | 0.71% | - |
| HSV(B) | 329.07º | 0.42% | 0.9% | - |
| XYZ | 49.01 | 36.54 | 48.73 | - |
| YUV | 166.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 182 | 0 | 0.42 | 0.21 | 0.10 | 329.07 | 0.65 | 0.71 |
| Hex | E5 | 84 | B6 | 0 | 2A | 15 | A | 149 | 41 | 47 |
| Octal | 345 | 204 | 266 | 0 | 52 | 25 | 12 | 511 | 101 | 107 |
| Binary | 11100101 | 10000100 | 10110110 | 0 | 101010 | 10101 | 1010 | 101001001 | 1000001 | 1000111 |
Color Harmonies of #E584B6
Complementary color
Monochromatic Colors of #E584B6
Black with #E584B6
Text Example
Text Example
White with #E584B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E584B6; }
p { color: rgb(229,132,182); }
H1.HeaderClassName
{
color: #E584B6;
}
.AnyTagClassName
{
color: #E584B6;
}
</style>
background-color css
<style>
a { background-color: #E584B6; }
a { background-color: rgb(229,132,182); }
div.DivClassName
{
background-color: #E584B6;
}
.BgClassName
{
background-color: #E584B6;
}
</style>
border-color css
<style>
span { border-color: #E584B6; }
span { border-color: rgb(229,132,182); }
td.TdClassName
{
border-color: #E584B6;
}
.TagClassName
{
border-color: #E584B6;
}
</style>