Shades of Hot Pink #E671AD
Tints of Hot Pink #E671AD
RGB
CMYK
RGB Variations
Color information
#E671AD (or 0xE671AD) is known color: Hot Pink. HEX triplet: E6, 71 and AD. RGB value is (230,113,173). Sum of RGB (Red+Green+Blue) = 230+113+173=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E671AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E671AD is #198E52. Grayscale: #9A9A9A. Windows color (decimal): -1674835 or 11366886. OLE color: 11366886.
HSL color Cylindrical-coordinate representation of color #E671AD: hue angle of 329.23º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E671AD is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 173 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.10 |
| HSL | 329.23º | 0.7% | 0.67% | - |
| HSV(B) | 329.23º | 0.51% | 0.9% | - |
| XYZ | 46.08 | 31.65 | 43.22 | - |
| YUV | 154.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 173 | 0 | 0.51 | 0.25 | 0.10 | 329.23 | 0.7 | 0.67 |
| Hex | E6 | 71 | AD | 0 | 33 | 19 | A | 149 | 46 | 43 |
| Octal | 346 | 161 | 255 | 0 | 63 | 31 | 12 | 511 | 106 | 103 |
| Binary | 11100110 | 1110001 | 10101101 | 0 | 110011 | 11001 | 1010 | 101001001 | 1000110 | 1000011 |
Color Harmonies of #E671AD
Complementary color
Monochromatic Colors of #E671AD
Black with #E671AD
Text Example
Text Example
White with #E671AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671AD; }
p { color: rgb(230,113,173); }
H1.HeaderClassName
{
color: #E671AD;
}
.AnyTagClassName
{
color: #E671AD;
}
</style>
background-color css
<style>
a { background-color: #E671AD; }
a { background-color: rgb(230,113,173); }
div.DivClassName
{
background-color: #E671AD;
}
.BgClassName
{
background-color: #E671AD;
}
</style>
border-color css
<style>
span { border-color: #E671AD; }
span { border-color: rgb(230,113,173); }
td.TdClassName
{
border-color: #E671AD;
}
.TagClassName
{
border-color: #E671AD;
}
</style>