Shades of Persian Pink #E477C6
Tints of Persian Pink #E477C6
RGB
CMYK
RGB Variations
Color information
#E477C6 (or 0xE477C6) is known color: Persian Pink. HEX triplet: E4, 77 and C6. RGB value is (228,119,198). Sum of RGB (Red+Green+Blue) = 228+119+198=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E477C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477C6 is #1B8839. Grayscale: #A0A0A0. Windows color (decimal): -1804346 or 13006820. OLE color: 13006820.
HSL color Cylindrical-coordinate representation of color #E477C6: hue angle of 316.51º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E477C6 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 119 | 198 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.11 |
| HSL | 316.51º | 0.67% | 0.68% | - |
| HSV(B) | 316.51º | 0.48% | 0.89% | - |
| XYZ | 48.78 | 33.76 | 57.37 | - |
| YUV | 160.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 119 | 198 | 0 | 0.48 | 0.13 | 0.11 | 316.51 | 0.67 | 0.68 |
| Hex | E4 | 77 | C6 | 0 | 30 | D | B | 13D | 43 | 44 |
| Octal | 344 | 167 | 306 | 0 | 60 | 15 | 13 | 475 | 103 | 104 |
| Binary | 11100100 | 1110111 | 11000110 | 0 | 110000 | 1101 | 1011 | 100111101 | 1000011 | 1000100 |
Color Harmonies of #E477C6
Complementary color
Monochromatic Colors of #E477C6
Black with #E477C6
Text Example
Text Example
White with #E477C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E477C6; }
p { color: rgb(228,119,198); }
H1.HeaderClassName
{
color: #E477C6;
}
.AnyTagClassName
{
color: #E477C6;
}
</style>
background-color css
<style>
a { background-color: #E477C6; }
a { background-color: rgb(228,119,198); }
div.DivClassName
{
background-color: #E477C6;
}
.BgClassName
{
background-color: #E477C6;
}
</style>
border-color css
<style>
span { border-color: #E477C6; }
span { border-color: rgb(228,119,198); }
td.TdClassName
{
border-color: #E477C6;
}
.TagClassName
{
border-color: #E477C6;
}
</style>