Shades of Hot Pink #E764B0
Tints of Hot Pink #E764B0
RGB
CMYK
RGB Variations
Color information
#E764B0 (or 0xE764B0) is known color: Hot Pink. HEX triplet: E7, 64 and B0. RGB value is (231,100,176). Sum of RGB (Red+Green+Blue) = 231+100+176=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 176 (69.14% from 255 or 34.71% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E764B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E764B0 is #189B4F. Grayscale: #939393. Windows color (decimal): -1612624 or 11560167. OLE color: 11560167.
HSL color Cylindrical-coordinate representation of color #E764B0: hue angle of 325.19º 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 #E764B0 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 176 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.09 |
| HSL | 325.19º | 0.73% | 0.65% | - |
| HSV(B) | 325.19º | 0.57% | 0.91% | - |
| XYZ | 45.35 | 29.24 | 44.33 | - |
| YUV | 147.83 | 143.9 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 176 | 0 | 0.57 | 0.24 | 0.09 | 325.19 | 0.73 | 0.65 |
| Hex | E7 | 64 | B0 | 0 | 39 | 18 | 9 | 145 | 49 | 41 |
| Octal | 347 | 144 | 260 | 0 | 71 | 30 | 11 | 505 | 111 | 101 |
| Binary | 11100111 | 1100100 | 10110000 | 0 | 111001 | 11000 | 1001 | 101000101 | 1001001 | 1000001 |
Color Harmonies of #E764B0
Complementary color
Monochromatic Colors of #E764B0
Black with #E764B0
Text Example
Text Example
White with #E764B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764B0; }
p { color: rgb(231,100,176); }
H1.HeaderClassName
{
color: #E764B0;
}
.AnyTagClassName
{
color: #E764B0;
}
</style>
background-color css
<style>
a { background-color: #E764B0; }
a { background-color: rgb(231,100,176); }
div.DivClassName
{
background-color: #E764B0;
}
.BgClassName
{
background-color: #E764B0;
}
</style>
border-color css
<style>
span { border-color: #E764B0; }
span { border-color: rgb(231,100,176); }
td.TdClassName
{
border-color: #E764B0;
}
.TagClassName
{
border-color: #E764B0;
}
</style>