Shades of Hot Pink #E561B6
Tints of Hot Pink #E561B6
RGB
CMYK
RGB Variations
Color information
#E561B6 (or 0xE561B6) is known color: Hot Pink. HEX triplet: E5, 61 and B6. RGB value is (229,97,182). Sum of RGB (Red+Green+Blue) = 229+97+182=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E561B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E561B6 is #1A9E49. Grayscale: #919191. Windows color (decimal): -1744458 or 11952613. OLE color: 11952613.
HSL color Cylindrical-coordinate representation of color #E561B6: hue angle of 321.36º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E561B6 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 182 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.10 |
| HSL | 321.36º | 0.72% | 0.64% | - |
| HSV(B) | 321.36º | 0.58% | 0.9% | - |
| XYZ | 45.03 | 28.58 | 47.4 | - |
| YUV | 146.16 | 148.23 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 182 | 0 | 0.58 | 0.21 | 0.10 | 321.36 | 0.72 | 0.64 |
| Hex | E5 | 61 | B6 | 0 | 3A | 15 | A | 141 | 48 | 40 |
| Octal | 345 | 141 | 266 | 0 | 72 | 25 | 12 | 501 | 110 | 100 |
| Binary | 11100101 | 1100001 | 10110110 | 0 | 111010 | 10101 | 1010 | 101000001 | 1001000 | 1000000 |
Color Harmonies of #E561B6
Complementary color
Monochromatic Colors of #E561B6
Black with #E561B6
Text Example
Text Example
White with #E561B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E561B6; }
p { color: rgb(229,97,182); }
H1.HeaderClassName
{
color: #E561B6;
}
.AnyTagClassName
{
color: #E561B6;
}
</style>
background-color css
<style>
a { background-color: #E561B6; }
a { background-color: rgb(229,97,182); }
div.DivClassName
{
background-color: #E561B6;
}
.BgClassName
{
background-color: #E561B6;
}
</style>
border-color css
<style>
span { border-color: #E561B6; }
span { border-color: rgb(229,97,182); }
td.TdClassName
{
border-color: #E561B6;
}
.TagClassName
{
border-color: #E561B6;
}
</style>