Shades of Hot Pink #E754B8
Tints of Hot Pink #E754B8
RGB
CMYK
RGB Variations
Color information
#E754B8 (or 0xE754B8) is known color: Hot Pink. HEX triplet: E7, 54 and B8. RGB value is (231,84,184). Sum of RGB (Red+Green+Blue) = 231+84+184=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 84 (33.20% from 255 or 16.83% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E754B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754B8 is #18AB47. Grayscale: #8B8B8B. Windows color (decimal): -1616712 or 12080359. OLE color: 12080359.
HSL color Cylindrical-coordinate representation of color #E754B8: hue angle of 319.18º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E754B8 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 184 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.09 |
| HSL | 319.18º | 0.75% | 0.62% | - |
| HSV(B) | 319.18º | 0.64% | 0.91% | - |
| XYZ | 44.78 | 26.79 | 48.16 | - |
| YUV | 139.35 | 153.2 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 184 | 0 | 0.64 | 0.20 | 0.09 | 319.18 | 0.75 | 0.62 |
| Hex | E7 | 54 | B8 | 0 | 40 | 14 | 9 | 13F | 4B | 3E |
| Octal | 347 | 124 | 270 | 0 | 100 | 24 | 11 | 477 | 113 | 76 |
| Binary | 11100111 | 1010100 | 10111000 | 0 | 1000000 | 10100 | 1001 | 100111111 | 1001011 | 111110 |
Color Harmonies of #E754B8
Complementary color
Monochromatic Colors of #E754B8
Black with #E754B8
Text Example
Text Example
White with #E754B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E754B8; }
p { color: rgb(231,84,184); }
H1.HeaderClassName
{
color: #E754B8;
}
.AnyTagClassName
{
color: #E754B8;
}
</style>
background-color css
<style>
a { background-color: #E754B8; }
a { background-color: rgb(231,84,184); }
div.DivClassName
{
background-color: #E754B8;
}
.BgClassName
{
background-color: #E754B8;
}
</style>
border-color css
<style>
span { border-color: #E754B8; }
span { border-color: rgb(231,84,184); }
td.TdClassName
{
border-color: #E754B8;
}
.TagClassName
{
border-color: #E754B8;
}
</style>