Shades of Persian Pink #E473BF
Tints of Persian Pink #E473BF
RGB
CMYK
RGB Variations
Color information
#E473BF (or 0xE473BF) is known color: Persian Pink. HEX triplet: E4, 73 and BF. RGB value is (228,115,191). Sum of RGB (Red+Green+Blue) = 228+115+191=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 228 - color contains mainly: red. Hex color #E473BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E473BF is #1B8C40. Grayscale: #9D9D9D. Windows color (decimal): -1805377 or 12547044. OLE color: 12547044.
HSL color Cylindrical-coordinate representation of color #E473BF: hue angle of 319.65º 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 #E473BF is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 115 | 191 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.11 |
| HSL | 319.65º | 0.68% | 0.67% | - |
| HSV(B) | 319.65º | 0.5% | 0.89% | - |
| XYZ | 47.53 | 32.52 | 53.06 | - |
| YUV | 157.45 | 146.94 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 115 | 191 | 0 | 0.50 | 0.16 | 0.11 | 319.65 | 0.68 | 0.67 |
| Hex | E4 | 73 | BF | 0 | 32 | 10 | B | 140 | 44 | 43 |
| Octal | 344 | 163 | 277 | 0 | 62 | 20 | 13 | 500 | 104 | 103 |
| Binary | 11100100 | 1110011 | 10111111 | 0 | 110010 | 10000 | 1011 | 101000000 | 1000100 | 1000011 |
Color Harmonies of #E473BF
Complementary color
Monochromatic Colors of #E473BF
Black with #E473BF
Text Example
Text Example
White with #E473BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E473BF; }
p { color: rgb(228,115,191); }
H1.HeaderClassName
{
color: #E473BF;
}
.AnyTagClassName
{
color: #E473BF;
}
</style>
background-color css
<style>
a { background-color: #E473BF; }
a { background-color: rgb(228,115,191); }
div.DivClassName
{
background-color: #E473BF;
}
.BgClassName
{
background-color: #E473BF;
}
</style>
border-color css
<style>
span { border-color: #E473BF; }
span { border-color: rgb(228,115,191); }
td.TdClassName
{
border-color: #E473BF;
}
.TagClassName
{
border-color: #E473BF;
}
</style>