Shades of Hot Pink #E270AD
Tints of Hot Pink #E270AD
RGB
CMYK
RGB Variations
Color information
#E270AD (or 0xE270AD) is known color: Hot Pink. HEX triplet: E2, 70 and AD. RGB value is (226,112,173). Sum of RGB (Red+Green+Blue) = 226+112+173=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E270AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E270AD is #1D8F52. Grayscale: #989898. Windows color (decimal): -1937235 or 11366626. OLE color: 11366626.
HSL color Cylindrical-coordinate representation of color #E270AD: hue angle of 327.89º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E270AD is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 173 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.11 |
| HSL | 327.89º | 0.66% | 0.66% | - |
| HSV(B) | 327.89º | 0.5% | 0.89% | - |
| XYZ | 44.7 | 30.77 | 43.12 | - |
| YUV | 153.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 173 | 0 | 0.50 | 0.23 | 0.11 | 327.89 | 0.66 | 0.66 |
| Hex | E2 | 70 | AD | 0 | 32 | 17 | B | 148 | 42 | 42 |
| Octal | 342 | 160 | 255 | 0 | 62 | 27 | 13 | 510 | 102 | 102 |
| Binary | 11100010 | 1110000 | 10101101 | 0 | 110010 | 10111 | 1011 | 101001000 | 1000010 | 1000010 |
Color Harmonies of #E270AD
Complementary color
Monochromatic Colors of #E270AD
Black with #E270AD
Text Example
Text Example
White with #E270AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E270AD; }
p { color: rgb(226,112,173); }
H1.HeaderClassName
{
color: #E270AD;
}
.AnyTagClassName
{
color: #E270AD;
}
</style>
background-color css
<style>
a { background-color: #E270AD; }
a { background-color: rgb(226,112,173); }
div.DivClassName
{
background-color: #E270AD;
}
.BgClassName
{
background-color: #E270AD;
}
</style>
border-color css
<style>
span { border-color: #E270AD; }
span { border-color: rgb(226,112,173); }
td.TdClassName
{
border-color: #E270AD;
}
.TagClassName
{
border-color: #E270AD;
}
</style>