Shades of Hot Pink #EC62B3
Tints of Hot Pink #EC62B3
RGB
CMYK
RGB Variations
Color information
#EC62B3 (or 0xEC62B3) is known color: Hot Pink. HEX triplet: EC, 62 and B3. RGB value is (236,98,179). Sum of RGB (Red+Green+Blue) = 236+98+179=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 98 (38.67% from 255 or 19.10% from 513); Blue value is 179 (70.31% from 255 or 34.89% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC62B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC62B3 is #139D4C. Grayscale: #949494. Windows color (decimal): -1285453 or 11756268. OLE color: 11756268.
HSL color Cylindrical-coordinate representation of color #EC62B3: hue angle of 324.78º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC62B3 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 179 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.07 |
| HSL | 324.78º | 0.78% | 0.65% | - |
| HSV(B) | 324.78º | 0.58% | 0.93% | - |
| XYZ | 47.1 | 29.82 | 45.92 | - |
| YUV | 148.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 179 | 0 | 0.58 | 0.24 | 0.07 | 324.78 | 0.78 | 0.65 |
| Hex | EC | 62 | B3 | 0 | 3A | 18 | 7 | 145 | 4E | 41 |
| Octal | 354 | 142 | 263 | 0 | 72 | 30 | 7 | 505 | 116 | 101 |
| Binary | 11101100 | 1100010 | 10110011 | 0 | 111010 | 11000 | 111 | 101000101 | 1001110 | 1000001 |
Color Harmonies of #EC62B3
Complementary color
Monochromatic Colors of #EC62B3
Black with #EC62B3
Text Example
Text Example
White with #EC62B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC62B3; }
p { color: rgb(236,98,179); }
H1.HeaderClassName
{
color: #EC62B3;
}
.AnyTagClassName
{
color: #EC62B3;
}
</style>
background-color css
<style>
a { background-color: #EC62B3; }
a { background-color: rgb(236,98,179); }
div.DivClassName
{
background-color: #EC62B3;
}
.BgClassName
{
background-color: #EC62B3;
}
</style>
border-color css
<style>
span { border-color: #EC62B3; }
span { border-color: rgb(236,98,179); }
td.TdClassName
{
border-color: #EC62B3;
}
.TagClassName
{
border-color: #EC62B3;
}
</style>