Shades of Hot Pink #E163AD
Tints of Hot Pink #E163AD
RGB
CMYK
RGB Variations
Color information
#E163AD (or 0xE163AD) is known color: Hot Pink. HEX triplet: E1, 63 and AD. RGB value is (225,99,173). Sum of RGB (Red+Green+Blue) = 225+99+173=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E163AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E163AD is #1E9C52. Grayscale: #909090. Windows color (decimal): -2006099 or 11363297. OLE color: 11363297.
HSL color Cylindrical-coordinate representation of color #E163AD: hue angle of 324.76º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E163AD is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 173 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.12 |
| HSL | 324.76º | 0.68% | 0.64% | - |
| HSV(B) | 324.76º | 0.56% | 0.88% | - |
| XYZ | 43.06 | 27.95 | 42.66 | - |
| YUV | 145.11 | 143.74 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 173 | 0 | 0.56 | 0.23 | 0.12 | 324.76 | 0.68 | 0.64 |
| Hex | E1 | 63 | AD | 0 | 38 | 17 | C | 145 | 44 | 40 |
| Octal | 341 | 143 | 255 | 0 | 70 | 27 | 14 | 505 | 104 | 100 |
| Binary | 11100001 | 1100011 | 10101101 | 0 | 111000 | 10111 | 1100 | 101000101 | 1000100 | 1000000 |
Color Harmonies of #E163AD
Complementary color
Monochromatic Colors of #E163AD
Black with #E163AD
Text Example
Text Example
White with #E163AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E163AD; }
p { color: rgb(225,99,173); }
H1.HeaderClassName
{
color: #E163AD;
}
.AnyTagClassName
{
color: #E163AD;
}
</style>
background-color css
<style>
a { background-color: #E163AD; }
a { background-color: rgb(225,99,173); }
div.DivClassName
{
background-color: #E163AD;
}
.BgClassName
{
background-color: #E163AD;
}
</style>
border-color css
<style>
span { border-color: #E163AD; }
span { border-color: rgb(225,99,173); }
td.TdClassName
{
border-color: #E163AD;
}
.TagClassName
{
border-color: #E163AD;
}
</style>