Shades of Hot Pink #E660AF
Tints of Hot Pink #E660AF
RGB
CMYK
RGB Variations
Color information
#E660AF (or 0xE660AF) is known color: Hot Pink. HEX triplet: E6, 60 and AF. RGB value is (230,96,175). Sum of RGB (Red+Green+Blue) = 230+96+175=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E660AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E660AF is #199F50. Grayscale: #909090. Windows color (decimal): -1679185 or 11493606. OLE color: 11493606.
HSL color Cylindrical-coordinate representation of color #E660AF: hue angle of 324.63º 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 #E660AF is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 175 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.10 |
| HSL | 324.63º | 0.73% | 0.64% | - |
| HSV(B) | 324.63º | 0.58% | 0.9% | - |
| XYZ | 44.55 | 28.28 | 43.67 | - |
| YUV | 145.07 | 144.89 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 175 | 0 | 0.58 | 0.24 | 0.10 | 324.63 | 0.73 | 0.64 |
| Hex | E6 | 60 | AF | 0 | 3A | 18 | A | 145 | 49 | 40 |
| Octal | 346 | 140 | 257 | 0 | 72 | 30 | 12 | 505 | 111 | 100 |
| Binary | 11100110 | 1100000 | 10101111 | 0 | 111010 | 11000 | 1010 | 101000101 | 1001001 | 1000000 |
Color Harmonies of #E660AF
Complementary color
Monochromatic Colors of #E660AF
Black with #E660AF
Text Example
Text Example
White with #E660AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E660AF; }
p { color: rgb(230,96,175); }
H1.HeaderClassName
{
color: #E660AF;
}
.AnyTagClassName
{
color: #E660AF;
}
</style>
background-color css
<style>
a { background-color: #E660AF; }
a { background-color: rgb(230,96,175); }
div.DivClassName
{
background-color: #E660AF;
}
.BgClassName
{
background-color: #E660AF;
}
</style>
border-color css
<style>
span { border-color: #E660AF; }
span { border-color: rgb(230,96,175); }
td.TdClassName
{
border-color: #E660AF;
}
.TagClassName
{
border-color: #E660AF;
}
</style>