Shades of Persian Pink #E474BB
Tints of Persian Pink #E474BB
RGB
CMYK
RGB Variations
Color information
#E474BB (or 0xE474BB) is known color: Persian Pink. HEX triplet: E4, 74 and BB. RGB value is (228,116,187). Sum of RGB (Red+Green+Blue) = 228+116+187=531 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.94% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 228 - color contains mainly: red. Hex color #E474BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E474BB is #1B8B44. Grayscale: #9D9D9D. Windows color (decimal): -1805125 or 12285156. OLE color: 12285156.
HSL color Cylindrical-coordinate representation of color #E474BB: hue angle of 321.96º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E474BB is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 116 | 187 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.11 |
| HSL | 321.96º | 0.67% | 0.67% | - |
| HSV(B) | 321.96º | 0.49% | 0.89% | - |
| XYZ | 47.21 | 32.57 | 50.81 | - |
| YUV | 157.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 116 | 187 | 0 | 0.49 | 0.18 | 0.11 | 321.96 | 0.67 | 0.67 |
| Hex | E4 | 74 | BB | 0 | 31 | 12 | B | 142 | 43 | 43 |
| Octal | 344 | 164 | 273 | 0 | 61 | 22 | 13 | 502 | 103 | 103 |
| Binary | 11100100 | 1110100 | 10111011 | 0 | 110001 | 10010 | 1011 | 101000010 | 1000011 | 1000011 |
Color Harmonies of #E474BB
Complementary color
Monochromatic Colors of #E474BB
Black with #E474BB
Text Example
Text Example
White with #E474BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E474BB; }
p { color: rgb(228,116,187); }
H1.HeaderClassName
{
color: #E474BB;
}
.AnyTagClassName
{
color: #E474BB;
}
</style>
background-color css
<style>
a { background-color: #E474BB; }
a { background-color: rgb(228,116,187); }
div.DivClassName
{
background-color: #E474BB;
}
.BgClassName
{
background-color: #E474BB;
}
</style>
border-color css
<style>
span { border-color: #E474BB; }
span { border-color: rgb(228,116,187); }
td.TdClassName
{
border-color: #E474BB;
}
.TagClassName
{
border-color: #E474BB;
}
</style>