Shades of Persian Pink #E57CBF
Tints of Persian Pink #E57CBF
RGB
CMYK
RGB Variations
Color information
#E57CBF (or 0xE57CBF) is known color: Persian Pink. HEX triplet: E5, 7C and BF. RGB value is (229,124,191). Sum of RGB (Red+Green+Blue) = 229+124+191=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CBF is #1A8340. Grayscale: #A2A2A2. Windows color (decimal): -1737537 or 12549349. OLE color: 12549349.
HSL color Cylindrical-coordinate representation of color #E57CBF: hue angle of 321.71º 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 #E57CBF is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 191 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.10 |
| HSL | 321.71º | 0.67% | 0.69% | - |
| HSV(B) | 321.71º | 0.46% | 0.9% | - |
| XYZ | 48.92 | 34.83 | 53.44 | - |
| YUV | 163.03 | 143.79 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 191 | 0 | 0.46 | 0.17 | 0.10 | 321.71 | 0.67 | 0.69 |
| Hex | E5 | 7C | BF | 0 | 2E | 11 | A | 142 | 43 | 45 |
| Octal | 345 | 174 | 277 | 0 | 56 | 21 | 12 | 502 | 103 | 105 |
| Binary | 11100101 | 1111100 | 10111111 | 0 | 101110 | 10001 | 1010 | 101000010 | 1000011 | 1000101 |
Color Harmonies of #E57CBF
Complementary color
Monochromatic Colors of #E57CBF
Black with #E57CBF
Text Example
Text Example
White with #E57CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57CBF; }
p { color: rgb(229,124,191); }
H1.HeaderClassName
{
color: #E57CBF;
}
.AnyTagClassName
{
color: #E57CBF;
}
</style>
background-color css
<style>
a { background-color: #E57CBF; }
a { background-color: rgb(229,124,191); }
div.DivClassName
{
background-color: #E57CBF;
}
.BgClassName
{
background-color: #E57CBF;
}
</style>
border-color css
<style>
span { border-color: #E57CBF; }
span { border-color: rgb(229,124,191); }
td.TdClassName
{
border-color: #E57CBF;
}
.TagClassName
{
border-color: #E57CBF;
}
</style>