Shades of Hot Pink #E461BA
Tints of Hot Pink #E461BA
RGB
CMYK
RGB Variations
Color information
#E461BA (or 0xE461BA) is known color: Hot Pink. HEX triplet: E4, 61 and BA. RGB value is (228,97,186). Sum of RGB (Red+Green+Blue) = 228+97+186=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 228 - color contains mainly: red. Hex color #E461BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E461BA is #1B9E45. Grayscale: #929292. Windows color (decimal): -1809990 or 12214756. OLE color: 12214756.
HSL color Cylindrical-coordinate representation of color #E461BA: hue angle of 319.24º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E461BA is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 97 | 186 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.11 |
| HSL | 319.24º | 0.71% | 0.64% | - |
| HSV(B) | 319.24º | 0.57% | 0.89% | - |
| XYZ | 45.13 | 28.59 | 49.59 | - |
| YUV | 146.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 97 | 186 | 0 | 0.57 | 0.18 | 0.11 | 319.24 | 0.71 | 0.64 |
| Hex | E4 | 61 | BA | 0 | 39 | 12 | B | 13F | 47 | 40 |
| Octal | 344 | 141 | 272 | 0 | 71 | 22 | 13 | 477 | 107 | 100 |
| Binary | 11100100 | 1100001 | 10111010 | 0 | 111001 | 10010 | 1011 | 100111111 | 1000111 | 1000000 |
Color Harmonies of #E461BA
Complementary color
Monochromatic Colors of #E461BA
Black with #E461BA
Text Example
Text Example
White with #E461BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E461BA; }
p { color: rgb(228,97,186); }
H1.HeaderClassName
{
color: #E461BA;
}
.AnyTagClassName
{
color: #E461BA;
}
</style>
background-color css
<style>
a { background-color: #E461BA; }
a { background-color: rgb(228,97,186); }
div.DivClassName
{
background-color: #E461BA;
}
.BgClassName
{
background-color: #E461BA;
}
</style>
border-color css
<style>
span { border-color: #E461BA; }
span { border-color: rgb(228,97,186); }
td.TdClassName
{
border-color: #E461BA;
}
.TagClassName
{
border-color: #E461BA;
}
</style>