Shades of Hot Pink #E460B8
Tints of Hot Pink #E460B8
RGB
CMYK
RGB Variations
Color information
#E460B8 (or 0xE460B8) is known color: Hot Pink. HEX triplet: E4, 60 and B8. RGB value is (228,96,184). Sum of RGB (Red+Green+Blue) = 228+96+184=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E460B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E460B8 is #1B9F47. Grayscale: #919191. Windows color (decimal): -1810248 or 12083428. OLE color: 12083428.
HSL color Cylindrical-coordinate representation of color #E460B8: hue angle of 320º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E460B8 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 96 | 184 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.11 |
| HSL | 320º | 0.71% | 0.64% | - |
| HSV(B) | 320º | 0.58% | 0.89% | - |
| XYZ | 44.83 | 28.32 | 48.45 | - |
| YUV | 145.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 96 | 184 | 0 | 0.58 | 0.19 | 0.11 | 320 | 0.71 | 0.64 |
| Hex | E4 | 60 | B8 | 0 | 3A | 13 | B | 140 | 47 | 40 |
| Octal | 344 | 140 | 270 | 0 | 72 | 23 | 13 | 500 | 107 | 100 |
| Binary | 11100100 | 1100000 | 10111000 | 0 | 111010 | 10011 | 1011 | 101000000 | 1000111 | 1000000 |
Color Harmonies of #E460B8
Complementary color
Monochromatic Colors of #E460B8
Black with #E460B8
Text Example
Text Example
White with #E460B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E460B8; }
p { color: rgb(228,96,184); }
H1.HeaderClassName
{
color: #E460B8;
}
.AnyTagClassName
{
color: #E460B8;
}
</style>
background-color css
<style>
a { background-color: #E460B8; }
a { background-color: rgb(228,96,184); }
div.DivClassName
{
background-color: #E460B8;
}
.BgClassName
{
background-color: #E460B8;
}
</style>
border-color css
<style>
span { border-color: #E460B8; }
span { border-color: rgb(228,96,184); }
td.TdClassName
{
border-color: #E460B8;
}
.TagClassName
{
border-color: #E460B8;
}
</style>