Shades of Persian Pink #E477BE
Tints of Persian Pink #E477BE
RGB
CMYK
RGB Variations
Color information
#E477BE (or 0xE477BE) is known color: Persian Pink. HEX triplet: E4, 77 and BE. RGB value is (228,119,190). Sum of RGB (Red+Green+Blue) = 228+119+190=537 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.46% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 228 - color contains mainly: red. Hex color #E477BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477BE is #1B8841. Grayscale: #9F9F9F. Windows color (decimal): -1804354 or 12482532. OLE color: 12482532.
HSL color Cylindrical-coordinate representation of color #E477BE: hue angle of 320.92º 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 #E477BE is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 119 | 190 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.11 |
| HSL | 320.92º | 0.67% | 0.68% | - |
| HSV(B) | 320.92º | 0.48% | 0.89% | - |
| XYZ | 47.89 | 33.41 | 52.64 | - |
| YUV | 159.69 | 145.11 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 119 | 190 | 0 | 0.48 | 0.17 | 0.11 | 320.92 | 0.67 | 0.68 |
| Hex | E4 | 77 | BE | 0 | 30 | 11 | B | 141 | 43 | 44 |
| Octal | 344 | 167 | 276 | 0 | 60 | 21 | 13 | 501 | 103 | 104 |
| Binary | 11100100 | 1110111 | 10111110 | 0 | 110000 | 10001 | 1011 | 101000001 | 1000011 | 1000100 |
Color Harmonies of #E477BE
Complementary color
Monochromatic Colors of #E477BE
Black with #E477BE
Text Example
Text Example
White with #E477BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E477BE; }
p { color: rgb(228,119,190); }
H1.HeaderClassName
{
color: #E477BE;
}
.AnyTagClassName
{
color: #E477BE;
}
</style>
background-color css
<style>
a { background-color: #E477BE; }
a { background-color: rgb(228,119,190); }
div.DivClassName
{
background-color: #E477BE;
}
.BgClassName
{
background-color: #E477BE;
}
</style>
border-color css
<style>
span { border-color: #E477BE; }
span { border-color: rgb(228,119,190); }
td.TdClassName
{
border-color: #E477BE;
}
.TagClassName
{
border-color: #E477BE;
}
</style>