Shades of Hot Pink #EC61BB
Tints of Hot Pink #EC61BB
RGB
CMYK
RGB Variations
Color information
#EC61BB (or 0xEC61BB) is known color: Hot Pink. HEX triplet: EC, 61 and BB. RGB value is (236,97,187). Sum of RGB (Red+Green+Blue) = 236+97+187=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC61BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC61BB is #139E44. Grayscale: #949494. Windows color (decimal): -1285701 or 12280300. OLE color: 12280300.
HSL color Cylindrical-coordinate representation of color #EC61BB: hue angle of 321.15º degrees, saturation: 0.79, 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 #EC61BB is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 187 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.07 |
| HSL | 321.15º | 0.79% | 0.65% | - |
| HSV(B) | 321.15º | 0.59% | 0.93% | - |
| XYZ | 47.84 | 29.97 | 50.28 | - |
| YUV | 148.82 | 149.55 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 187 | 0 | 0.59 | 0.21 | 0.07 | 321.15 | 0.79 | 0.65 |
| Hex | EC | 61 | BB | 0 | 3B | 15 | 7 | 141 | 4F | 41 |
| Octal | 354 | 141 | 273 | 0 | 73 | 25 | 7 | 501 | 117 | 101 |
| Binary | 11101100 | 1100001 | 10111011 | 0 | 111011 | 10101 | 111 | 101000001 | 1001111 | 1000001 |
Color Harmonies of #EC61BB
Complementary color
Monochromatic Colors of #EC61BB
Black with #EC61BB
Text Example
Text Example
White with #EC61BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC61BB; }
p { color: rgb(236,97,187); }
H1.HeaderClassName
{
color: #EC61BB;
}
.AnyTagClassName
{
color: #EC61BB;
}
</style>
background-color css
<style>
a { background-color: #EC61BB; }
a { background-color: rgb(236,97,187); }
div.DivClassName
{
background-color: #EC61BB;
}
.BgClassName
{
background-color: #EC61BB;
}
</style>
border-color css
<style>
span { border-color: #EC61BB; }
span { border-color: rgb(236,97,187); }
td.TdClassName
{
border-color: #EC61BB;
}
.TagClassName
{
border-color: #EC61BB;
}
</style>