Shades of Hot Pink #E16DAE
Tints of Hot Pink #E16DAE
RGB
CMYK
RGB Variations
Color information
#E16DAE (or 0xE16DAE) is known color: Hot Pink. HEX triplet: E1, 6D and AE. RGB value is (225,109,174). Sum of RGB (Red+Green+Blue) = 225+109+174=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 174 (68.36% from 255 or 34.25% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16DAE is #1E9251. Grayscale: #969696. Windows color (decimal): -2003538 or 11431393. OLE color: 11431393.
HSL color Cylindrical-coordinate representation of color #E16DAE: hue angle of 326.38º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16DAE is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 174 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.12 |
| HSL | 326.38º | 0.66% | 0.65% | - |
| HSV(B) | 326.38º | 0.52% | 0.88% | - |
| XYZ | 44.16 | 30 | 43.51 | - |
| YUV | 151.09 | 140.93 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 174 | 0 | 0.52 | 0.23 | 0.12 | 326.38 | 0.66 | 0.65 |
| Hex | E1 | 6D | AE | 0 | 34 | 17 | C | 146 | 42 | 41 |
| Octal | 341 | 155 | 256 | 0 | 64 | 27 | 14 | 506 | 102 | 101 |
| Binary | 11100001 | 1101101 | 10101110 | 0 | 110100 | 10111 | 1100 | 101000110 | 1000010 | 1000001 |
Color Harmonies of #E16DAE
Complementary color
Monochromatic Colors of #E16DAE
Black with #E16DAE
Text Example
Text Example
White with #E16DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16DAE; }
p { color: rgb(225,109,174); }
H1.HeaderClassName
{
color: #E16DAE;
}
.AnyTagClassName
{
color: #E16DAE;
}
</style>
background-color css
<style>
a { background-color: #E16DAE; }
a { background-color: rgb(225,109,174); }
div.DivClassName
{
background-color: #E16DAE;
}
.BgClassName
{
background-color: #E16DAE;
}
</style>
border-color css
<style>
span { border-color: #E16DAE; }
span { border-color: rgb(225,109,174); }
td.TdClassName
{
border-color: #E16DAE;
}
.TagClassName
{
border-color: #E16DAE;
}
</style>