Shades of Hot Pink #E764B1
Tints of Hot Pink #E764B1
RGB
CMYK
RGB Variations
Color information
#E764B1 (or 0xE764B1) is known color: Hot Pink. HEX triplet: E7, 64 and B1. RGB value is (231,100,177). Sum of RGB (Red+Green+Blue) = 231+100+177=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E764B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E764B1 is #189B4E. Grayscale: #939393. Windows color (decimal): -1612623 or 11625703. OLE color: 11625703.
HSL color Cylindrical-coordinate representation of color #E764B1: hue angle of 324.73º 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 #E764B1 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 177 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.09 |
| HSL | 324.73º | 0.73% | 0.65% | - |
| HSV(B) | 324.73º | 0.57% | 0.91% | - |
| XYZ | 45.45 | 29.28 | 44.85 | - |
| YUV | 147.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 177 | 0 | 0.57 | 0.23 | 0.09 | 324.73 | 0.73 | 0.65 |
| Hex | E7 | 64 | B1 | 0 | 39 | 17 | 9 | 145 | 49 | 41 |
| Octal | 347 | 144 | 261 | 0 | 71 | 27 | 11 | 505 | 111 | 101 |
| Binary | 11100111 | 1100100 | 10110001 | 0 | 111001 | 10111 | 1001 | 101000101 | 1001001 | 1000001 |
Color Harmonies of #E764B1
Complementary color
Monochromatic Colors of #E764B1
Black with #E764B1
Text Example
Text Example
White with #E764B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764B1; }
p { color: rgb(231,100,177); }
H1.HeaderClassName
{
color: #E764B1;
}
.AnyTagClassName
{
color: #E764B1;
}
</style>
background-color css
<style>
a { background-color: #E764B1; }
a { background-color: rgb(231,100,177); }
div.DivClassName
{
background-color: #E764B1;
}
.BgClassName
{
background-color: #E764B1;
}
</style>
border-color css
<style>
span { border-color: #E764B1; }
span { border-color: rgb(231,100,177); }
td.TdClassName
{
border-color: #E764B1;
}
.TagClassName
{
border-color: #E764B1;
}
</style>