Shades of Hot Pink #EE60AD
Tints of Hot Pink #EE60AD
RGB
CMYK
RGB Variations
Color information
#EE60AD (or 0xEE60AD) is known color: Hot Pink. HEX triplet: EE, 60 and AD. RGB value is (238,96,173). Sum of RGB (Red+Green+Blue) = 238+96+173=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EE60AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE60AD is #119F52. Grayscale: #939393. Windows color (decimal): -1154899 or 11362542. OLE color: 11362542.
HSL color Cylindrical-coordinate representation of color #EE60AD: hue angle of 327.46º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE60AD is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 173 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.07 |
| HSL | 327.46º | 0.81% | 0.65% | - |
| HSV(B) | 327.46º | 0.6% | 0.93% | - |
| XYZ | 46.99 | 29.56 | 42.76 | - |
| YUV | 147.24 | 142.54 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 173 | 0 | 0.60 | 0.27 | 0.07 | 327.46 | 0.81 | 0.65 |
| Hex | EE | 60 | AD | 0 | 3C | 1B | 7 | 147 | 51 | 41 |
| Octal | 356 | 140 | 255 | 0 | 74 | 33 | 7 | 507 | 121 | 101 |
| Binary | 11101110 | 1100000 | 10101101 | 0 | 111100 | 11011 | 111 | 101000111 | 1010001 | 1000001 |
Color Harmonies of #EE60AD
Complementary color
Monochromatic Colors of #EE60AD
Black with #EE60AD
Text Example
Text Example
White with #EE60AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE60AD; }
p { color: rgb(238,96,173); }
H1.HeaderClassName
{
color: #EE60AD;
}
.AnyTagClassName
{
color: #EE60AD;
}
</style>
background-color css
<style>
a { background-color: #EE60AD; }
a { background-color: rgb(238,96,173); }
div.DivClassName
{
background-color: #EE60AD;
}
.BgClassName
{
background-color: #EE60AD;
}
</style>
border-color css
<style>
span { border-color: #EE60AD; }
span { border-color: rgb(238,96,173); }
td.TdClassName
{
border-color: #EE60AD;
}
.TagClassName
{
border-color: #EE60AD;
}
</style>