Shades of Persian Pink #E47BBE
Tints of Persian Pink #E47BBE
RGB
CMYK
RGB Variations
Color information
#E47BBE (or 0xE47BBE) is known color: Persian Pink. HEX triplet: E4, 7B and BE. RGB value is (228,123,190). Sum of RGB (Red+Green+Blue) = 228+123+190=541 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.14% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 228 - color contains mainly: red. Hex color #E47BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47BBE is #1B8441. Grayscale: #A1A1A1. Windows color (decimal): -1803330 or 12483556. OLE color: 12483556.
HSL color Cylindrical-coordinate representation of color #E47BBE: hue angle of 321.71º 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 #E47BBE is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 123 | 190 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.11 |
| HSL | 321.71º | 0.66% | 0.69% | - |
| HSV(B) | 321.71º | 0.46% | 0.89% | - |
| XYZ | 48.37 | 34.38 | 52.8 | - |
| YUV | 162.03 | 143.79 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 123 | 190 | 0 | 0.46 | 0.17 | 0.11 | 321.71 | 0.66 | 0.69 |
| Hex | E4 | 7B | BE | 0 | 2E | 11 | B | 142 | 42 | 45 |
| Octal | 344 | 173 | 276 | 0 | 56 | 21 | 13 | 502 | 102 | 105 |
| Binary | 11100100 | 1111011 | 10111110 | 0 | 101110 | 10001 | 1011 | 101000010 | 1000010 | 1000101 |
Color Harmonies of #E47BBE
Complementary color
Monochromatic Colors of #E47BBE
Black with #E47BBE
Text Example
Text Example
White with #E47BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47BBE; }
p { color: rgb(228,123,190); }
H1.HeaderClassName
{
color: #E47BBE;
}
.AnyTagClassName
{
color: #E47BBE;
}
</style>
background-color css
<style>
a { background-color: #E47BBE; }
a { background-color: rgb(228,123,190); }
div.DivClassName
{
background-color: #E47BBE;
}
.BgClassName
{
background-color: #E47BBE;
}
</style>
border-color css
<style>
span { border-color: #E47BBE; }
span { border-color: rgb(228,123,190); }
td.TdClassName
{
border-color: #E47BBE;
}
.TagClassName
{
border-color: #E47BBE;
}
</style>