Shades of Persian Pink #E57CBE
Tints of Persian Pink #E57CBE
RGB
CMYK
RGB Variations
Color information
#E57CBE (or 0xE57CBE) is known color: Persian Pink. HEX triplet: E5, 7C and BE. RGB value is (229,124,190). Sum of RGB (Red+Green+Blue) = 229+124+190=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E57CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57CBE is #1A8341. Grayscale: #A2A2A2. Windows color (decimal): -1737538 or 12483813. OLE color: 12483813.
HSL color Cylindrical-coordinate representation of color #E57CBE: hue angle of 322.29º 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 #E57CBE is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 124 | 190 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.10 |
| HSL | 322.29º | 0.67% | 0.69% | - |
| HSV(B) | 322.29º | 0.46% | 0.9% | - |
| XYZ | 48.82 | 34.79 | 52.86 | - |
| YUV | 162.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 124 | 190 | 0 | 0.46 | 0.17 | 0.10 | 322.29 | 0.67 | 0.69 |
| Hex | E5 | 7C | BE | 0 | 2E | 11 | A | 142 | 43 | 45 |
| Octal | 345 | 174 | 276 | 0 | 56 | 21 | 12 | 502 | 103 | 105 |
| Binary | 11100101 | 1111100 | 10111110 | 0 | 101110 | 10001 | 1010 | 101000010 | 1000011 | 1000101 |
Color Harmonies of #E57CBE
Complementary color
Monochromatic Colors of #E57CBE
Black with #E57CBE
Text Example
Text Example
White with #E57CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57CBE; }
p { color: rgb(229,124,190); }
H1.HeaderClassName
{
color: #E57CBE;
}
.AnyTagClassName
{
color: #E57CBE;
}
</style>
background-color css
<style>
a { background-color: #E57CBE; }
a { background-color: rgb(229,124,190); }
div.DivClassName
{
background-color: #E57CBE;
}
.BgClassName
{
background-color: #E57CBE;
}
</style>
border-color css
<style>
span { border-color: #E57CBE; }
span { border-color: rgb(229,124,190); }
td.TdClassName
{
border-color: #E57CBE;
}
.TagClassName
{
border-color: #E57CBE;
}
</style>