Shades of Hot Pink #E762B7
Tints of Hot Pink #E762B7
RGB
CMYK
RGB Variations
Color information
#E762B7 (or 0xE762B7) is known color: Hot Pink. HEX triplet: E7, 62 and B7. RGB value is (231,98,183). Sum of RGB (Red+Green+Blue) = 231+98+183=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E762B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E762B7 is #189D48. Grayscale: #939393. Windows color (decimal): -1613129 or 12018407. OLE color: 12018407.
HSL color Cylindrical-coordinate representation of color #E762B7: hue angle of 321.65º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E762B7 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 98 | 183 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.09 |
| HSL | 321.65º | 0.73% | 0.65% | - |
| HSV(B) | 321.65º | 0.58% | 0.91% | - |
| XYZ | 45.87 | 29.14 | 48.01 | - |
| YUV | 147.46 | 148.06 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 98 | 183 | 0 | 0.58 | 0.21 | 0.09 | 321.65 | 0.73 | 0.65 |
| Hex | E7 | 62 | B7 | 0 | 3A | 15 | 9 | 142 | 49 | 41 |
| Octal | 347 | 142 | 267 | 0 | 72 | 25 | 11 | 502 | 111 | 101 |
| Binary | 11100111 | 1100010 | 10110111 | 0 | 111010 | 10101 | 1001 | 101000010 | 1001001 | 1000001 |
Color Harmonies of #E762B7
Complementary color
Monochromatic Colors of #E762B7
Black with #E762B7
Text Example
Text Example
White with #E762B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E762B7; }
p { color: rgb(231,98,183); }
H1.HeaderClassName
{
color: #E762B7;
}
.AnyTagClassName
{
color: #E762B7;
}
</style>
background-color css
<style>
a { background-color: #E762B7; }
a { background-color: rgb(231,98,183); }
div.DivClassName
{
background-color: #E762B7;
}
.BgClassName
{
background-color: #E762B7;
}
</style>
border-color css
<style>
span { border-color: #E762B7; }
span { border-color: rgb(231,98,183); }
td.TdClassName
{
border-color: #E762B7;
}
.TagClassName
{
border-color: #E762B7;
}
</style>