Shades of Persian Pink #E57BBB
Tints of Persian Pink #E57BBB
RGB
CMYK
RGB Variations
Color information
#E57BBB (or 0xE57BBB) is known color: Persian Pink. HEX triplet: E5, 7B and BB. RGB value is (229,123,187). Sum of RGB (Red+Green+Blue) = 229+123+187=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BBB is #1A8444. Grayscale: #A1A1A1. Windows color (decimal): -1737797 or 12286949. OLE color: 12286949.
HSL color Cylindrical-coordinate representation of color #E57BBB: hue angle of 323.77º 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 #E57BBB is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 123 | 187 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.10 |
| HSL | 323.77º | 0.67% | 0.69% | - |
| HSV(B) | 323.77º | 0.46% | 0.9% | - |
| XYZ | 48.37 | 34.41 | 51.11 | - |
| YUV | 161.99 | 142.12 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 123 | 187 | 0 | 0.46 | 0.18 | 0.10 | 323.77 | 0.67 | 0.69 |
| Hex | E5 | 7B | BB | 0 | 2E | 12 | A | 144 | 43 | 45 |
| Octal | 345 | 173 | 273 | 0 | 56 | 22 | 12 | 504 | 103 | 105 |
| Binary | 11100101 | 1111011 | 10111011 | 0 | 101110 | 10010 | 1010 | 101000100 | 1000011 | 1000101 |
Color Harmonies of #E57BBB
Complementary color
Monochromatic Colors of #E57BBB
Black with #E57BBB
Text Example
Text Example
White with #E57BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57BBB; }
p { color: rgb(229,123,187); }
H1.HeaderClassName
{
color: #E57BBB;
}
.AnyTagClassName
{
color: #E57BBB;
}
</style>
background-color css
<style>
a { background-color: #E57BBB; }
a { background-color: rgb(229,123,187); }
div.DivClassName
{
background-color: #E57BBB;
}
.BgClassName
{
background-color: #E57BBB;
}
</style>
border-color css
<style>
span { border-color: #E57BBB; }
span { border-color: rgb(229,123,187); }
td.TdClassName
{
border-color: #E57BBB;
}
.TagClassName
{
border-color: #E57BBB;
}
</style>