Shades of Hot Pink #E064B2
Tints of Hot Pink #E064B2
RGB
CMYK
RGB Variations
Color information
#E064B2 (or 0xE064B2) is known color: Hot Pink. HEX triplet: E0, 64 and B2. RGB value is (224,100,178). Sum of RGB (Red+Green+Blue) = 224+100+178=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E064B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E064B2 is #1F9B4D. Grayscale: #919191. Windows color (decimal): -2071374 or 11691232. OLE color: 11691232.
HSL color Cylindrical-coordinate representation of color #E064B2: hue angle of 322.26º 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 #E064B2 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 100 | 178 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.12 |
| HSL | 322.26º | 0.67% | 0.64% | - |
| HSV(B) | 322.26º | 0.55% | 0.88% | - |
| XYZ | 43.33 | 28.18 | 45.27 | - |
| YUV | 145.97 | 146.08 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 100 | 178 | 0 | 0.55 | 0.21 | 0.12 | 322.26 | 0.67 | 0.64 |
| Hex | E0 | 64 | B2 | 0 | 37 | 15 | C | 142 | 43 | 40 |
| Octal | 340 | 144 | 262 | 0 | 67 | 25 | 14 | 502 | 103 | 100 |
| Binary | 11100000 | 1100100 | 10110010 | 0 | 110111 | 10101 | 1100 | 101000010 | 1000011 | 1000000 |
Color Harmonies of #E064B2
Complementary color
Monochromatic Colors of #E064B2
Black with #E064B2
Text Example
Text Example
White with #E064B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E064B2; }
p { color: rgb(224,100,178); }
H1.HeaderClassName
{
color: #E064B2;
}
.AnyTagClassName
{
color: #E064B2;
}
</style>
background-color css
<style>
a { background-color: #E064B2; }
a { background-color: rgb(224,100,178); }
div.DivClassName
{
background-color: #E064B2;
}
.BgClassName
{
background-color: #E064B2;
}
</style>
border-color css
<style>
span { border-color: #E064B2; }
span { border-color: rgb(224,100,178); }
td.TdClassName
{
border-color: #E064B2;
}
.TagClassName
{
border-color: #E064B2;
}
</style>