Shades of Persian Pink #E477B9
Tints of Persian Pink #E477B9
RGB
CMYK
RGB Variations
Color information
#E477B9 (or 0xE477B9) is known color: Persian Pink. HEX triplet: E4, 77 and B9. RGB value is (228,119,185). Sum of RGB (Red+Green+Blue) = 228+119+185=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E477B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477B9 is #1B8846. Grayscale: #9E9E9E. Windows color (decimal): -1804359 or 12154852. OLE color: 12154852.
HSL color Cylindrical-coordinate representation of color #E477B9: hue angle of 323.67º 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 #E477B9 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 119 | 185 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.11 |
| HSL | 323.67º | 0.67% | 0.68% | - |
| HSV(B) | 323.67º | 0.48% | 0.89% | - |
| XYZ | 47.35 | 33.19 | 49.81 | - |
| YUV | 159.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 119 | 185 | 0 | 0.48 | 0.19 | 0.11 | 323.67 | 0.67 | 0.68 |
| Hex | E4 | 77 | B9 | 0 | 30 | 13 | B | 144 | 43 | 44 |
| Octal | 344 | 167 | 271 | 0 | 60 | 23 | 13 | 504 | 103 | 104 |
| Binary | 11100100 | 1110111 | 10111001 | 0 | 110000 | 10011 | 1011 | 101000100 | 1000011 | 1000100 |
Color Harmonies of #E477B9
Complementary color
Monochromatic Colors of #E477B9
Black with #E477B9
Text Example
Text Example
White with #E477B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E477B9; }
p { color: rgb(228,119,185); }
H1.HeaderClassName
{
color: #E477B9;
}
.AnyTagClassName
{
color: #E477B9;
}
</style>
background-color css
<style>
a { background-color: #E477B9; }
a { background-color: rgb(228,119,185); }
div.DivClassName
{
background-color: #E477B9;
}
.BgClassName
{
background-color: #E477B9;
}
</style>
border-color css
<style>
span { border-color: #E477B9; }
span { border-color: rgb(228,119,185); }
td.TdClassName
{
border-color: #E477B9;
}
.TagClassName
{
border-color: #E477B9;
}
</style>