Shades of Persian Pink #E476BC
Tints of Persian Pink #E476BC
RGB
CMYK
RGB Variations
Color information
#E476BC (or 0xE476BC) is known color: Persian Pink. HEX triplet: E4, 76 and BC. RGB value is (228,118,188). Sum of RGB (Red+Green+Blue) = 228+118+188=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E476BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476BC is #1B8943. Grayscale: #9E9E9E. Windows color (decimal): -1804612 or 12351204. OLE color: 12351204.
HSL color Cylindrical-coordinate representation of color #E476BC: hue angle of 321.82º 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 #E476BC is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 118 | 188 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.11 |
| HSL | 321.82º | 0.67% | 0.68% | - |
| HSV(B) | 321.82º | 0.48% | 0.89% | - |
| XYZ | 47.55 | 33.08 | 51.46 | - |
| YUV | 158.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 118 | 188 | 0 | 0.48 | 0.18 | 0.11 | 321.82 | 0.67 | 0.68 |
| Hex | E4 | 76 | BC | 0 | 30 | 12 | B | 142 | 43 | 44 |
| Octal | 344 | 166 | 274 | 0 | 60 | 22 | 13 | 502 | 103 | 104 |
| Binary | 11100100 | 1110110 | 10111100 | 0 | 110000 | 10010 | 1011 | 101000010 | 1000011 | 1000100 |
Color Harmonies of #E476BC
Complementary color
Monochromatic Colors of #E476BC
Black with #E476BC
Text Example
Text Example
White with #E476BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E476BC; }
p { color: rgb(228,118,188); }
H1.HeaderClassName
{
color: #E476BC;
}
.AnyTagClassName
{
color: #E476BC;
}
</style>
background-color css
<style>
a { background-color: #E476BC; }
a { background-color: rgb(228,118,188); }
div.DivClassName
{
background-color: #E476BC;
}
.BgClassName
{
background-color: #E476BC;
}
</style>
border-color css
<style>
span { border-color: #E476BC; }
span { border-color: rgb(228,118,188); }
td.TdClassName
{
border-color: #E476BC;
}
.TagClassName
{
border-color: #E476BC;
}
</style>