Shades of Hot Pink #E556B5
Tints of Hot Pink #E556B5
RGB
CMYK
RGB Variations
Color information
#E556B5 (or 0xE556B5) is known color: Hot Pink. HEX triplet: E5, 56 and B5. RGB value is (229,86,181). Sum of RGB (Red+Green+Blue) = 229+86+181=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 181 (71.09% from 255 or 36.49% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E556B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E556B5 is #1AA94A. Grayscale: #8B8B8B. Windows color (decimal): -1747275 or 11884261. OLE color: 11884261.
HSL color Cylindrical-coordinate representation of color #E556B5: hue angle of 320.14º 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 #E556B5 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 181 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.10 |
| HSL | 320.14º | 0.73% | 0.62% | - |
| HSV(B) | 320.14º | 0.62% | 0.9% | - |
| XYZ | 43.98 | 26.65 | 46.54 | - |
| YUV | 139.59 | 151.38 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 181 | 0 | 0.62 | 0.21 | 0.10 | 320.14 | 0.73 | 0.62 |
| Hex | E5 | 56 | B5 | 0 | 3E | 15 | A | 140 | 49 | 3E |
| Octal | 345 | 126 | 265 | 0 | 76 | 25 | 12 | 500 | 111 | 76 |
| Binary | 11100101 | 1010110 | 10110101 | 0 | 111110 | 10101 | 1010 | 101000000 | 1001001 | 111110 |
Color Harmonies of #E556B5
Complementary color
Monochromatic Colors of #E556B5
Black with #E556B5
Text Example
Text Example
White with #E556B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E556B5; }
p { color: rgb(229,86,181); }
H1.HeaderClassName
{
color: #E556B5;
}
.AnyTagClassName
{
color: #E556B5;
}
</style>
background-color css
<style>
a { background-color: #E556B5; }
a { background-color: rgb(229,86,181); }
div.DivClassName
{
background-color: #E556B5;
}
.BgClassName
{
background-color: #E556B5;
}
</style>
border-color css
<style>
span { border-color: #E556B5; }
span { border-color: rgb(229,86,181); }
td.TdClassName
{
border-color: #E556B5;
}
.TagClassName
{
border-color: #E556B5;
}
</style>