Shades of Persian Pink #E484B8
Tints of Persian Pink #E484B8
RGB
CMYK
RGB Variations
Color information
#E484B8 (or 0xE484B8) is known color: Persian Pink. HEX triplet: E4, 84 and B8. RGB value is (228,132,184). Sum of RGB (Red+Green+Blue) = 228+132+184=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E484B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484B8 is #1B7B47. Grayscale: #A6A6A6. Windows color (decimal): -1801032 or 12092644. OLE color: 12092644.
HSL color Cylindrical-coordinate representation of color #E484B8: hue angle of 327.5º 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 #E484B8 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 184 | - |
| CMYK | 0 | 0.42 | 0.19 | 0.11 |
| HSL | 327.5º | 0.64% | 0.71% | - |
| HSV(B) | 327.5º | 0.42% | 0.89% | - |
| XYZ | 48.9 | 36.46 | 49.81 | - |
| YUV | 166.63 | 137.8 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 184 | 0 | 0.42 | 0.19 | 0.11 | 327.5 | 0.64 | 0.71 |
| Hex | E4 | 84 | B8 | 0 | 2A | 13 | B | 148 | 40 | 47 |
| Octal | 344 | 204 | 270 | 0 | 52 | 23 | 13 | 510 | 100 | 107 |
| Binary | 11100100 | 10000100 | 10111000 | 0 | 101010 | 10011 | 1011 | 101001000 | 1000000 | 1000111 |
Color Harmonies of #E484B8
Complementary color
Monochromatic Colors of #E484B8
Black with #E484B8
Text Example
Text Example
White with #E484B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484B8; }
p { color: rgb(228,132,184); }
H1.HeaderClassName
{
color: #E484B8;
}
.AnyTagClassName
{
color: #E484B8;
}
</style>
background-color css
<style>
a { background-color: #E484B8; }
a { background-color: rgb(228,132,184); }
div.DivClassName
{
background-color: #E484B8;
}
.BgClassName
{
background-color: #E484B8;
}
</style>
border-color css
<style>
span { border-color: #E484B8; }
span { border-color: rgb(228,132,184); }
td.TdClassName
{
border-color: #E484B8;
}
.TagClassName
{
border-color: #E484B8;
}
</style>