Shades of Hot Pink #E16CAE
Tints of Hot Pink #E16CAE
RGB
CMYK
RGB Variations
Color information
#E16CAE (or 0xE16CAE) is known color: Hot Pink. HEX triplet: E1, 6C and AE. RGB value is (225,108,174). Sum of RGB (Red+Green+Blue) = 225+108+174=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 174 (68.36% from 255 or 34.32% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16CAE is #1E9351. Grayscale: #969696. Windows color (decimal): -2003794 or 11431137. OLE color: 11431137.
HSL color Cylindrical-coordinate representation of color #E16CAE: hue angle of 326.15º 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 #E16CAE is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 174 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.12 |
| HSL | 326.15º | 0.66% | 0.65% | - |
| HSV(B) | 326.15º | 0.52% | 0.88% | - |
| XYZ | 44.05 | 29.79 | 43.47 | - |
| YUV | 150.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 174 | 0 | 0.52 | 0.23 | 0.12 | 326.15 | 0.66 | 0.65 |
| Hex | E1 | 6C | AE | 0 | 34 | 17 | C | 146 | 42 | 41 |
| Octal | 341 | 154 | 256 | 0 | 64 | 27 | 14 | 506 | 102 | 101 |
| Binary | 11100001 | 1101100 | 10101110 | 0 | 110100 | 10111 | 1100 | 101000110 | 1000010 | 1000001 |
Color Harmonies of #E16CAE
Complementary color
Monochromatic Colors of #E16CAE
Black with #E16CAE
Text Example
Text Example
White with #E16CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16CAE; }
p { color: rgb(225,108,174); }
H1.HeaderClassName
{
color: #E16CAE;
}
.AnyTagClassName
{
color: #E16CAE;
}
</style>
background-color css
<style>
a { background-color: #E16CAE; }
a { background-color: rgb(225,108,174); }
div.DivClassName
{
background-color: #E16CAE;
}
.BgClassName
{
background-color: #E16CAE;
}
</style>
border-color css
<style>
span { border-color: #E16CAE; }
span { border-color: rgb(225,108,174); }
td.TdClassName
{
border-color: #E16CAE;
}
.TagClassName
{
border-color: #E16CAE;
}
</style>