Shades of Persian Pink #E57EB1
Tints of Persian Pink #E57EB1
RGB
CMYK
RGB Variations
Color information
#E57EB1 (or 0xE57EB1) is known color: Persian Pink. HEX triplet: E5, 7E and B1. RGB value is (229,126,177). Sum of RGB (Red+Green+Blue) = 229+126+177=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E57EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57EB1 is #1A814E. Grayscale: #A2A2A2. Windows color (decimal): -1737039 or 11632357. OLE color: 11632357.
HSL color Cylindrical-coordinate representation of color #E57EB1: hue angle of 330.29º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57EB1 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 126 | 177 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.10 |
| HSL | 330.29º | 0.66% | 0.7% | - |
| HSV(B) | 330.29º | 0.45% | 0.9% | - |
| XYZ | 47.71 | 34.75 | 45.79 | - |
| YUV | 162.61 | 136.12 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 177 | 0 | 0.45 | 0.23 | 0.10 | 330.29 | 0.66 | 0.7 |
| Hex | E5 | 7E | B1 | 0 | 2D | 17 | A | 14A | 42 | 46 |
| Octal | 345 | 176 | 261 | 0 | 55 | 27 | 12 | 512 | 102 | 106 |
| Binary | 11100101 | 1111110 | 10110001 | 0 | 101101 | 10111 | 1010 | 101001010 | 1000010 | 1000110 |
Color Harmonies of #E57EB1
Complementary color
Monochromatic Colors of #E57EB1
Black with #E57EB1
Text Example
Text Example
White with #E57EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57EB1; }
p { color: rgb(229,126,177); }
H1.HeaderClassName
{
color: #E57EB1;
}
.AnyTagClassName
{
color: #E57EB1;
}
</style>
background-color css
<style>
a { background-color: #E57EB1; }
a { background-color: rgb(229,126,177); }
div.DivClassName
{
background-color: #E57EB1;
}
.BgClassName
{
background-color: #E57EB1;
}
</style>
border-color css
<style>
span { border-color: #E57EB1; }
span { border-color: rgb(229,126,177); }
td.TdClassName
{
border-color: #E57EB1;
}
.TagClassName
{
border-color: #E57EB1;
}
</style>