Shades of Hot Pink #EC61B3
Tints of Hot Pink #EC61B3
RGB
CMYK
RGB Variations
Color information
#EC61B3 (or 0xEC61B3) is known color: Hot Pink. HEX triplet: EC, 61 and B3. RGB value is (236,97,179). Sum of RGB (Red+Green+Blue) = 236+97+179=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC61B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC61B3 is #139E4C. Grayscale: #939393. Windows color (decimal): -1285709 or 11756012. OLE color: 11756012.
HSL color Cylindrical-coordinate representation of color #EC61B3: hue angle of 324.6º 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 #EC61B3 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 179 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.07 |
| HSL | 324.6º | 0.79% | 0.65% | - |
| HSV(B) | 324.6º | 0.59% | 0.93% | - |
| XYZ | 47 | 29.64 | 45.89 | - |
| YUV | 147.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 179 | 0 | 0.59 | 0.24 | 0.07 | 324.6 | 0.79 | 0.65 |
| Hex | EC | 61 | B3 | 0 | 3B | 18 | 7 | 145 | 4F | 41 |
| Octal | 354 | 141 | 263 | 0 | 73 | 30 | 7 | 505 | 117 | 101 |
| Binary | 11101100 | 1100001 | 10110011 | 0 | 111011 | 11000 | 111 | 101000101 | 1001111 | 1000001 |
Color Harmonies of #EC61B3
Complementary color
Monochromatic Colors of #EC61B3
Black with #EC61B3
Text Example
Text Example
White with #EC61B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC61B3; }
p { color: rgb(236,97,179); }
H1.HeaderClassName
{
color: #EC61B3;
}
.AnyTagClassName
{
color: #EC61B3;
}
</style>
background-color css
<style>
a { background-color: #EC61B3; }
a { background-color: rgb(236,97,179); }
div.DivClassName
{
background-color: #EC61B3;
}
.BgClassName
{
background-color: #EC61B3;
}
</style>
border-color css
<style>
span { border-color: #EC61B3; }
span { border-color: rgb(236,97,179); }
td.TdClassName
{
border-color: #EC61B3;
}
.TagClassName
{
border-color: #EC61B3;
}
</style>