Shades of Persian Pink #E57BB2
Tints of Persian Pink #E57BB2
RGB
CMYK
RGB Variations
Color information
#E57BB2 (or 0xE57BB2) is known color: Persian Pink. HEX triplet: E5, 7B and B2. RGB value is (229,123,178). Sum of RGB (Red+Green+Blue) = 229+123+178=530 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.21% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57BB2 is #1A844D. Grayscale: #A0A0A0. Windows color (decimal): -1737806 or 11697125. OLE color: 11697125.
HSL color Cylindrical-coordinate representation of color #E57BB2: hue angle of 328.87º 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 #E57BB2 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 123 | 178 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.10 |
| HSL | 328.87º | 0.67% | 0.69% | - |
| HSV(B) | 328.87º | 0.46% | 0.9% | - |
| XYZ | 47.43 | 34.04 | 46.19 | - |
| YUV | 160.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 123 | 178 | 0 | 0.46 | 0.22 | 0.10 | 328.87 | 0.67 | 0.69 |
| Hex | E5 | 7B | B2 | 0 | 2E | 16 | A | 149 | 43 | 45 |
| Octal | 345 | 173 | 262 | 0 | 56 | 26 | 12 | 511 | 103 | 105 |
| Binary | 11100101 | 1111011 | 10110010 | 0 | 101110 | 10110 | 1010 | 101001001 | 1000011 | 1000101 |
Color Harmonies of #E57BB2
Complementary color
Monochromatic Colors of #E57BB2
Black with #E57BB2
Text Example
Text Example
White with #E57BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57BB2; }
p { color: rgb(229,123,178); }
H1.HeaderClassName
{
color: #E57BB2;
}
.AnyTagClassName
{
color: #E57BB2;
}
</style>
background-color css
<style>
a { background-color: #E57BB2; }
a { background-color: rgb(229,123,178); }
div.DivClassName
{
background-color: #E57BB2;
}
.BgClassName
{
background-color: #E57BB2;
}
</style>
border-color css
<style>
span { border-color: #E57BB2; }
span { border-color: rgb(229,123,178); }
td.TdClassName
{
border-color: #E57BB2;
}
.TagClassName
{
border-color: #E57BB2;
}
</style>