Shades of Hot Pink #E764BA
Tints of Hot Pink #E764BA
RGB
CMYK
RGB Variations
Color information
#E764BA (or 0xE764BA) is known color: Hot Pink. HEX triplet: E7, 64 and BA. RGB value is (231,100,186). Sum of RGB (Red+Green+Blue) = 231+100+186=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E764BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764BA is #189B45. Grayscale: #949494. Windows color (decimal): -1612614 or 12215527. OLE color: 12215527.
HSL color Cylindrical-coordinate representation of color #E764BA: hue angle of 320.61º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E764BA is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 186 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.09 |
| HSL | 320.61º | 0.73% | 0.65% | - |
| HSV(B) | 320.61º | 0.57% | 0.91% | - |
| XYZ | 46.38 | 29.65 | 49.73 | - |
| YUV | 148.97 | 148.9 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 186 | 0 | 0.57 | 0.19 | 0.09 | 320.61 | 0.73 | 0.65 |
| Hex | E7 | 64 | BA | 0 | 39 | 13 | 9 | 141 | 49 | 41 |
| Octal | 347 | 144 | 272 | 0 | 71 | 23 | 11 | 501 | 111 | 101 |
| Binary | 11100111 | 1100100 | 10111010 | 0 | 111001 | 10011 | 1001 | 101000001 | 1001001 | 1000001 |
Color Harmonies of #E764BA
Complementary color
Monochromatic Colors of #E764BA
Black with #E764BA
Text Example
Text Example
White with #E764BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764BA; }
p { color: rgb(231,100,186); }
H1.HeaderClassName
{
color: #E764BA;
}
.AnyTagClassName
{
color: #E764BA;
}
</style>
background-color css
<style>
a { background-color: #E764BA; }
a { background-color: rgb(231,100,186); }
div.DivClassName
{
background-color: #E764BA;
}
.BgClassName
{
background-color: #E764BA;
}
</style>
border-color css
<style>
span { border-color: #E764BA; }
span { border-color: rgb(231,100,186); }
td.TdClassName
{
border-color: #E764BA;
}
.TagClassName
{
border-color: #E764BA;
}
</style>