Shades of Persian Pink #E57AB9
Tints of Persian Pink #E57AB9
RGB
CMYK
RGB Variations
Color information
#E57AB9 (or 0xE57AB9) is known color: Persian Pink. HEX triplet: E5, 7A and B9. RGB value is (229,122,185). Sum of RGB (Red+Green+Blue) = 229+122+185=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E57AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57AB9 is #1A8546. Grayscale: #A1A1A1. Windows color (decimal): -1738055 or 12155621. OLE color: 12155621.
HSL color Cylindrical-coordinate representation of color #E57AB9: hue angle of 324.67º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57AB9 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 185 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.10 |
| HSL | 324.67º | 0.67% | 0.69% | - |
| HSV(B) | 324.67º | 0.47% | 0.9% | - |
| XYZ | 48.03 | 34.08 | 49.95 | - |
| YUV | 161.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 185 | 0 | 0.47 | 0.19 | 0.10 | 324.67 | 0.67 | 0.69 |
| Hex | E5 | 7A | B9 | 0 | 2F | 13 | A | 145 | 43 | 45 |
| Octal | 345 | 172 | 271 | 0 | 57 | 23 | 12 | 505 | 103 | 105 |
| Binary | 11100101 | 1111010 | 10111001 | 0 | 101111 | 10011 | 1010 | 101000101 | 1000011 | 1000101 |
Color Harmonies of #E57AB9
Complementary color
Monochromatic Colors of #E57AB9
Black with #E57AB9
Text Example
Text Example
White with #E57AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57AB9; }
p { color: rgb(229,122,185); }
H1.HeaderClassName
{
color: #E57AB9;
}
.AnyTagClassName
{
color: #E57AB9;
}
</style>
background-color css
<style>
a { background-color: #E57AB9; }
a { background-color: rgb(229,122,185); }
div.DivClassName
{
background-color: #E57AB9;
}
.BgClassName
{
background-color: #E57AB9;
}
</style>
border-color css
<style>
span { border-color: #E57AB9; }
span { border-color: rgb(229,122,185); }
td.TdClassName
{
border-color: #E57AB9;
}
.TagClassName
{
border-color: #E57AB9;
}
</style>