Shades of Hot Pink #E660B5
Tints of Hot Pink #E660B5
RGB
CMYK
RGB Variations
Color information
#E660B5 (or 0xE660B5) is known color: Hot Pink. HEX triplet: E6, 60 and B5. RGB value is (230,96,181). Sum of RGB (Red+Green+Blue) = 230+96+181=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E660B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E660B5 is #199F4A. Grayscale: #919191. Windows color (decimal): -1679179 or 11886822. OLE color: 11886822.
HSL color Cylindrical-coordinate representation of color #E660B5: hue angle of 321.94º 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 #E660B5 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 181 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.10 |
| HSL | 321.94º | 0.73% | 0.64% | - |
| HSV(B) | 321.94º | 0.58% | 0.9% | - |
| XYZ | 45.16 | 28.52 | 46.84 | - |
| YUV | 145.76 | 147.89 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 181 | 0 | 0.58 | 0.21 | 0.10 | 321.94 | 0.73 | 0.64 |
| Hex | E6 | 60 | B5 | 0 | 3A | 15 | A | 142 | 49 | 40 |
| Octal | 346 | 140 | 265 | 0 | 72 | 25 | 12 | 502 | 111 | 100 |
| Binary | 11100110 | 1100000 | 10110101 | 0 | 111010 | 10101 | 1010 | 101000010 | 1001001 | 1000000 |
Color Harmonies of #E660B5
Complementary color
Monochromatic Colors of #E660B5
Black with #E660B5
Text Example
Text Example
White with #E660B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E660B5; }
p { color: rgb(230,96,181); }
H1.HeaderClassName
{
color: #E660B5;
}
.AnyTagClassName
{
color: #E660B5;
}
</style>
background-color css
<style>
a { background-color: #E660B5; }
a { background-color: rgb(230,96,181); }
div.DivClassName
{
background-color: #E660B5;
}
.BgClassName
{
background-color: #E660B5;
}
</style>
border-color css
<style>
span { border-color: #E660B5; }
span { border-color: rgb(230,96,181); }
td.TdClassName
{
border-color: #E660B5;
}
.TagClassName
{
border-color: #E660B5;
}
</style>