Shades of Persian Pink #E57FB4
Tints of Persian Pink #E57FB4
RGB
CMYK
RGB Variations
Color information
#E57FB4 (or 0xE57FB4) is known color: Persian Pink. HEX triplet: E5, 7F and B4. RGB value is (229,127,180). Sum of RGB (Red+Green+Blue) = 229+127+180=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E57FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57FB4 is #1A804B. Grayscale: #A3A3A3. Windows color (decimal): -1736780 or 11829221. OLE color: 11829221.
HSL color Cylindrical-coordinate representation of color #E57FB4: hue angle of 328.82º 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 #E57FB4 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 180 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.10 |
| HSL | 328.82º | 0.66% | 0.7% | - |
| HSV(B) | 328.82º | 0.45% | 0.9% | - |
| XYZ | 48.14 | 35.13 | 47.42 | - |
| YUV | 163.54 | 137.29 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 180 | 0 | 0.45 | 0.21 | 0.10 | 328.82 | 0.66 | 0.7 |
| Hex | E5 | 7F | B4 | 0 | 2D | 15 | A | 149 | 42 | 46 |
| Octal | 345 | 177 | 264 | 0 | 55 | 25 | 12 | 511 | 102 | 106 |
| Binary | 11100101 | 1111111 | 10110100 | 0 | 101101 | 10101 | 1010 | 101001001 | 1000010 | 1000110 |
Color Harmonies of #E57FB4
Complementary color
Monochromatic Colors of #E57FB4
Black with #E57FB4
Text Example
Text Example
White with #E57FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57FB4; }
p { color: rgb(229,127,180); }
H1.HeaderClassName
{
color: #E57FB4;
}
.AnyTagClassName
{
color: #E57FB4;
}
</style>
background-color css
<style>
a { background-color: #E57FB4; }
a { background-color: rgb(229,127,180); }
div.DivClassName
{
background-color: #E57FB4;
}
.BgClassName
{
background-color: #E57FB4;
}
</style>
border-color css
<style>
span { border-color: #E57FB4; }
span { border-color: rgb(229,127,180); }
td.TdClassName
{
border-color: #E57FB4;
}
.TagClassName
{
border-color: #E57FB4;
}
</style>