Shades of Hot Pink #E558B5
Tints of Hot Pink #E558B5
RGB
CMYK
RGB Variations
Color information
#E558B5 (or 0xE558B5) is known color: Hot Pink. HEX triplet: E5, 58 and B5. RGB value is (229,88,181). Sum of RGB (Red+Green+Blue) = 229+88+181=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E558B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E558B5 is #1AA74A. Grayscale: #8C8C8C. Windows color (decimal): -1746763 or 11884773. OLE color: 11884773.
HSL color Cylindrical-coordinate representation of color #E558B5: hue angle of 320.43º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E558B5 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 88 | 181 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.10 |
| HSL | 320.43º | 0.73% | 0.62% | - |
| HSV(B) | 320.43º | 0.62% | 0.9% | - |
| XYZ | 44.14 | 26.97 | 46.6 | - |
| YUV | 140.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 88 | 181 | 0 | 0.62 | 0.21 | 0.10 | 320.43 | 0.73 | 0.62 |
| Hex | E5 | 58 | B5 | 0 | 3E | 15 | A | 140 | 49 | 3E |
| Octal | 345 | 130 | 265 | 0 | 76 | 25 | 12 | 500 | 111 | 76 |
| Binary | 11100101 | 1011000 | 10110101 | 0 | 111110 | 10101 | 1010 | 101000000 | 1001001 | 111110 |
Color Harmonies of #E558B5
Complementary color
Monochromatic Colors of #E558B5
Black with #E558B5
Text Example
Text Example
White with #E558B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E558B5; }
p { color: rgb(229,88,181); }
H1.HeaderClassName
{
color: #E558B5;
}
.AnyTagClassName
{
color: #E558B5;
}
</style>
background-color css
<style>
a { background-color: #E558B5; }
a { background-color: rgb(229,88,181); }
div.DivClassName
{
background-color: #E558B5;
}
.BgClassName
{
background-color: #E558B5;
}
</style>
border-color css
<style>
span { border-color: #E558B5; }
span { border-color: rgb(229,88,181); }
td.TdClassName
{
border-color: #E558B5;
}
.TagClassName
{
border-color: #E558B5;
}
</style>