Shades of Hot Pink #E360BA
Tints of Hot Pink #E360BA
RGB
CMYK
RGB Variations
Color information
#E360BA (or 0xE360BA) is known color: Hot Pink. HEX triplet: E3, 60 and BA. RGB value is (227,96,186). Sum of RGB (Red+Green+Blue) = 227+96+186=509 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.60% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 227 - color contains mainly: red. Hex color #E360BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E360BA is #1C9F45. Grayscale: #919191. Windows color (decimal): -1875782 or 12214499. OLE color: 12214499.
HSL color Cylindrical-coordinate representation of color #E360BA: hue angle of 318.78º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E360BA is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 96 | 186 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.11 |
| HSL | 318.78º | 0.7% | 0.63% | - |
| HSV(B) | 318.78º | 0.58% | 0.89% | - |
| XYZ | 44.72 | 28.24 | 49.55 | - |
| YUV | 145.43 | 150.9 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 96 | 186 | 0 | 0.58 | 0.18 | 0.11 | 318.78 | 0.7 | 0.63 |
| Hex | E3 | 60 | BA | 0 | 3A | 12 | B | 13F | 46 | 3F |
| Octal | 343 | 140 | 272 | 0 | 72 | 22 | 13 | 477 | 106 | 77 |
| Binary | 11100011 | 1100000 | 10111010 | 0 | 111010 | 10010 | 1011 | 100111111 | 1000110 | 111111 |
Color Harmonies of #E360BA
Complementary color
Monochromatic Colors of #E360BA
Black with #E360BA
Text Example
Text Example
White with #E360BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E360BA; }
p { color: rgb(227,96,186); }
H1.HeaderClassName
{
color: #E360BA;
}
.AnyTagClassName
{
color: #E360BA;
}
</style>
background-color css
<style>
a { background-color: #E360BA; }
a { background-color: rgb(227,96,186); }
div.DivClassName
{
background-color: #E360BA;
}
.BgClassName
{
background-color: #E360BA;
}
</style>
border-color css
<style>
span { border-color: #E360BA; }
span { border-color: rgb(227,96,186); }
td.TdClassName
{
border-color: #E360BA;
}
.TagClassName
{
border-color: #E360BA;
}
</style>