Shades of Persian Pink #E57BBC
Tints of Persian Pink #E57BBC
RGB
CMYK
RGB Variations
Color information
#E57BBC (or 0xE57BBC) is known color: Persian Pink. HEX triplet: E5, 7B and BC. RGB value is (229,123,188). Sum of RGB (Red+Green+Blue) = 229+123+188=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BBC is #1A8443. Grayscale: #A1A1A1. Windows color (decimal): -1737796 or 12352485. OLE color: 12352485.
HSL color Cylindrical-coordinate representation of color #E57BBC: hue angle of 323.21º 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 #E57BBC is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 123 | 188 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.10 |
| HSL | 323.21º | 0.67% | 0.69% | - |
| HSV(B) | 323.21º | 0.46% | 0.9% | - |
| XYZ | 48.47 | 34.45 | 51.67 | - |
| YUV | 162.1 | 142.62 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 123 | 188 | 0 | 0.46 | 0.18 | 0.10 | 323.21 | 0.67 | 0.69 |
| Hex | E5 | 7B | BC | 0 | 2E | 12 | A | 143 | 43 | 45 |
| Octal | 345 | 173 | 274 | 0 | 56 | 22 | 12 | 503 | 103 | 105 |
| Binary | 11100101 | 1111011 | 10111100 | 0 | 101110 | 10010 | 1010 | 101000011 | 1000011 | 1000101 |
Color Harmonies of #E57BBC
Complementary color
Monochromatic Colors of #E57BBC
Black with #E57BBC
Text Example
Text Example
White with #E57BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57BBC; }
p { color: rgb(229,123,188); }
H1.HeaderClassName
{
color: #E57BBC;
}
.AnyTagClassName
{
color: #E57BBC;
}
</style>
background-color css
<style>
a { background-color: #E57BBC; }
a { background-color: rgb(229,123,188); }
div.DivClassName
{
background-color: #E57BBC;
}
.BgClassName
{
background-color: #E57BBC;
}
</style>
border-color css
<style>
span { border-color: #E57BBC; }
span { border-color: rgb(229,123,188); }
td.TdClassName
{
border-color: #E57BBC;
}
.TagClassName
{
border-color: #E57BBC;
}
</style>