Shades of Hot Pink #E754B7
Tints of Hot Pink #E754B7
RGB
CMYK
RGB Variations
Color information
#E754B7 (or 0xE754B7) is known color: Hot Pink. HEX triplet: E7, 54 and B7. RGB value is (231,84,183). Sum of RGB (Red+Green+Blue) = 231+84+183=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 84 (33.20% from 255 or 16.87% from 498); Blue value is 183 (71.88% from 255 or 36.75% from 498); Max value from RGB is 231 - color contains mainly: red. Hex color #E754B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754B7 is #18AB48. Grayscale: #8A8A8A. Windows color (decimal): -1616713 or 12014823. OLE color: 12014823.
HSL color Cylindrical-coordinate representation of color #E754B7: hue angle of 319.59º 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 #E754B7 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 183 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.09 |
| HSL | 319.59º | 0.75% | 0.62% | - |
| HSV(B) | 319.59º | 0.64% | 0.91% | - |
| XYZ | 44.67 | 26.75 | 47.61 | - |
| YUV | 139.24 | 152.7 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 183 | 0 | 0.64 | 0.21 | 0.09 | 319.59 | 0.75 | 0.62 |
| Hex | E7 | 54 | B7 | 0 | 40 | 15 | 9 | 140 | 4B | 3E |
| Octal | 347 | 124 | 267 | 0 | 100 | 25 | 11 | 500 | 113 | 76 |
| Binary | 11100111 | 1010100 | 10110111 | 0 | 1000000 | 10101 | 1001 | 101000000 | 1001011 | 111110 |
Color Harmonies of #E754B7
Complementary color
Monochromatic Colors of #E754B7
Black with #E754B7
Text Example
Text Example
White with #E754B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E754B7; }
p { color: rgb(231,84,183); }
H1.HeaderClassName
{
color: #E754B7;
}
.AnyTagClassName
{
color: #E754B7;
}
</style>
background-color css
<style>
a { background-color: #E754B7; }
a { background-color: rgb(231,84,183); }
div.DivClassName
{
background-color: #E754B7;
}
.BgClassName
{
background-color: #E754B7;
}
</style>
border-color css
<style>
span { border-color: #E754B7; }
span { border-color: rgb(231,84,183); }
td.TdClassName
{
border-color: #E754B7;
}
.TagClassName
{
border-color: #E754B7;
}
</style>