Shades of Persian Pink #E47CBF
Tints of Persian Pink #E47CBF
RGB
CMYK
RGB Variations
Color information
#E47CBF (or 0xE47CBF) is known color: Persian Pink. HEX triplet: E4, 7C and BF. RGB value is (228,124,191). Sum of RGB (Red+Green+Blue) = 228+124+191=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47CBF is #1B8340. Grayscale: #A2A2A2. Windows color (decimal): -1803073 or 12549348. OLE color: 12549348.
HSL color Cylindrical-coordinate representation of color #E47CBF: hue angle of 321.35º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E47CBF is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 124 | 191 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.11 |
| HSL | 321.35º | 0.66% | 0.69% | - |
| HSV(B) | 321.35º | 0.46% | 0.89% | - |
| XYZ | 48.61 | 34.67 | 53.42 | - |
| YUV | 162.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 124 | 191 | 0 | 0.46 | 0.16 | 0.11 | 321.35 | 0.66 | 0.69 |
| Hex | E4 | 7C | BF | 0 | 2E | 10 | B | 141 | 42 | 45 |
| Octal | 344 | 174 | 277 | 0 | 56 | 20 | 13 | 501 | 102 | 105 |
| Binary | 11100100 | 1111100 | 10111111 | 0 | 101110 | 10000 | 1011 | 101000001 | 1000010 | 1000101 |
Color Harmonies of #E47CBF
Complementary color
Monochromatic Colors of #E47CBF
Black with #E47CBF
Text Example
Text Example
White with #E47CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47CBF; }
p { color: rgb(228,124,191); }
H1.HeaderClassName
{
color: #E47CBF;
}
.AnyTagClassName
{
color: #E47CBF;
}
</style>
background-color css
<style>
a { background-color: #E47CBF; }
a { background-color: rgb(228,124,191); }
div.DivClassName
{
background-color: #E47CBF;
}
.BgClassName
{
background-color: #E47CBF;
}
</style>
border-color css
<style>
span { border-color: #E47CBF; }
span { border-color: rgb(228,124,191); }
td.TdClassName
{
border-color: #E47CBF;
}
.TagClassName
{
border-color: #E47CBF;
}
</style>