Shades of Persian Pink #E47CB8
Tints of Persian Pink #E47CB8
RGB
CMYK
RGB Variations
Color information
#E47CB8 (or 0xE47CB8) is known color: Persian Pink. HEX triplet: E4, 7C and B8. RGB value is (228,124,184). Sum of RGB (Red+Green+Blue) = 228+124+184=536 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.54% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 228 - color contains mainly: red. Hex color #E47CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47CB8 is #1B8347. Grayscale: #A1A1A1. Windows color (decimal): -1803080 or 12090596. OLE color: 12090596.
HSL color Cylindrical-coordinate representation of color #E47CB8: hue angle of 325.38º 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 #E47CB8 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 124 | 184 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.11 |
| HSL | 325.38º | 0.66% | 0.69% | - |
| HSV(B) | 325.38º | 0.46% | 0.89% | - |
| XYZ | 47.85 | 34.37 | 49.46 | - |
| YUV | 161.94 | 140.46 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 124 | 184 | 0 | 0.46 | 0.19 | 0.11 | 325.38 | 0.66 | 0.69 |
| Hex | E4 | 7C | B8 | 0 | 2E | 13 | B | 145 | 42 | 45 |
| Octal | 344 | 174 | 270 | 0 | 56 | 23 | 13 | 505 | 102 | 105 |
| Binary | 11100100 | 1111100 | 10111000 | 0 | 101110 | 10011 | 1011 | 101000101 | 1000010 | 1000101 |
Color Harmonies of #E47CB8
Complementary color
Monochromatic Colors of #E47CB8
Black with #E47CB8
Text Example
Text Example
White with #E47CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47CB8; }
p { color: rgb(228,124,184); }
H1.HeaderClassName
{
color: #E47CB8;
}
.AnyTagClassName
{
color: #E47CB8;
}
</style>
background-color css
<style>
a { background-color: #E47CB8; }
a { background-color: rgb(228,124,184); }
div.DivClassName
{
background-color: #E47CB8;
}
.BgClassName
{
background-color: #E47CB8;
}
</style>
border-color css
<style>
span { border-color: #E47CB8; }
span { border-color: rgb(228,124,184); }
td.TdClassName
{
border-color: #E47CB8;
}
.TagClassName
{
border-color: #E47CB8;
}
</style>