Shades of Hot Pink #E754BA
Tints of Hot Pink #E754BA
RGB
CMYK
RGB Variations
Color information
#E754BA (or 0xE754BA) is known color: Hot Pink. HEX triplet: E7, 54 and BA. RGB value is (231,84,186). Sum of RGB (Red+Green+Blue) = 231+84+186=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E754BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E754BA is #18AB45. Grayscale: #8B8B8B. Windows color (decimal): -1616710 or 12211431. OLE color: 12211431.
HSL color Cylindrical-coordinate representation of color #E754BA: hue angle of 318.37º 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 #E754BA is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 84 | 186 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.09 |
| HSL | 318.37º | 0.75% | 0.62% | - |
| HSV(B) | 318.37º | 0.64% | 0.91% | - |
| XYZ | 44.99 | 26.87 | 49.27 | - |
| YUV | 139.58 | 154.2 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 84 | 186 | 0 | 0.64 | 0.19 | 0.09 | 318.37 | 0.75 | 0.62 |
| Hex | E7 | 54 | BA | 0 | 40 | 13 | 9 | 13E | 4B | 3E |
| Octal | 347 | 124 | 272 | 0 | 100 | 23 | 11 | 476 | 113 | 76 |
| Binary | 11100111 | 1010100 | 10111010 | 0 | 1000000 | 10011 | 1001 | 100111110 | 1001011 | 111110 |
Color Harmonies of #E754BA
Complementary color
Monochromatic Colors of #E754BA
Black with #E754BA
Text Example
Text Example
White with #E754BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E754BA; }
p { color: rgb(231,84,186); }
H1.HeaderClassName
{
color: #E754BA;
}
.AnyTagClassName
{
color: #E754BA;
}
</style>
background-color css
<style>
a { background-color: #E754BA; }
a { background-color: rgb(231,84,186); }
div.DivClassName
{
background-color: #E754BA;
}
.BgClassName
{
background-color: #E754BA;
}
</style>
border-color css
<style>
span { border-color: #E754BA; }
span { border-color: rgb(231,84,186); }
td.TdClassName
{
border-color: #E754BA;
}
.TagClassName
{
border-color: #E754BA;
}
</style>