Shades of Persian Pink #E57EBC
Tints of Persian Pink #E57EBC
RGB
CMYK
RGB Variations
Color information
#E57EBC (or 0xE57EBC) is known color: Persian Pink. HEX triplet: E5, 7E and BC. RGB value is (229,126,188). Sum of RGB (Red+Green+Blue) = 229+126+188=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E57EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57EBC is #1A8143. Grayscale: #A3A3A3. Windows color (decimal): -1737028 or 12353253. OLE color: 12353253.
HSL color Cylindrical-coordinate representation of color #E57EBC: hue angle of 323.88º 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 #E57EBC is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 126 | 188 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.10 |
| HSL | 323.88º | 0.66% | 0.7% | - |
| HSV(B) | 323.88º | 0.45% | 0.9% | - |
| XYZ | 48.85 | 35.21 | 51.8 | - |
| YUV | 163.87 | 141.62 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 126 | 188 | 0 | 0.45 | 0.18 | 0.10 | 323.88 | 0.66 | 0.7 |
| Hex | E5 | 7E | BC | 0 | 2D | 12 | A | 144 | 42 | 46 |
| Octal | 345 | 176 | 274 | 0 | 55 | 22 | 12 | 504 | 102 | 106 |
| Binary | 11100101 | 1111110 | 10111100 | 0 | 101101 | 10010 | 1010 | 101000100 | 1000010 | 1000110 |
Color Harmonies of #E57EBC
Complementary color
Monochromatic Colors of #E57EBC
Black with #E57EBC
Text Example
Text Example
White with #E57EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57EBC; }
p { color: rgb(229,126,188); }
H1.HeaderClassName
{
color: #E57EBC;
}
.AnyTagClassName
{
color: #E57EBC;
}
</style>
background-color css
<style>
a { background-color: #E57EBC; }
a { background-color: rgb(229,126,188); }
div.DivClassName
{
background-color: #E57EBC;
}
.BgClassName
{
background-color: #E57EBC;
}
</style>
border-color css
<style>
span { border-color: #E57EBC; }
span { border-color: rgb(229,126,188); }
td.TdClassName
{
border-color: #E57EBC;
}
.TagClassName
{
border-color: #E57EBC;
}
</style>