Shades of Hot Pink #EC64B3
Tints of Hot Pink #EC64B3
RGB
CMYK
RGB Variations
Color information
#EC64B3 (or 0xEC64B3) is known color: Hot Pink. HEX triplet: EC, 64 and B3. RGB value is (236,100,179). Sum of RGB (Red+Green+Blue) = 236+100+179=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 179 (70.31% from 255 or 34.76% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64B3 is #139B4C. Grayscale: #959595. Windows color (decimal): -1284941 or 11756780. OLE color: 11756780.
HSL color Cylindrical-coordinate representation of color #EC64B3: hue angle of 325.15º 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 #EC64B3 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 179 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.07 |
| HSL | 325.15º | 0.78% | 0.66% | - |
| HSV(B) | 325.15º | 0.58% | 0.93% | - |
| XYZ | 47.29 | 30.2 | 45.99 | - |
| YUV | 149.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 179 | 0 | 0.58 | 0.24 | 0.07 | 325.15 | 0.78 | 0.66 |
| Hex | EC | 64 | B3 | 0 | 3A | 18 | 7 | 145 | 4E | 42 |
| Octal | 354 | 144 | 263 | 0 | 72 | 30 | 7 | 505 | 116 | 102 |
| Binary | 11101100 | 1100100 | 10110011 | 0 | 111010 | 11000 | 111 | 101000101 | 1001110 | 1000010 |
Color Harmonies of #EC64B3
Complementary color
Monochromatic Colors of #EC64B3
Black with #EC64B3
Text Example
Text Example
White with #EC64B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64B3; }
p { color: rgb(236,100,179); }
H1.HeaderClassName
{
color: #EC64B3;
}
.AnyTagClassName
{
color: #EC64B3;
}
</style>
background-color css
<style>
a { background-color: #EC64B3; }
a { background-color: rgb(236,100,179); }
div.DivClassName
{
background-color: #EC64B3;
}
.BgClassName
{
background-color: #EC64B3;
}
</style>
border-color css
<style>
span { border-color: #EC64B3; }
span { border-color: rgb(236,100,179); }
td.TdClassName
{
border-color: #EC64B3;
}
.TagClassName
{
border-color: #EC64B3;
}
</style>