Shades of Hot Pink #E764B3
Tints of Hot Pink #E764B3
RGB
CMYK
RGB Variations
Color information
#E764B3 (or 0xE764B3) is known color: Hot Pink. HEX triplet: E7, 64 and B3. RGB value is (231,100,179). Sum of RGB (Red+Green+Blue) = 231+100+179=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 179 (70.31% from 255 or 35.10% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E764B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764B3 is #189B4C. Grayscale: #939393. Windows color (decimal): -1612621 or 11756775. OLE color: 11756775.
HSL color Cylindrical-coordinate representation of color #E764B3: hue angle of 323.82º 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 #E764B3 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 179 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.09 |
| HSL | 323.82º | 0.73% | 0.65% | - |
| HSV(B) | 323.82º | 0.57% | 0.91% | - |
| XYZ | 45.65 | 29.36 | 45.91 | - |
| YUV | 148.18 | 145.4 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 179 | 0 | 0.57 | 0.23 | 0.09 | 323.82 | 0.73 | 0.65 |
| Hex | E7 | 64 | B3 | 0 | 39 | 17 | 9 | 144 | 49 | 41 |
| Octal | 347 | 144 | 263 | 0 | 71 | 27 | 11 | 504 | 111 | 101 |
| Binary | 11100111 | 1100100 | 10110011 | 0 | 111001 | 10111 | 1001 | 101000100 | 1001001 | 1000001 |
Color Harmonies of #E764B3
Complementary color
Monochromatic Colors of #E764B3
Black with #E764B3
Text Example
Text Example
White with #E764B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764B3; }
p { color: rgb(231,100,179); }
H1.HeaderClassName
{
color: #E764B3;
}
.AnyTagClassName
{
color: #E764B3;
}
</style>
background-color css
<style>
a { background-color: #E764B3; }
a { background-color: rgb(231,100,179); }
div.DivClassName
{
background-color: #E764B3;
}
.BgClassName
{
background-color: #E764B3;
}
</style>
border-color css
<style>
span { border-color: #E764B3; }
span { border-color: rgb(231,100,179); }
td.TdClassName
{
border-color: #E764B3;
}
.TagClassName
{
border-color: #E764B3;
}
</style>