Shades of Hot Pink #E05FB0
Tints of Hot Pink #E05FB0
RGB
CMYK
RGB Variations
Color information
#E05FB0 (or 0xE05FB0) is known color: Hot Pink. HEX triplet: E0, 5F and B0. RGB value is (224,95,176). Sum of RGB (Red+Green+Blue) = 224+95+176=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E05FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05FB0 is #1FA04F. Grayscale: #8E8E8E. Windows color (decimal): -2072656 or 11558880. OLE color: 11558880.
HSL color Cylindrical-coordinate representation of color #E05FB0: hue angle of 322.33º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05FB0 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 176 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.12 |
| HSL | 322.33º | 0.68% | 0.63% | - |
| HSV(B) | 322.33º | 0.58% | 0.88% | - |
| XYZ | 42.67 | 27.17 | 44.07 | - |
| YUV | 142.81 | 146.74 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 176 | 0 | 0.58 | 0.21 | 0.12 | 322.33 | 0.68 | 0.63 |
| Hex | E0 | 5F | B0 | 0 | 3A | 15 | C | 142 | 44 | 3F |
| Octal | 340 | 137 | 260 | 0 | 72 | 25 | 14 | 502 | 104 | 77 |
| Binary | 11100000 | 1011111 | 10110000 | 0 | 111010 | 10101 | 1100 | 101000010 | 1000100 | 111111 |
Color Harmonies of #E05FB0
Complementary color
Monochromatic Colors of #E05FB0
Black with #E05FB0
Text Example
Text Example
White with #E05FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05FB0; }
p { color: rgb(224,95,176); }
H1.HeaderClassName
{
color: #E05FB0;
}
.AnyTagClassName
{
color: #E05FB0;
}
</style>
background-color css
<style>
a { background-color: #E05FB0; }
a { background-color: rgb(224,95,176); }
div.DivClassName
{
background-color: #E05FB0;
}
.BgClassName
{
background-color: #E05FB0;
}
</style>
border-color css
<style>
span { border-color: #E05FB0; }
span { border-color: rgb(224,95,176); }
td.TdClassName
{
border-color: #E05FB0;
}
.TagClassName
{
border-color: #E05FB0;
}
</style>