Shades of Persian Pink #E57BB1
Tints of Persian Pink #E57BB1
RGB
CMYK
RGB Variations
Color information
#E57BB1 (or 0xE57BB1) is known color: Persian Pink. HEX triplet: E5, 7B and B1. RGB value is (229,123,177). Sum of RGB (Red+Green+Blue) = 229+123+177=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57BB1 is #1A844E. Grayscale: #A0A0A0. Windows color (decimal): -1737807 or 11631589. OLE color: 11631589.
HSL color Cylindrical-coordinate representation of color #E57BB1: hue angle of 329.43º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57BB1 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 123 | 177 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.10 |
| HSL | 329.43º | 0.67% | 0.69% | - |
| HSV(B) | 329.43º | 0.46% | 0.9% | - |
| XYZ | 47.33 | 34 | 45.66 | - |
| YUV | 160.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 123 | 177 | 0 | 0.46 | 0.23 | 0.10 | 329.43 | 0.67 | 0.69 |
| Hex | E5 | 7B | B1 | 0 | 2E | 17 | A | 149 | 43 | 45 |
| Octal | 345 | 173 | 261 | 0 | 56 | 27 | 12 | 511 | 103 | 105 |
| Binary | 11100101 | 1111011 | 10110001 | 0 | 101110 | 10111 | 1010 | 101001001 | 1000011 | 1000101 |
Color Harmonies of #E57BB1
Complementary color
Monochromatic Colors of #E57BB1
Black with #E57BB1
Text Example
Text Example
White with #E57BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57BB1; }
p { color: rgb(229,123,177); }
H1.HeaderClassName
{
color: #E57BB1;
}
.AnyTagClassName
{
color: #E57BB1;
}
</style>
background-color css
<style>
a { background-color: #E57BB1; }
a { background-color: rgb(229,123,177); }
div.DivClassName
{
background-color: #E57BB1;
}
.BgClassName
{
background-color: #E57BB1;
}
</style>
border-color css
<style>
span { border-color: #E57BB1; }
span { border-color: rgb(229,123,177); }
td.TdClassName
{
border-color: #E57BB1;
}
.TagClassName
{
border-color: #E57BB1;
}
</style>