Shades of Hot Pink #EC64B6
Tints of Hot Pink #EC64B6
RGB
CMYK
RGB Variations
Color information
#EC64B6 (or 0xEC64B6) is known color: Hot Pink. HEX triplet: EC, 64 and B6. RGB value is (236,100,182). Sum of RGB (Red+Green+Blue) = 236+100+182=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64B6 is #139B49. Grayscale: #959595. Windows color (decimal): -1284938 or 11953388. OLE color: 11953388.
HSL color Cylindrical-coordinate representation of color #EC64B6: hue angle of 323.82º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC64B6 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 182 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.07 |
| HSL | 323.82º | 0.78% | 0.66% | - |
| HSV(B) | 323.82º | 0.58% | 0.93% | - |
| XYZ | 47.59 | 30.32 | 47.6 | - |
| YUV | 150.01 | 146.06 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 182 | 0 | 0.58 | 0.23 | 0.07 | 323.82 | 0.78 | 0.66 |
| Hex | EC | 64 | B6 | 0 | 3A | 17 | 7 | 144 | 4E | 42 |
| Octal | 354 | 144 | 266 | 0 | 72 | 27 | 7 | 504 | 116 | 102 |
| Binary | 11101100 | 1100100 | 10110110 | 0 | 111010 | 10111 | 111 | 101000100 | 1001110 | 1000010 |
Color Harmonies of #EC64B6
Complementary color
Monochromatic Colors of #EC64B6
Black with #EC64B6
Text Example
Text Example
White with #EC64B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64B6; }
p { color: rgb(236,100,182); }
H1.HeaderClassName
{
color: #EC64B6;
}
.AnyTagClassName
{
color: #EC64B6;
}
</style>
background-color css
<style>
a { background-color: #EC64B6; }
a { background-color: rgb(236,100,182); }
div.DivClassName
{
background-color: #EC64B6;
}
.BgClassName
{
background-color: #EC64B6;
}
</style>
border-color css
<style>
span { border-color: #EC64B6; }
span { border-color: rgb(236,100,182); }
td.TdClassName
{
border-color: #EC64B6;
}
.TagClassName
{
border-color: #EC64B6;
}
</style>