Shades of Hot Pink #EC61AF
Tints of Hot Pink #EC61AF
RGB
CMYK
RGB Variations
Color information
#EC61AF (or 0xEC61AF) is known color: Hot Pink. HEX triplet: EC, 61 and AF. RGB value is (236,97,175). Sum of RGB (Red+Green+Blue) = 236+97+175=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC61AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC61AF is #139E50. Grayscale: #939393. Windows color (decimal): -1285713 or 11493868. OLE color: 11493868.
HSL color Cylindrical-coordinate representation of color #EC61AF: hue angle of 326.33º 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 #EC61AF is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 175 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.07 |
| HSL | 326.33º | 0.79% | 0.65% | - |
| HSV(B) | 326.33º | 0.59% | 0.93% | - |
| XYZ | 46.6 | 29.48 | 43.79 | - |
| YUV | 147.45 | 143.55 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 175 | 0 | 0.59 | 0.26 | 0.07 | 326.33 | 0.79 | 0.65 |
| Hex | EC | 61 | AF | 0 | 3B | 1A | 7 | 146 | 4F | 41 |
| Octal | 354 | 141 | 257 | 0 | 73 | 32 | 7 | 506 | 117 | 101 |
| Binary | 11101100 | 1100001 | 10101111 | 0 | 111011 | 11010 | 111 | 101000110 | 1001111 | 1000001 |
Color Harmonies of #EC61AF
Complementary color
Monochromatic Colors of #EC61AF
Black with #EC61AF
Text Example
Text Example
White with #EC61AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC61AF; }
p { color: rgb(236,97,175); }
H1.HeaderClassName
{
color: #EC61AF;
}
.AnyTagClassName
{
color: #EC61AF;
}
</style>
background-color css
<style>
a { background-color: #EC61AF; }
a { background-color: rgb(236,97,175); }
div.DivClassName
{
background-color: #EC61AF;
}
.BgClassName
{
background-color: #EC61AF;
}
</style>
border-color css
<style>
span { border-color: #EC61AF; }
span { border-color: rgb(236,97,175); }
td.TdClassName
{
border-color: #EC61AF;
}
.TagClassName
{
border-color: #EC61AF;
}
</style>