Shades of Persian Pink #E484BC
Tints of Persian Pink #E484BC
RGB
CMYK
RGB Variations
Color information
#E484BC (or 0xE484BC) is known color: Persian Pink. HEX triplet: E4, 84 and BC. RGB value is (228,132,188). Sum of RGB (Red+Green+Blue) = 228+132+188=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E484BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E484BC is #1B7B43. Grayscale: #A6A6A6. Windows color (decimal): -1801028 or 12354788. OLE color: 12354788.
HSL color Cylindrical-coordinate representation of color #E484BC: hue angle of 325º 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 #E484BC is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 188 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.11 |
| HSL | 325º | 0.64% | 0.71% | - |
| HSV(B) | 325º | 0.42% | 0.89% | - |
| XYZ | 49.32 | 36.63 | 52.05 | - |
| YUV | 167.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 188 | 0 | 0.42 | 0.18 | 0.11 | 325 | 0.64 | 0.71 |
| Hex | E4 | 84 | BC | 0 | 2A | 12 | B | 145 | 40 | 47 |
| Octal | 344 | 204 | 274 | 0 | 52 | 22 | 13 | 505 | 100 | 107 |
| Binary | 11100100 | 10000100 | 10111100 | 0 | 101010 | 10010 | 1011 | 101000101 | 1000000 | 1000111 |
Color Harmonies of #E484BC
Complementary color
Monochromatic Colors of #E484BC
Black with #E484BC
Text Example
Text Example
White with #E484BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E484BC; }
p { color: rgb(228,132,188); }
H1.HeaderClassName
{
color: #E484BC;
}
.AnyTagClassName
{
color: #E484BC;
}
</style>
background-color css
<style>
a { background-color: #E484BC; }
a { background-color: rgb(228,132,188); }
div.DivClassName
{
background-color: #E484BC;
}
.BgClassName
{
background-color: #E484BC;
}
</style>
border-color css
<style>
span { border-color: #E484BC; }
span { border-color: rgb(228,132,188); }
td.TdClassName
{
border-color: #E484BC;
}
.TagClassName
{
border-color: #E484BC;
}
</style>