Shades of Hot Pink #E757BA
Tints of Hot Pink #E757BA
RGB
CMYK
RGB Variations
Color information
#E757BA (or 0xE757BA) is known color: Hot Pink. HEX triplet: E7, 57 and BA. RGB value is (231,87,186). Sum of RGB (Red+Green+Blue) = 231+87+186=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E757BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E757BA is #18A845. Grayscale: #8D8D8D. Windows color (decimal): -1615942 or 12212199. OLE color: 12212199.
HSL color Cylindrical-coordinate representation of color #E757BA: hue angle of 318.75º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E757BA is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 186 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.09 |
| HSL | 318.75º | 0.75% | 0.62% | - |
| HSV(B) | 318.75º | 0.62% | 0.91% | - |
| XYZ | 45.23 | 27.35 | 49.35 | - |
| YUV | 141.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 186 | 0 | 0.62 | 0.19 | 0.09 | 318.75 | 0.75 | 0.62 |
| Hex | E7 | 57 | BA | 0 | 3E | 13 | 9 | 13F | 4B | 3E |
| Octal | 347 | 127 | 272 | 0 | 76 | 23 | 11 | 477 | 113 | 76 |
| Binary | 11100111 | 1010111 | 10111010 | 0 | 111110 | 10011 | 1001 | 100111111 | 1001011 | 111110 |
Color Harmonies of #E757BA
Complementary color
Monochromatic Colors of #E757BA
Black with #E757BA
Text Example
Text Example
White with #E757BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E757BA; }
p { color: rgb(231,87,186); }
H1.HeaderClassName
{
color: #E757BA;
}
.AnyTagClassName
{
color: #E757BA;
}
</style>
background-color css
<style>
a { background-color: #E757BA; }
a { background-color: rgb(231,87,186); }
div.DivClassName
{
background-color: #E757BA;
}
.BgClassName
{
background-color: #E757BA;
}
</style>
border-color css
<style>
span { border-color: #E757BA; }
span { border-color: rgb(231,87,186); }
td.TdClassName
{
border-color: #E757BA;
}
.TagClassName
{
border-color: #E757BA;
}
</style>