Shades of Hot Pink #E064B7
Tints of Hot Pink #E064B7
RGB
CMYK
RGB Variations
Color information
#E064B7 (or 0xE064B7) is known color: Hot Pink. HEX triplet: E0, 64 and B7. RGB value is (224,100,183). Sum of RGB (Red+Green+Blue) = 224+100+183=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E064B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E064B7 is #1F9B48. Grayscale: #929292. Windows color (decimal): -2071369 or 12018912. OLE color: 12018912.
HSL color Cylindrical-coordinate representation of color #E064B7: hue angle of 319.84º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E064B7 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 183 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.12 |
| HSL | 319.84º | 0.67% | 0.64% | - |
| HSV(B) | 319.84º | 0.55% | 0.88% | - |
| XYZ | 43.84 | 28.38 | 47.97 | - |
| YUV | 146.54 | 148.58 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 183 | 0 | 0.55 | 0.18 | 0.12 | 319.84 | 0.67 | 0.64 |
| Hex | E0 | 64 | B7 | 0 | 37 | 12 | C | 140 | 43 | 40 |
| Octal | 340 | 144 | 267 | 0 | 67 | 22 | 14 | 500 | 103 | 100 |
| Binary | 11100000 | 1100100 | 10110111 | 0 | 110111 | 10010 | 1100 | 101000000 | 1000011 | 1000000 |
Color Harmonies of #E064B7
Complementary color
Monochromatic Colors of #E064B7
Black with #E064B7
Text Example
Text Example
White with #E064B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E064B7; }
p { color: rgb(224,100,183); }
H1.HeaderClassName
{
color: #E064B7;
}
.AnyTagClassName
{
color: #E064B7;
}
</style>
background-color css
<style>
a { background-color: #E064B7; }
a { background-color: rgb(224,100,183); }
div.DivClassName
{
background-color: #E064B7;
}
.BgClassName
{
background-color: #E064B7;
}
</style>
border-color css
<style>
span { border-color: #E064B7; }
span { border-color: rgb(224,100,183); }
td.TdClassName
{
border-color: #E064B7;
}
.TagClassName
{
border-color: #E064B7;
}
</style>