Shades of Persian Pink #E57AB6
Tints of Persian Pink #E57AB6
RGB
CMYK
RGB Variations
Color information
#E57AB6 (or 0xE57AB6) is known color: Persian Pink. HEX triplet: E5, 7A and B6. RGB value is (229,122,182). Sum of RGB (Red+Green+Blue) = 229+122+182=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 182 (71.48% from 255 or 34.15% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E57AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57AB6 is #1A8549. Grayscale: #A0A0A0. Windows color (decimal): -1738058 or 11959013. OLE color: 11959013.
HSL color Cylindrical-coordinate representation of color #E57AB6: hue angle of 326.36º 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 #E57AB6 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 182 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.10 |
| HSL | 326.36º | 0.67% | 0.69% | - |
| HSV(B) | 326.36º | 0.47% | 0.9% | - |
| XYZ | 47.72 | 33.95 | 48.29 | - |
| YUV | 160.83 | 139.95 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 182 | 0 | 0.47 | 0.21 | 0.10 | 326.36 | 0.67 | 0.69 |
| Hex | E5 | 7A | B6 | 0 | 2F | 15 | A | 146 | 43 | 45 |
| Octal | 345 | 172 | 266 | 0 | 57 | 25 | 12 | 506 | 103 | 105 |
| Binary | 11100101 | 1111010 | 10110110 | 0 | 101111 | 10101 | 1010 | 101000110 | 1000011 | 1000101 |
Color Harmonies of #E57AB6
Complementary color
Monochromatic Colors of #E57AB6
Black with #E57AB6
Text Example
Text Example
White with #E57AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57AB6; }
p { color: rgb(229,122,182); }
H1.HeaderClassName
{
color: #E57AB6;
}
.AnyTagClassName
{
color: #E57AB6;
}
</style>
background-color css
<style>
a { background-color: #E57AB6; }
a { background-color: rgb(229,122,182); }
div.DivClassName
{
background-color: #E57AB6;
}
.BgClassName
{
background-color: #E57AB6;
}
</style>
border-color css
<style>
span { border-color: #E57AB6; }
span { border-color: rgb(229,122,182); }
td.TdClassName
{
border-color: #E57AB6;
}
.TagClassName
{
border-color: #E57AB6;
}
</style>