Shades of Persian Pink #E576C1
Tints of Persian Pink #E576C1
RGB
CMYK
RGB Variations
Color information
#E576C1 (or 0xE576C1) is known color: Persian Pink. HEX triplet: E5, 76 and C1. RGB value is (229,118,193). Sum of RGB (Red+Green+Blue) = 229+118+193=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E576C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E576C1 is #1A893E. Grayscale: #9F9F9F. Windows color (decimal): -1739071 or 12678885. OLE color: 12678885.
HSL color Cylindrical-coordinate representation of color #E576C1: hue angle of 319.46º 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 #E576C1 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 118 | 193 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.10 |
| HSL | 319.46º | 0.68% | 0.68% | - |
| HSV(B) | 319.46º | 0.48% | 0.9% | - |
| XYZ | 48.42 | 33.47 | 54.36 | - |
| YUV | 159.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 118 | 193 | 0 | 0.48 | 0.16 | 0.10 | 319.46 | 0.68 | 0.68 |
| Hex | E5 | 76 | C1 | 0 | 30 | 10 | A | 13F | 44 | 44 |
| Octal | 345 | 166 | 301 | 0 | 60 | 20 | 12 | 477 | 104 | 104 |
| Binary | 11100101 | 1110110 | 11000001 | 0 | 110000 | 10000 | 1010 | 100111111 | 1000100 | 1000100 |
Color Harmonies of #E576C1
Complementary color
Monochromatic Colors of #E576C1
Black with #E576C1
Text Example
Text Example
White with #E576C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E576C1; }
p { color: rgb(229,118,193); }
H1.HeaderClassName
{
color: #E576C1;
}
.AnyTagClassName
{
color: #E576C1;
}
</style>
background-color css
<style>
a { background-color: #E576C1; }
a { background-color: rgb(229,118,193); }
div.DivClassName
{
background-color: #E576C1;
}
.BgClassName
{
background-color: #E576C1;
}
</style>
border-color css
<style>
span { border-color: #E576C1; }
span { border-color: rgb(229,118,193); }
td.TdClassName
{
border-color: #E576C1;
}
.TagClassName
{
border-color: #E576C1;
}
</style>