Shades of Hot Pink #E756BA
Tints of Hot Pink #E756BA
RGB
CMYK
RGB Variations
Color information
#E756BA (or 0xE756BA) is known color: Hot Pink. HEX triplet: E7, 56 and BA. RGB value is (231,86,186). Sum of RGB (Red+Green+Blue) = 231+86+186=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 86 (33.98% from 255 or 17.10% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E756BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E756BA is #18A945. Grayscale: #8C8C8C. Windows color (decimal): -1616198 or 12211943. OLE color: 12211943.
HSL color Cylindrical-coordinate representation of color #E756BA: hue angle of 318.62º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E756BA is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 186 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.09 |
| HSL | 318.62º | 0.75% | 0.62% | - |
| HSV(B) | 318.62º | 0.63% | 0.91% | - |
| XYZ | 45.15 | 27.19 | 49.32 | - |
| YUV | 140.76 | 153.54 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 186 | 0 | 0.63 | 0.19 | 0.09 | 318.62 | 0.75 | 0.62 |
| Hex | E7 | 56 | BA | 0 | 3F | 13 | 9 | 13F | 4B | 3E |
| Octal | 347 | 126 | 272 | 0 | 77 | 23 | 11 | 477 | 113 | 76 |
| Binary | 11100111 | 1010110 | 10111010 | 0 | 111111 | 10011 | 1001 | 100111111 | 1001011 | 111110 |
Color Harmonies of #E756BA
Complementary color
Monochromatic Colors of #E756BA
Black with #E756BA
Text Example
Text Example
White with #E756BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E756BA; }
p { color: rgb(231,86,186); }
H1.HeaderClassName
{
color: #E756BA;
}
.AnyTagClassName
{
color: #E756BA;
}
</style>
background-color css
<style>
a { background-color: #E756BA; }
a { background-color: rgb(231,86,186); }
div.DivClassName
{
background-color: #E756BA;
}
.BgClassName
{
background-color: #E756BA;
}
</style>
border-color css
<style>
span { border-color: #E756BA; }
span { border-color: rgb(231,86,186); }
td.TdClassName
{
border-color: #E756BA;
}
.TagClassName
{
border-color: #E756BA;
}
</style>