Shades of Hot Pink #E660B7
Tints of Hot Pink #E660B7
RGB
CMYK
RGB Variations
Color information
#E660B7 (or 0xE660B7) is known color: Hot Pink. HEX triplet: E6, 60 and B7. RGB value is (230,96,183). Sum of RGB (Red+Green+Blue) = 230+96+183=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E660B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E660B7 is #199F48. Grayscale: #919191. Windows color (decimal): -1679177 or 12017894. OLE color: 12017894.
HSL color Cylindrical-coordinate representation of color #E660B7: hue angle of 321.04º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E660B7 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 183 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.10 |
| HSL | 321.04º | 0.73% | 0.64% | - |
| HSV(B) | 321.04º | 0.58% | 0.9% | - |
| XYZ | 45.36 | 28.61 | 47.93 | - |
| YUV | 145.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 183 | 0 | 0.58 | 0.20 | 0.10 | 321.04 | 0.73 | 0.64 |
| Hex | E6 | 60 | B7 | 0 | 3A | 14 | A | 141 | 49 | 40 |
| Octal | 346 | 140 | 267 | 0 | 72 | 24 | 12 | 501 | 111 | 100 |
| Binary | 11100110 | 1100000 | 10110111 | 0 | 111010 | 10100 | 1010 | 101000001 | 1001001 | 1000000 |
Color Harmonies of #E660B7
Complementary color
Monochromatic Colors of #E660B7
Black with #E660B7
Text Example
Text Example
White with #E660B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E660B7; }
p { color: rgb(230,96,183); }
H1.HeaderClassName
{
color: #E660B7;
}
.AnyTagClassName
{
color: #E660B7;
}
</style>
background-color css
<style>
a { background-color: #E660B7; }
a { background-color: rgb(230,96,183); }
div.DivClassName
{
background-color: #E660B7;
}
.BgClassName
{
background-color: #E660B7;
}
</style>
border-color css
<style>
span { border-color: #E660B7; }
span { border-color: rgb(230,96,183); }
td.TdClassName
{
border-color: #E660B7;
}
.TagClassName
{
border-color: #E660B7;
}
</style>