Shades of Persian Pink #E473BC
Tints of Persian Pink #E473BC
RGB
CMYK
RGB Variations
Color information
#E473BC (or 0xE473BC) is known color: Persian Pink. HEX triplet: E4, 73 and BC. RGB value is (228,115,188). Sum of RGB (Red+Green+Blue) = 228+115+188=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E473BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E473BC is #1B8C43. Grayscale: #9C9C9C. Windows color (decimal): -1805380 or 12350436. OLE color: 12350436.
HSL color Cylindrical-coordinate representation of color #E473BC: hue angle of 321.24º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E473BC is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 115 | 188 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.11 |
| HSL | 321.24º | 0.68% | 0.67% | - |
| HSV(B) | 321.24º | 0.5% | 0.89% | - |
| XYZ | 47.2 | 32.39 | 51.34 | - |
| YUV | 157.11 | 145.44 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 115 | 188 | 0 | 0.50 | 0.18 | 0.11 | 321.24 | 0.68 | 0.67 |
| Hex | E4 | 73 | BC | 0 | 32 | 12 | B | 141 | 44 | 43 |
| Octal | 344 | 163 | 274 | 0 | 62 | 22 | 13 | 501 | 104 | 103 |
| Binary | 11100100 | 1110011 | 10111100 | 0 | 110010 | 10010 | 1011 | 101000001 | 1000100 | 1000011 |
Color Harmonies of #E473BC
Complementary color
Monochromatic Colors of #E473BC
Black with #E473BC
Text Example
Text Example
White with #E473BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E473BC; }
p { color: rgb(228,115,188); }
H1.HeaderClassName
{
color: #E473BC;
}
.AnyTagClassName
{
color: #E473BC;
}
</style>
background-color css
<style>
a { background-color: #E473BC; }
a { background-color: rgb(228,115,188); }
div.DivClassName
{
background-color: #E473BC;
}
.BgClassName
{
background-color: #E473BC;
}
</style>
border-color css
<style>
span { border-color: #E473BC; }
span { border-color: rgb(228,115,188); }
td.TdClassName
{
border-color: #E473BC;
}
.TagClassName
{
border-color: #E473BC;
}
</style>