Shades of Hot Pink #E660B9
Tints of Hot Pink #E660B9
RGB
CMYK
RGB Variations
Color information
#E660B9 (or 0xE660B9) is known color: Hot Pink. HEX triplet: E6, 60 and B9. RGB value is (230,96,185). Sum of RGB (Red+Green+Blue) = 230+96+185=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E660B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E660B9 is #199F46. Grayscale: #919191. Windows color (decimal): -1679175 or 12148966. OLE color: 12148966.
HSL color Cylindrical-coordinate representation of color #E660B9: hue angle of 320.15º 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 #E660B9 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 185 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.10 |
| HSL | 320.15º | 0.73% | 0.64% | - |
| HSV(B) | 320.15º | 0.58% | 0.9% | - |
| XYZ | 45.57 | 28.69 | 49.04 | - |
| YUV | 146.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 185 | 0 | 0.58 | 0.20 | 0.10 | 320.15 | 0.73 | 0.64 |
| Hex | E6 | 60 | B9 | 0 | 3A | 14 | A | 140 | 49 | 40 |
| Octal | 346 | 140 | 271 | 0 | 72 | 24 | 12 | 500 | 111 | 100 |
| Binary | 11100110 | 1100000 | 10111001 | 0 | 111010 | 10100 | 1010 | 101000000 | 1001001 | 1000000 |
Color Harmonies of #E660B9
Complementary color
Monochromatic Colors of #E660B9
Black with #E660B9
Text Example
Text Example
White with #E660B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E660B9; }
p { color: rgb(230,96,185); }
H1.HeaderClassName
{
color: #E660B9;
}
.AnyTagClassName
{
color: #E660B9;
}
</style>
background-color css
<style>
a { background-color: #E660B9; }
a { background-color: rgb(230,96,185); }
div.DivClassName
{
background-color: #E660B9;
}
.BgClassName
{
background-color: #E660B9;
}
</style>
border-color css
<style>
span { border-color: #E660B9; }
span { border-color: rgb(230,96,185); }
td.TdClassName
{
border-color: #E660B9;
}
.TagClassName
{
border-color: #E660B9;
}
</style>