Shades of Persian Pink #E484B9
Tints of Persian Pink #E484B9
RGB
CMYK
RGB Variations
Color information
#E484B9 (or 0xE484B9) is known color: Persian Pink. HEX triplet: E4, 84 and B9. RGB value is (228,132,185). Sum of RGB (Red+Green+Blue) = 228+132+185=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E484B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484B9 is #1B7B46. Grayscale: #A6A6A6. Windows color (decimal): -1801031 or 12158180. OLE color: 12158180.
HSL color Cylindrical-coordinate representation of color #E484B9: hue angle of 326.88º 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 #E484B9 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 185 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.11 |
| HSL | 326.88º | 0.64% | 0.71% | - |
| HSV(B) | 326.88º | 0.42% | 0.89% | - |
| XYZ | 49 | 36.5 | 50.36 | - |
| YUV | 166.75 | 138.3 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 185 | 0 | 0.42 | 0.19 | 0.11 | 326.88 | 0.64 | 0.71 |
| Hex | E4 | 84 | B9 | 0 | 2A | 13 | B | 147 | 40 | 47 |
| Octal | 344 | 204 | 271 | 0 | 52 | 23 | 13 | 507 | 100 | 107 |
| Binary | 11100100 | 10000100 | 10111001 | 0 | 101010 | 10011 | 1011 | 101000111 | 1000000 | 1000111 |
Color Harmonies of #E484B9
Complementary color
Monochromatic Colors of #E484B9
Black with #E484B9
Text Example
Text Example
White with #E484B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484B9; }
p { color: rgb(228,132,185); }
H1.HeaderClassName
{
color: #E484B9;
}
.AnyTagClassName
{
color: #E484B9;
}
</style>
background-color css
<style>
a { background-color: #E484B9; }
a { background-color: rgb(228,132,185); }
div.DivClassName
{
background-color: #E484B9;
}
.BgClassName
{
background-color: #E484B9;
}
</style>
border-color css
<style>
span { border-color: #E484B9; }
span { border-color: rgb(228,132,185); }
td.TdClassName
{
border-color: #E484B9;
}
.TagClassName
{
border-color: #E484B9;
}
</style>