Shades of Hot Pink #ED61AA
Tints of Hot Pink #ED61AA
RGB
CMYK
RGB Variations
Color information
#ED61AA (or 0xED61AA) is known color: Hot Pink. HEX triplet: ED, 61 and AA. RGB value is (237,97,170). Sum of RGB (Red+Green+Blue) = 237+97+170=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED61AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED61AA is #129E55. Grayscale: #939393. Windows color (decimal): -1220182 or 11166189. OLE color: 11166189.
HSL color Cylindrical-coordinate representation of color #ED61AA: hue angle of 328.71º 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 #ED61AA is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 97 | 170 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.07 |
| HSL | 328.71º | 0.8% | 0.65% | - |
| HSV(B) | 328.71º | 0.59% | 0.93% | - |
| XYZ | 46.46 | 29.46 | 41.27 | - |
| YUV | 147.18 | 140.88 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 97 | 170 | 0 | 0.59 | 0.28 | 0.07 | 328.71 | 0.8 | 0.65 |
| Hex | ED | 61 | AA | 0 | 3B | 1C | 7 | 149 | 50 | 41 |
| Octal | 355 | 141 | 252 | 0 | 73 | 34 | 7 | 511 | 120 | 101 |
| Binary | 11101101 | 1100001 | 10101010 | 0 | 111011 | 11100 | 111 | 101001001 | 1010000 | 1000001 |
Color Harmonies of #ED61AA
Complementary color
Monochromatic Colors of #ED61AA
Black with #ED61AA
Text Example
Text Example
White with #ED61AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED61AA; }
p { color: rgb(237,97,170); }
H1.HeaderClassName
{
color: #ED61AA;
}
.AnyTagClassName
{
color: #ED61AA;
}
</style>
background-color css
<style>
a { background-color: #ED61AA; }
a { background-color: rgb(237,97,170); }
div.DivClassName
{
background-color: #ED61AA;
}
.BgClassName
{
background-color: #ED61AA;
}
</style>
border-color css
<style>
span { border-color: #ED61AA; }
span { border-color: rgb(237,97,170); }
td.TdClassName
{
border-color: #ED61AA;
}
.TagClassName
{
border-color: #ED61AA;
}
</style>