Shades of Persian Pink #E477BC
Tints of Persian Pink #E477BC
RGB
CMYK
RGB Variations
Color information
#E477BC (or 0xE477BC) is known color: Persian Pink. HEX triplet: E4, 77 and BC. RGB value is (228,119,188). Sum of RGB (Red+Green+Blue) = 228+119+188=535 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.62% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 228 - color contains mainly: red. Hex color #E477BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477BC is #1B8843. Grayscale: #9F9F9F. Windows color (decimal): -1804356 or 12351460. OLE color: 12351460.
HSL color Cylindrical-coordinate representation of color #E477BC: hue angle of 322.02º 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 #E477BC is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 119 | 188 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.11 |
| HSL | 322.02º | 0.67% | 0.68% | - |
| HSV(B) | 322.02º | 0.48% | 0.89% | - |
| XYZ | 47.67 | 33.32 | 51.5 | - |
| YUV | 159.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 119 | 188 | 0 | 0.48 | 0.18 | 0.11 | 322.02 | 0.67 | 0.68 |
| Hex | E4 | 77 | BC | 0 | 30 | 12 | B | 142 | 43 | 44 |
| Octal | 344 | 167 | 274 | 0 | 60 | 22 | 13 | 502 | 103 | 104 |
| Binary | 11100100 | 1110111 | 10111100 | 0 | 110000 | 10010 | 1011 | 101000010 | 1000011 | 1000100 |
Color Harmonies of #E477BC
Complementary color
Monochromatic Colors of #E477BC
Black with #E477BC
Text Example
Text Example
White with #E477BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E477BC; }
p { color: rgb(228,119,188); }
H1.HeaderClassName
{
color: #E477BC;
}
.AnyTagClassName
{
color: #E477BC;
}
</style>
background-color css
<style>
a { background-color: #E477BC; }
a { background-color: rgb(228,119,188); }
div.DivClassName
{
background-color: #E477BC;
}
.BgClassName
{
background-color: #E477BC;
}
</style>
border-color css
<style>
span { border-color: #E477BC; }
span { border-color: rgb(228,119,188); }
td.TdClassName
{
border-color: #E477BC;
}
.TagClassName
{
border-color: #E477BC;
}
</style>