Shades of Hot Pink #E370AD
Tints of Hot Pink #E370AD
RGB
CMYK
RGB Variations
Color information
#E370AD (or 0xE370AD) is known color: Hot Pink. HEX triplet: E3, 70 and AD. RGB value is (227,112,173). Sum of RGB (Red+Green+Blue) = 227+112+173=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E370AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E370AD is #1C8F52. Grayscale: #999999. Windows color (decimal): -1871699 or 11366627. OLE color: 11366627.
HSL color Cylindrical-coordinate representation of color #E370AD: hue angle of 328.17º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E370AD is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 112 | 173 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.11 |
| HSL | 328.17º | 0.67% | 0.66% | - |
| HSV(B) | 328.17º | 0.51% | 0.89% | - |
| XYZ | 45.02 | 30.94 | 43.13 | - |
| YUV | 153.34 | 139.1 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 173 | 0 | 0.51 | 0.24 | 0.11 | 328.17 | 0.67 | 0.66 |
| Hex | E3 | 70 | AD | 0 | 33 | 18 | B | 148 | 43 | 42 |
| Octal | 343 | 160 | 255 | 0 | 63 | 30 | 13 | 510 | 103 | 102 |
| Binary | 11100011 | 1110000 | 10101101 | 0 | 110011 | 11000 | 1011 | 101001000 | 1000011 | 1000010 |
Color Harmonies of #E370AD
Complementary color
Monochromatic Colors of #E370AD
Black with #E370AD
Text Example
Text Example
White with #E370AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E370AD; }
p { color: rgb(227,112,173); }
H1.HeaderClassName
{
color: #E370AD;
}
.AnyTagClassName
{
color: #E370AD;
}
</style>
background-color css
<style>
a { background-color: #E370AD; }
a { background-color: rgb(227,112,173); }
div.DivClassName
{
background-color: #E370AD;
}
.BgClassName
{
background-color: #E370AD;
}
</style>
border-color css
<style>
span { border-color: #E370AD; }
span { border-color: rgb(227,112,173); }
td.TdClassName
{
border-color: #E370AD;
}
.TagClassName
{
border-color: #E370AD;
}
</style>