Shades of Hot Pink #E660B2
Tints of Hot Pink #E660B2
RGB
CMYK
RGB Variations
Color information
#E660B2 (or 0xE660B2) is known color: Hot Pink. HEX triplet: E6, 60 and B2. RGB value is (230,96,178). Sum of RGB (Red+Green+Blue) = 230+96+178=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E660B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E660B2 is #199F4D. Grayscale: #919191. Windows color (decimal): -1679182 or 11690214. OLE color: 11690214.
HSL color Cylindrical-coordinate representation of color #E660B2: hue angle of 323.28º 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 #E660B2 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 178 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.10 |
| HSL | 323.28º | 0.73% | 0.64% | - |
| HSV(B) | 323.28º | 0.58% | 0.9% | - |
| XYZ | 44.85 | 28.4 | 45.24 | - |
| YUV | 145.41 | 146.39 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 178 | 0 | 0.58 | 0.23 | 0.10 | 323.28 | 0.73 | 0.64 |
| Hex | E6 | 60 | B2 | 0 | 3A | 17 | A | 143 | 49 | 40 |
| Octal | 346 | 140 | 262 | 0 | 72 | 27 | 12 | 503 | 111 | 100 |
| Binary | 11100110 | 1100000 | 10110010 | 0 | 111010 | 10111 | 1010 | 101000011 | 1001001 | 1000000 |
Color Harmonies of #E660B2
Complementary color
Monochromatic Colors of #E660B2
Black with #E660B2
Text Example
Text Example
White with #E660B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E660B2; }
p { color: rgb(230,96,178); }
H1.HeaderClassName
{
color: #E660B2;
}
.AnyTagClassName
{
color: #E660B2;
}
</style>
background-color css
<style>
a { background-color: #E660B2; }
a { background-color: rgb(230,96,178); }
div.DivClassName
{
background-color: #E660B2;
}
.BgClassName
{
background-color: #E660B2;
}
</style>
border-color css
<style>
span { border-color: #E660B2; }
span { border-color: rgb(230,96,178); }
td.TdClassName
{
border-color: #E660B2;
}
.TagClassName
{
border-color: #E660B2;
}
</style>