Shades of Persian Pink #E577C4
Tints of Persian Pink #E577C4
RGB
CMYK
RGB Variations
Color information
#E577C4 (or 0xE577C4) is known color: Persian Pink. HEX triplet: E5, 77 and C4. RGB value is (229,119,196). Sum of RGB (Red+Green+Blue) = 229+119+196=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E577C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E577C4 is #1A883B. Grayscale: #A0A0A0. Windows color (decimal): -1738812 or 12875749. OLE color: 12875749.
HSL color Cylindrical-coordinate representation of color #E577C4: hue angle of 318º 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 #E577C4 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 119 | 196 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.10 |
| HSL | 318º | 0.68% | 0.68% | - |
| HSV(B) | 318º | 0.48% | 0.9% | - |
| XYZ | 48.87 | 33.84 | 56.18 | - |
| YUV | 160.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 119 | 196 | 0 | 0.48 | 0.14 | 0.10 | 318 | 0.68 | 0.68 |
| Hex | E5 | 77 | C4 | 0 | 30 | E | A | 13E | 44 | 44 |
| Octal | 345 | 167 | 304 | 0 | 60 | 16 | 12 | 476 | 104 | 104 |
| Binary | 11100101 | 1110111 | 11000100 | 0 | 110000 | 1110 | 1010 | 100111110 | 1000100 | 1000100 |
Color Harmonies of #E577C4
Complementary color
Monochromatic Colors of #E577C4
Black with #E577C4
Text Example
Text Example
White with #E577C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E577C4; }
p { color: rgb(229,119,196); }
H1.HeaderClassName
{
color: #E577C4;
}
.AnyTagClassName
{
color: #E577C4;
}
</style>
background-color css
<style>
a { background-color: #E577C4; }
a { background-color: rgb(229,119,196); }
div.DivClassName
{
background-color: #E577C4;
}
.BgClassName
{
background-color: #E577C4;
}
</style>
border-color css
<style>
span { border-color: #E577C4; }
span { border-color: rgb(229,119,196); }
td.TdClassName
{
border-color: #E577C4;
}
.TagClassName
{
border-color: #E577C4;
}
</style>