Shades of Hot Pink #E671AB
Tints of Hot Pink #E671AB
RGB
CMYK
RGB Variations
Color information
#E671AB (or 0xE671AB) is known color: Hot Pink. HEX triplet: E6, 71 and AB. RGB value is (230,113,171). Sum of RGB (Red+Green+Blue) = 230+113+171=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 113 (44.53% from 255 or 21.98% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E671AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E671AB is #198E54. Grayscale: #9A9A9A. Windows color (decimal): -1674837 or 11235814. OLE color: 11235814.
HSL color Cylindrical-coordinate representation of color #E671AB: hue angle of 330.26º 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 #E671AB is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 113 | 171 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.10 |
| HSL | 330.26º | 0.7% | 0.67% | - |
| HSV(B) | 330.26º | 0.51% | 0.9% | - |
| XYZ | 45.89 | 31.57 | 42.2 | - |
| YUV | 154.6 | 137.26 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 113 | 171 | 0 | 0.51 | 0.26 | 0.10 | 330.26 | 0.7 | 0.67 |
| Hex | E6 | 71 | AB | 0 | 33 | 1A | A | 14A | 46 | 43 |
| Octal | 346 | 161 | 253 | 0 | 63 | 32 | 12 | 512 | 106 | 103 |
| Binary | 11100110 | 1110001 | 10101011 | 0 | 110011 | 11010 | 1010 | 101001010 | 1000110 | 1000011 |
Color Harmonies of #E671AB
Complementary color
Monochromatic Colors of #E671AB
Black with #E671AB
Text Example
Text Example
White with #E671AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E671AB; }
p { color: rgb(230,113,171); }
H1.HeaderClassName
{
color: #E671AB;
}
.AnyTagClassName
{
color: #E671AB;
}
</style>
background-color css
<style>
a { background-color: #E671AB; }
a { background-color: rgb(230,113,171); }
div.DivClassName
{
background-color: #E671AB;
}
.BgClassName
{
background-color: #E671AB;
}
</style>
border-color css
<style>
span { border-color: #E671AB; }
span { border-color: rgb(230,113,171); }
td.TdClassName
{
border-color: #E671AB;
}
.TagClassName
{
border-color: #E671AB;
}
</style>