Shades of Hot Pink #E061B0
Tints of Hot Pink #E061B0
RGB
CMYK
RGB Variations
Color information
#E061B0 (or 0xE061B0) is known color: Hot Pink. HEX triplet: E0, 61 and B0. RGB value is (224,97,176). Sum of RGB (Red+Green+Blue) = 224+97+176=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E061B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E061B0 is #1F9E4F. Grayscale: #8F8F8F. Windows color (decimal): -2072144 or 11559392. OLE color: 11559392.
HSL color Cylindrical-coordinate representation of color #E061B0: hue angle of 322.68º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E061B0 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 176 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.12 |
| HSL | 322.68º | 0.67% | 0.63% | - |
| HSV(B) | 322.68º | 0.57% | 0.88% | - |
| XYZ | 42.85 | 27.53 | 44.13 | - |
| YUV | 143.98 | 146.08 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 176 | 0 | 0.57 | 0.21 | 0.12 | 322.68 | 0.67 | 0.63 |
| Hex | E0 | 61 | B0 | 0 | 39 | 15 | C | 143 | 43 | 3F |
| Octal | 340 | 141 | 260 | 0 | 71 | 25 | 14 | 503 | 103 | 77 |
| Binary | 11100000 | 1100001 | 10110000 | 0 | 111001 | 10101 | 1100 | 101000011 | 1000011 | 111111 |
Color Harmonies of #E061B0
Complementary color
Monochromatic Colors of #E061B0
Black with #E061B0
Text Example
Text Example
White with #E061B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E061B0; }
p { color: rgb(224,97,176); }
H1.HeaderClassName
{
color: #E061B0;
}
.AnyTagClassName
{
color: #E061B0;
}
</style>
background-color css
<style>
a { background-color: #E061B0; }
a { background-color: rgb(224,97,176); }
div.DivClassName
{
background-color: #E061B0;
}
.BgClassName
{
background-color: #E061B0;
}
</style>
border-color css
<style>
span { border-color: #E061B0; }
span { border-color: rgb(224,97,176); }
td.TdClassName
{
border-color: #E061B0;
}
.TagClassName
{
border-color: #E061B0;
}
</style>