Shades of Hot Pink #EC64B7
Tints of Hot Pink #EC64B7
RGB
CMYK
RGB Variations
Color information
#EC64B7 (or 0xEC64B7) is known color: Hot Pink. HEX triplet: EC, 64 and B7. RGB value is (236,100,183). Sum of RGB (Red+Green+Blue) = 236+100+183=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC64B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC64B7 is #139B48. Grayscale: #959595. Windows color (decimal): -1284937 or 12018924. OLE color: 12018924.
HSL color Cylindrical-coordinate representation of color #EC64B7: hue angle of 323.38º 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 #EC64B7 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 100 | 183 | - |
CMYK | 0 | 0.58 | 0.22 | 0.07 |
HSL | 323.38º | 0.78% | 0.66% | - |
HSV(B) | 323.38º | 0.58% | 0.93% | - |
XYZ | 47.7 | 30.37 | 48.15 | - |
YUV | 150.13 | 146.56 | 189.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 100 | 183 | 0 | 0.58 | 0.22 | 0.07 | 323.38 | 0.78 | 0.66 |
Hex | EC | 64 | B7 | 0 | 3A | 16 | 7 | 143 | 4E | 42 |
Octal | 354 | 144 | 267 | 0 | 72 | 26 | 7 | 503 | 116 | 102 |
Binary | 11101100 | 1100100 | 10110111 | 0 | 111010 | 10110 | 111 | 101000011 | 1001110 | 1000010 |
Color Harmonies of #EC64B7
Complementary color
Monochromatic Colors of #EC64B7
Black with #EC64B7
Text Example
Text Example
White with #EC64B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC64B7; }
p { color: rgb(236,100,183); }
H1.HeaderClassName
{
color: #EC64B7;
}
.AnyTagClassName
{
color: #EC64B7;
}
</style>
background-color css
<style>
a { background-color: #EC64B7; }
a { background-color: rgb(236,100,183); }
div.DivClassName
{
background-color: #EC64B7;
}
.BgClassName
{
background-color: #EC64B7;
}
</style>
border-color css
<style>
span { border-color: #EC64B7; }
span { border-color: rgb(236,100,183); }
td.TdClassName
{
border-color: #EC64B7;
}
.TagClassName
{
border-color: #EC64B7;
}
</style>