Shades of Hot Pink #E554B6
Tints of Hot Pink #E554B6
RGB
CMYK
RGB Variations
Color information
#E554B6 (or 0xE554B6) is known color: Hot Pink. HEX triplet: E5, 54 and B6. RGB value is (229,84,182). Sum of RGB (Red+Green+Blue) = 229+84+182=495 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.26% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 229 - color contains mainly: red. Hex color #E554B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E554B6 is #1AAB49. Grayscale: #8A8A8A. Windows color (decimal): -1747786 or 11949285. OLE color: 11949285.
HSL color Cylindrical-coordinate representation of color #E554B6: hue angle of 319.45º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E554B6 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 182 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.10 |
| HSL | 319.45º | 0.74% | 0.61% | - |
| HSV(B) | 319.45º | 0.63% | 0.9% | - |
| XYZ | 43.93 | 26.38 | 47.03 | - |
| YUV | 138.53 | 152.54 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 182 | 0 | 0.63 | 0.21 | 0.10 | 319.45 | 0.74 | 0.61 |
| Hex | E5 | 54 | B6 | 0 | 3F | 15 | A | 13F | 4A | 3D |
| Octal | 345 | 124 | 266 | 0 | 77 | 25 | 12 | 477 | 112 | 75 |
| Binary | 11100101 | 1010100 | 10110110 | 0 | 111111 | 10101 | 1010 | 100111111 | 1001010 | 111101 |
Color Harmonies of #E554B6
Complementary color
Monochromatic Colors of #E554B6
Black with #E554B6
Text Example
Text Example
White with #E554B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E554B6; }
p { color: rgb(229,84,182); }
H1.HeaderClassName
{
color: #E554B6;
}
.AnyTagClassName
{
color: #E554B6;
}
</style>
background-color css
<style>
a { background-color: #E554B6; }
a { background-color: rgb(229,84,182); }
div.DivClassName
{
background-color: #E554B6;
}
.BgClassName
{
background-color: #E554B6;
}
</style>
border-color css
<style>
span { border-color: #E554B6; }
span { border-color: rgb(229,84,182); }
td.TdClassName
{
border-color: #E554B6;
}
.TagClassName
{
border-color: #E554B6;
}
</style>