Shades of Hot Pink #ED60AA
Tints of Hot Pink #ED60AA
RGB
CMYK
RGB Variations
Color information
#ED60AA (or 0xED60AA) is known color: Hot Pink. HEX triplet: ED, 60 and AA. RGB value is (237,96,170). Sum of RGB (Red+Green+Blue) = 237+96+170=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED60AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED60AA is #129F55. Grayscale: #929292. Windows color (decimal): -1220438 or 11165933. OLE color: 11165933.
HSL color Cylindrical-coordinate representation of color #ED60AA: hue angle of 328.51º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED60AA is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 96 | 170 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.07 |
| HSL | 328.51º | 0.8% | 0.65% | - |
| HSV(B) | 328.51º | 0.59% | 0.93% | - |
| XYZ | 46.36 | 29.27 | 41.24 | - |
| YUV | 146.6 | 141.21 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 96 | 170 | 0 | 0.59 | 0.28 | 0.07 | 328.51 | 0.8 | 0.65 |
| Hex | ED | 60 | AA | 0 | 3B | 1C | 7 | 149 | 50 | 41 |
| Octal | 355 | 140 | 252 | 0 | 73 | 34 | 7 | 511 | 120 | 101 |
| Binary | 11101101 | 1100000 | 10101010 | 0 | 111011 | 11100 | 111 | 101001001 | 1010000 | 1000001 |
Color Harmonies of #ED60AA
Complementary color
Monochromatic Colors of #ED60AA
Black with #ED60AA
Text Example
Text Example
White with #ED60AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED60AA; }
p { color: rgb(237,96,170); }
H1.HeaderClassName
{
color: #ED60AA;
}
.AnyTagClassName
{
color: #ED60AA;
}
</style>
background-color css
<style>
a { background-color: #ED60AA; }
a { background-color: rgb(237,96,170); }
div.DivClassName
{
background-color: #ED60AA;
}
.BgClassName
{
background-color: #ED60AA;
}
</style>
border-color css
<style>
span { border-color: #ED60AA; }
span { border-color: rgb(237,96,170); }
td.TdClassName
{
border-color: #ED60AA;
}
.TagClassName
{
border-color: #ED60AA;
}
</style>