Shades of Persian Pink #E47BB4
Tints of Persian Pink #E47BB4
RGB
CMYK
RGB Variations
Color information
#E47BB4 (or 0xE47BB4) is known color: Persian Pink. HEX triplet: E4, 7B and B4. RGB value is (228,123,180). Sum of RGB (Red+Green+Blue) = 228+123+180=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 123 (48.44% from 255 or 23.16% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E47BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47BB4 is #1B844B. Grayscale: #A0A0A0. Windows color (decimal): -1803340 or 11828196. OLE color: 11828196.
HSL color Cylindrical-coordinate representation of color #E47BB4: hue angle of 327.43º 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 #E47BB4 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 123 | 180 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.11 |
| HSL | 327.43º | 0.66% | 0.69% | - |
| HSV(B) | 327.43º | 0.46% | 0.89% | - |
| XYZ | 47.32 | 33.96 | 47.24 | - |
| YUV | 160.89 | 138.79 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 123 | 180 | 0 | 0.46 | 0.21 | 0.11 | 327.43 | 0.66 | 0.69 |
| Hex | E4 | 7B | B4 | 0 | 2E | 15 | B | 147 | 42 | 45 |
| Octal | 344 | 173 | 264 | 0 | 56 | 25 | 13 | 507 | 102 | 105 |
| Binary | 11100100 | 1111011 | 10110100 | 0 | 101110 | 10101 | 1011 | 101000111 | 1000010 | 1000101 |
Color Harmonies of #E47BB4
Complementary color
Monochromatic Colors of #E47BB4
Black with #E47BB4
Text Example
Text Example
White with #E47BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47BB4; }
p { color: rgb(228,123,180); }
H1.HeaderClassName
{
color: #E47BB4;
}
.AnyTagClassName
{
color: #E47BB4;
}
</style>
background-color css
<style>
a { background-color: #E47BB4; }
a { background-color: rgb(228,123,180); }
div.DivClassName
{
background-color: #E47BB4;
}
.BgClassName
{
background-color: #E47BB4;
}
</style>
border-color css
<style>
span { border-color: #E47BB4; }
span { border-color: rgb(228,123,180); }
td.TdClassName
{
border-color: #E47BB4;
}
.TagClassName
{
border-color: #E47BB4;
}
</style>