Shades of Hot Pink #E470AD
Tints of Hot Pink #E470AD
RGB
CMYK
RGB Variations
Color information
#E470AD (or 0xE470AD) is known color: Hot Pink. HEX triplet: E4, 70 and AD. RGB value is (228,112,173). Sum of RGB (Red+Green+Blue) = 228+112+173=513 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.44% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 228 - color contains mainly: red. Hex color #E470AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E470AD is #1B8F52. Grayscale: #999999. Windows color (decimal): -1806163 or 11366628. OLE color: 11366628.
HSL color Cylindrical-coordinate representation of color #E470AD: hue angle of 328.45º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E470AD is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 112 | 173 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.11 |
| HSL | 328.45º | 0.68% | 0.67% | - |
| HSV(B) | 328.45º | 0.51% | 0.89% | - |
| XYZ | 45.33 | 31.1 | 43.15 | - |
| YUV | 153.64 | 138.93 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 112 | 173 | 0 | 0.51 | 0.24 | 0.11 | 328.45 | 0.68 | 0.67 |
| Hex | E4 | 70 | AD | 0 | 33 | 18 | B | 148 | 44 | 43 |
| Octal | 344 | 160 | 255 | 0 | 63 | 30 | 13 | 510 | 104 | 103 |
| Binary | 11100100 | 1110000 | 10101101 | 0 | 110011 | 11000 | 1011 | 101001000 | 1000100 | 1000011 |
Color Harmonies of #E470AD
Complementary color
Monochromatic Colors of #E470AD
Black with #E470AD
Text Example
Text Example
White with #E470AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E470AD; }
p { color: rgb(228,112,173); }
H1.HeaderClassName
{
color: #E470AD;
}
.AnyTagClassName
{
color: #E470AD;
}
</style>
background-color css
<style>
a { background-color: #E470AD; }
a { background-color: rgb(228,112,173); }
div.DivClassName
{
background-color: #E470AD;
}
.BgClassName
{
background-color: #E470AD;
}
</style>
border-color css
<style>
span { border-color: #E470AD; }
span { border-color: rgb(228,112,173); }
td.TdClassName
{
border-color: #E470AD;
}
.TagClassName
{
border-color: #E470AD;
}
</style>