Shades of Persian Pink #E576C6
Tints of Persian Pink #E576C6
RGB
CMYK
RGB Variations
Color information
#E576C6 (or 0xE576C6) is known color: Persian Pink. HEX triplet: E5, 76 and C6. RGB value is (229,118,198). Sum of RGB (Red+Green+Blue) = 229+118+198=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E576C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576C6 is #1A8939. Grayscale: #A0A0A0. Windows color (decimal): -1739066 or 13006565. OLE color: 13006565.
HSL color Cylindrical-coordinate representation of color #E576C6: hue angle of 316.76º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E576C6 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 118 | 198 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.10 |
| HSL | 316.76º | 0.68% | 0.68% | - |
| HSV(B) | 316.76º | 0.48% | 0.9% | - |
| XYZ | 48.98 | 33.69 | 57.35 | - |
| YUV | 160.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 118 | 198 | 0 | 0.48 | 0.14 | 0.10 | 316.76 | 0.68 | 0.68 |
| Hex | E5 | 76 | C6 | 0 | 30 | E | A | 13D | 44 | 44 |
| Octal | 345 | 166 | 306 | 0 | 60 | 16 | 12 | 475 | 104 | 104 |
| Binary | 11100101 | 1110110 | 11000110 | 0 | 110000 | 1110 | 1010 | 100111101 | 1000100 | 1000100 |
Color Harmonies of #E576C6
Complementary color
Monochromatic Colors of #E576C6
Black with #E576C6
Text Example
Text Example
White with #E576C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E576C6; }
p { color: rgb(229,118,198); }
H1.HeaderClassName
{
color: #E576C6;
}
.AnyTagClassName
{
color: #E576C6;
}
</style>
background-color css
<style>
a { background-color: #E576C6; }
a { background-color: rgb(229,118,198); }
div.DivClassName
{
background-color: #E576C6;
}
.BgClassName
{
background-color: #E576C6;
}
</style>
border-color css
<style>
span { border-color: #E576C6; }
span { border-color: rgb(229,118,198); }
td.TdClassName
{
border-color: #E576C6;
}
.TagClassName
{
border-color: #E576C6;
}
</style>