Shades of Persian Pink #E583B9
Tints of Persian Pink #E583B9
RGB
CMYK
RGB Variations
Color information
#E583B9 (or 0xE583B9) is known color: Persian Pink. HEX triplet: E5, 83 and B9. RGB value is (229,131,185). Sum of RGB (Red+Green+Blue) = 229+131+185=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E583B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E583B9 is #1A7C46. Grayscale: #A6A6A6. Windows color (decimal): -1735751 or 12157925. OLE color: 12157925.
HSL color Cylindrical-coordinate representation of color #E583B9: hue angle of 326.94º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E583B9 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 131 | 185 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.10 |
| HSL | 326.94º | 0.65% | 0.71% | - |
| HSV(B) | 326.94º | 0.43% | 0.9% | - |
| XYZ | 49.19 | 36.39 | 50.33 | - |
| YUV | 166.46 | 138.47 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 131 | 185 | 0 | 0.43 | 0.19 | 0.10 | 326.94 | 0.65 | 0.71 |
| Hex | E5 | 83 | B9 | 0 | 2B | 13 | A | 147 | 41 | 47 |
| Octal | 345 | 203 | 271 | 0 | 53 | 23 | 12 | 507 | 101 | 107 |
| Binary | 11100101 | 10000011 | 10111001 | 0 | 101011 | 10011 | 1010 | 101000111 | 1000001 | 1000111 |
Color Harmonies of #E583B9
Complementary color
Monochromatic Colors of #E583B9
Black with #E583B9
Text Example
Text Example
White with #E583B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E583B9; }
p { color: rgb(229,131,185); }
H1.HeaderClassName
{
color: #E583B9;
}
.AnyTagClassName
{
color: #E583B9;
}
</style>
background-color css
<style>
a { background-color: #E583B9; }
a { background-color: rgb(229,131,185); }
div.DivClassName
{
background-color: #E583B9;
}
.BgClassName
{
background-color: #E583B9;
}
</style>
border-color css
<style>
span { border-color: #E583B9; }
span { border-color: rgb(229,131,185); }
td.TdClassName
{
border-color: #E583B9;
}
.TagClassName
{
border-color: #E583B9;
}
</style>