Shades of Persian Pink #E484BF
Tints of Persian Pink #E484BF
RGB
CMYK
RGB Variations
Color information
#E484BF (or 0xE484BF) is known color: Persian Pink. HEX triplet: E4, 84 and BF. RGB value is (228,132,191). Sum of RGB (Red+Green+Blue) = 228+132+191=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 228 - color contains mainly: red. Hex color #E484BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484BF is #1B7B40. Grayscale: #A7A7A7. Windows color (decimal): -1801025 or 12551396. OLE color: 12551396.
HSL color Cylindrical-coordinate representation of color #E484BF: hue angle of 323.12º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E484BF is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 191 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.11 |
| HSL | 323.13º | 0.64% | 0.71% | - |
| HSV(B) | 323.13º | 0.42% | 0.89% | - |
| XYZ | 49.65 | 36.76 | 53.77 | - |
| YUV | 167.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 191 | 0 | 0.42 | 0.16 | 0.11 | 323.13 | 0.64 | 0.71 |
| Hex | E4 | 84 | BF | 0 | 2A | 10 | B | 143 | 40 | 47 |
| Octal | 344 | 204 | 277 | 0 | 52 | 20 | 13 | 503 | 100 | 107 |
| Binary | 11100100 | 10000100 | 10111111 | 0 | 101010 | 10000 | 1011 | 101000011 | 1000000 | 1000111 |
Color Harmonies of #E484BF
Complementary color
Monochromatic Colors of #E484BF
Black with #E484BF
Text Example
Text Example
White with #E484BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484BF; }
p { color: rgb(228,132,191); }
H1.HeaderClassName
{
color: #E484BF;
}
.AnyTagClassName
{
color: #E484BF;
}
</style>
background-color css
<style>
a { background-color: #E484BF; }
a { background-color: rgb(228,132,191); }
div.DivClassName
{
background-color: #E484BF;
}
.BgClassName
{
background-color: #E484BF;
}
</style>
border-color css
<style>
span { border-color: #E484BF; }
span { border-color: rgb(228,132,191); }
td.TdClassName
{
border-color: #E484BF;
}
.TagClassName
{
border-color: #E484BF;
}
</style>