Shades of Hot Pink #E757B7
Tints of Hot Pink #E757B7
RGB
CMYK
RGB Variations
Color information
#E757B7 (or 0xE757B7) is known color: Hot Pink. HEX triplet: E7, 57 and B7. RGB value is (231,87,183). Sum of RGB (Red+Green+Blue) = 231+87+183=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E757B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E757B7 is #18A848. Grayscale: #8C8C8C. Windows color (decimal): -1615945 or 12015591. OLE color: 12015591.
HSL color Cylindrical-coordinate representation of color #E757B7: hue angle of 320º 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 #E757B7 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 87 | 183 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.09 |
| HSL | 320º | 0.75% | 0.62% | - |
| HSV(B) | 320º | 0.62% | 0.91% | - |
| XYZ | 44.91 | 27.22 | 47.69 | - |
| YUV | 141 | 151.71 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 87 | 183 | 0 | 0.62 | 0.21 | 0.09 | 320 | 0.75 | 0.62 |
| Hex | E7 | 57 | B7 | 0 | 3E | 15 | 9 | 140 | 4B | 3E |
| Octal | 347 | 127 | 267 | 0 | 76 | 25 | 11 | 500 | 113 | 76 |
| Binary | 11100111 | 1010111 | 10110111 | 0 | 111110 | 10101 | 1001 | 101000000 | 1001011 | 111110 |
Color Harmonies of #E757B7
Complementary color
Monochromatic Colors of #E757B7
Black with #E757B7
Text Example
Text Example
White with #E757B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E757B7; }
p { color: rgb(231,87,183); }
H1.HeaderClassName
{
color: #E757B7;
}
.AnyTagClassName
{
color: #E757B7;
}
</style>
background-color css
<style>
a { background-color: #E757B7; }
a { background-color: rgb(231,87,183); }
div.DivClassName
{
background-color: #E757B7;
}
.BgClassName
{
background-color: #E757B7;
}
</style>
border-color css
<style>
span { border-color: #E757B7; }
span { border-color: rgb(231,87,183); }
td.TdClassName
{
border-color: #E757B7;
}
.TagClassName
{
border-color: #E757B7;
}
</style>