Shades of Hot Pink #EC60B4
Tints of Hot Pink #EC60B4
RGB
CMYK
RGB Variations
Color information
#EC60B4 (or 0xEC60B4) is known color: Hot Pink. HEX triplet: EC, 60 and B4. RGB value is (236,96,180). Sum of RGB (Red+Green+Blue) = 236+96+180=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 180 (70.70% from 255 or 35.16% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC60B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC60B4 is #139F4B. Grayscale: #939393. Windows color (decimal): -1285964 or 11821292. OLE color: 11821292.
HSL color Cylindrical-coordinate representation of color #EC60B4: hue angle of 324º 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 #EC60B4 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 180 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.07 |
| HSL | 324º | 0.79% | 0.65% | - |
| HSV(B) | 324º | 0.59% | 0.93% | - |
| XYZ | 47.01 | 29.49 | 46.4 | - |
| YUV | 147.44 | 146.38 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 180 | 0 | 0.59 | 0.24 | 0.07 | 324 | 0.79 | 0.65 |
| Hex | EC | 60 | B4 | 0 | 3B | 18 | 7 | 144 | 4F | 41 |
| Octal | 354 | 140 | 264 | 0 | 73 | 30 | 7 | 504 | 117 | 101 |
| Binary | 11101100 | 1100000 | 10110100 | 0 | 111011 | 11000 | 111 | 101000100 | 1001111 | 1000001 |
Color Harmonies of #EC60B4
Complementary color
Monochromatic Colors of #EC60B4
Black with #EC60B4
Text Example
Text Example
White with #EC60B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC60B4; }
p { color: rgb(236,96,180); }
H1.HeaderClassName
{
color: #EC60B4;
}
.AnyTagClassName
{
color: #EC60B4;
}
</style>
background-color css
<style>
a { background-color: #EC60B4; }
a { background-color: rgb(236,96,180); }
div.DivClassName
{
background-color: #EC60B4;
}
.BgClassName
{
background-color: #EC60B4;
}
</style>
border-color css
<style>
span { border-color: #EC60B4; }
span { border-color: rgb(236,96,180); }
td.TdClassName
{
border-color: #EC60B4;
}
.TagClassName
{
border-color: #EC60B4;
}
</style>