Shades of Persian Pink #E577C1
Tints of Persian Pink #E577C1
RGB
CMYK
RGB Variations
Color information
#E577C1 (or 0xE577C1) is known color: Persian Pink. HEX triplet: E5, 77 and C1. RGB value is (229,119,193). Sum of RGB (Red+Green+Blue) = 229+119+193=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E577C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577C1 is #1A883E. Grayscale: #A0A0A0. Windows color (decimal): -1738815 or 12679141. OLE color: 12679141.
HSL color Cylindrical-coordinate representation of color #E577C1: hue angle of 319.64º 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 #E577C1 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 193 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.10 |
| HSL | 319.64º | 0.68% | 0.68% | - |
| HSV(B) | 319.64º | 0.48% | 0.9% | - |
| XYZ | 48.54 | 33.7 | 54.4 | - |
| YUV | 160.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 193 | 0 | 0.48 | 0.16 | 0.10 | 319.64 | 0.68 | 0.68 |
| Hex | E5 | 77 | C1 | 0 | 30 | 10 | A | 140 | 44 | 44 |
| Octal | 345 | 167 | 301 | 0 | 60 | 20 | 12 | 500 | 104 | 104 |
| Binary | 11100101 | 1110111 | 11000001 | 0 | 110000 | 10000 | 1010 | 101000000 | 1000100 | 1000100 |
Color Harmonies of #E577C1
Complementary color
Monochromatic Colors of #E577C1
Black with #E577C1
Text Example
Text Example
White with #E577C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E577C1; }
p { color: rgb(229,119,193); }
H1.HeaderClassName
{
color: #E577C1;
}
.AnyTagClassName
{
color: #E577C1;
}
</style>
background-color css
<style>
a { background-color: #E577C1; }
a { background-color: rgb(229,119,193); }
div.DivClassName
{
background-color: #E577C1;
}
.BgClassName
{
background-color: #E577C1;
}
</style>
border-color css
<style>
span { border-color: #E577C1; }
span { border-color: rgb(229,119,193); }
td.TdClassName
{
border-color: #E577C1;
}
.TagClassName
{
border-color: #E577C1;
}
</style>