Shades of Persian Pink #E57FB0
Tints of Persian Pink #E57FB0
RGB
CMYK
RGB Variations
Color information
#E57FB0 (or 0xE57FB0) is known color: Persian Pink. HEX triplet: E5, 7F and B0. RGB value is (229,127,176). Sum of RGB (Red+Green+Blue) = 229+127+176=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E57FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57FB0 is #1A804F. Grayscale: #A2A2A2. Windows color (decimal): -1736784 or 11567077. OLE color: 11567077.
HSL color Cylindrical-coordinate representation of color #E57FB0: hue angle of 331.18º 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 #E57FB0 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 176 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.10 |
| HSL | 331.18º | 0.66% | 0.7% | - |
| HSV(B) | 331.18º | 0.45% | 0.9% | - |
| XYZ | 47.74 | 34.97 | 45.31 | - |
| YUV | 163.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 176 | 0 | 0.45 | 0.23 | 0.10 | 331.18 | 0.66 | 0.7 |
| Hex | E5 | 7F | B0 | 0 | 2D | 17 | A | 14B | 42 | 46 |
| Octal | 345 | 177 | 260 | 0 | 55 | 27 | 12 | 513 | 102 | 106 |
| Binary | 11100101 | 1111111 | 10110000 | 0 | 101101 | 10111 | 1010 | 101001011 | 1000010 | 1000110 |
Color Harmonies of #E57FB0
Complementary color
Monochromatic Colors of #E57FB0
Black with #E57FB0
Text Example
Text Example
White with #E57FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57FB0; }
p { color: rgb(229,127,176); }
H1.HeaderClassName
{
color: #E57FB0;
}
.AnyTagClassName
{
color: #E57FB0;
}
</style>
background-color css
<style>
a { background-color: #E57FB0; }
a { background-color: rgb(229,127,176); }
div.DivClassName
{
background-color: #E57FB0;
}
.BgClassName
{
background-color: #E57FB0;
}
</style>
border-color css
<style>
span { border-color: #E57FB0; }
span { border-color: rgb(229,127,176); }
td.TdClassName
{
border-color: #E57FB0;
}
.TagClassName
{
border-color: #E57FB0;
}
</style>