Shades of Persian Pink #E47BC6
Tints of Persian Pink #E47BC6
RGB
CMYK
RGB Variations
Color information
#E47BC6 (or 0xE47BC6) is known color: Persian Pink. HEX triplet: E4, 7B and C6. RGB value is (228,123,198). Sum of RGB (Red+Green+Blue) = 228+123+198=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E47BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47BC6 is #1B8439. Grayscale: #A2A2A2. Windows color (decimal): -1803322 or 13007844. OLE color: 13007844.
HSL color Cylindrical-coordinate representation of color #E47BC6: hue angle of 317.14º 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 #E47BC6 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 123 | 198 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.11 |
| HSL | 317.14º | 0.66% | 0.69% | - |
| HSV(B) | 317.14º | 0.46% | 0.89% | - |
| XYZ | 49.27 | 34.74 | 57.53 | - |
| YUV | 162.95 | 147.79 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 123 | 198 | 0 | 0.46 | 0.13 | 0.11 | 317.14 | 0.66 | 0.69 |
| Hex | E4 | 7B | C6 | 0 | 2E | D | B | 13D | 42 | 45 |
| Octal | 344 | 173 | 306 | 0 | 56 | 15 | 13 | 475 | 102 | 105 |
| Binary | 11100100 | 1111011 | 11000110 | 0 | 101110 | 1101 | 1011 | 100111101 | 1000010 | 1000101 |
Color Harmonies of #E47BC6
Complementary color
Monochromatic Colors of #E47BC6
Black with #E47BC6
Text Example
Text Example
White with #E47BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47BC6; }
p { color: rgb(228,123,198); }
H1.HeaderClassName
{
color: #E47BC6;
}
.AnyTagClassName
{
color: #E47BC6;
}
</style>
background-color css
<style>
a { background-color: #E47BC6; }
a { background-color: rgb(228,123,198); }
div.DivClassName
{
background-color: #E47BC6;
}
.BgClassName
{
background-color: #E47BC6;
}
</style>
border-color css
<style>
span { border-color: #E47BC6; }
span { border-color: rgb(228,123,198); }
td.TdClassName
{
border-color: #E47BC6;
}
.TagClassName
{
border-color: #E47BC6;
}
</style>