Shades of Hot Pink #E169AD
Tints of Hot Pink #E169AD
RGB
CMYK
RGB Variations
Color information
#E169AD (or 0xE169AD) is known color: Hot Pink. HEX triplet: E1, 69 and AD. RGB value is (225,105,173). Sum of RGB (Red+Green+Blue) = 225+105+173=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E169AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E169AD is #1E9652. Grayscale: #949494. Windows color (decimal): -2004563 or 11364833. OLE color: 11364833.
HSL color Cylindrical-coordinate representation of color #E169AD: hue angle of 326º degrees, saturation: 0.67, 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 #E169AD is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 173 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.12 |
| HSL | 326º | 0.67% | 0.65% | - |
| HSV(B) | 326º | 0.53% | 0.88% | - |
| XYZ | 43.65 | 29.13 | 42.86 | - |
| YUV | 148.63 | 141.76 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 173 | 0 | 0.53 | 0.23 | 0.12 | 326 | 0.67 | 0.65 |
| Hex | E1 | 69 | AD | 0 | 35 | 17 | C | 146 | 43 | 41 |
| Octal | 341 | 151 | 255 | 0 | 65 | 27 | 14 | 506 | 103 | 101 |
| Binary | 11100001 | 1101001 | 10101101 | 0 | 110101 | 10111 | 1100 | 101000110 | 1000011 | 1000001 |
Color Harmonies of #E169AD
Complementary color
Monochromatic Colors of #E169AD
Black with #E169AD
Text Example
Text Example
White with #E169AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169AD; }
p { color: rgb(225,105,173); }
H1.HeaderClassName
{
color: #E169AD;
}
.AnyTagClassName
{
color: #E169AD;
}
</style>
background-color css
<style>
a { background-color: #E169AD; }
a { background-color: rgb(225,105,173); }
div.DivClassName
{
background-color: #E169AD;
}
.BgClassName
{
background-color: #E169AD;
}
</style>
border-color css
<style>
span { border-color: #E169AD; }
span { border-color: rgb(225,105,173); }
td.TdClassName
{
border-color: #E169AD;
}
.TagClassName
{
border-color: #E169AD;
}
</style>