Shades of Hot Pink #E16AB4
Tints of Hot Pink #E16AB4
RGB
CMYK
RGB Variations
Color information
#E16AB4 (or 0xE16AB4) is known color: Hot Pink. HEX triplet: E1, 6A and B4. RGB value is (225,106,180). Sum of RGB (Red+Green+Blue) = 225+106+180=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E16AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16AB4 is #1E954B. Grayscale: #959595. Windows color (decimal): -2004300 or 11823841. OLE color: 11823841.
HSL color Cylindrical-coordinate representation of color #E16AB4: hue angle of 322.69º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16AB4 is Cyan = 0, Magento = 0.53, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 180 | - |
| CMYK | 0 | 0.53 | 0.2 | 0.12 |
| HSL | 322.69º | 0.66% | 0.65% | - |
| HSV(B) | 322.69º | 0.53% | 0.88% | - |
| XYZ | 44.44 | 29.61 | 46.55 | - |
| YUV | 150.02 | 144.92 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 180 | 0 | 0.53 | 0.2 | 0.12 | 322.69 | 0.66 | 0.65 |
| Hex | E1 | 6A | B4 | 0 | 35 | 14 | C | 143 | 42 | 41 |
| Octal | 341 | 152 | 264 | 0 | 65 | 24 | 14 | 503 | 102 | 101 |
| Binary | 11100001 | 1101010 | 10110100 | 0 | 110101 | 10100 | 1100 | 101000011 | 1000010 | 1000001 |
Color Harmonies of #E16AB4
Complementary color
Monochromatic Colors of #E16AB4
Black with #E16AB4
Text Example
Text Example
White with #E16AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16AB4; }
p { color: rgb(225,106,180); }
H1.HeaderClassName
{
color: #E16AB4;
}
.AnyTagClassName
{
color: #E16AB4;
}
</style>
background-color css
<style>
a { background-color: #E16AB4; }
a { background-color: rgb(225,106,180); }
div.DivClassName
{
background-color: #E16AB4;
}
.BgClassName
{
background-color: #E16AB4;
}
</style>
border-color css
<style>
span { border-color: #E16AB4; }
span { border-color: rgb(225,106,180); }
td.TdClassName
{
border-color: #E16AB4;
}
.TagClassName
{
border-color: #E16AB4;
}
</style>