Shades of Hot Pink #E16CAC
Tints of Hot Pink #E16CAC
RGB
CMYK
RGB Variations
Color information
#E16CAC (or 0xE16CAC) is known color: Hot Pink. HEX triplet: E1, 6C and AC. RGB value is (225,108,172). Sum of RGB (Red+Green+Blue) = 225+108+172=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16CAC is #1E9353. Grayscale: #969696. Windows color (decimal): -2003796 or 11300065. OLE color: 11300065.
HSL color Cylindrical-coordinate representation of color #E16CAC: hue angle of 327.18º 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 #E16CAC is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 172 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.12 |
| HSL | 327.18º | 0.66% | 0.65% | - |
| HSV(B) | 327.18º | 0.52% | 0.88% | - |
| XYZ | 43.86 | 29.71 | 42.45 | - |
| YUV | 150.28 | 140.26 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 172 | 0 | 0.52 | 0.24 | 0.12 | 327.18 | 0.66 | 0.65 |
| Hex | E1 | 6C | AC | 0 | 34 | 18 | C | 147 | 42 | 41 |
| Octal | 341 | 154 | 254 | 0 | 64 | 30 | 14 | 507 | 102 | 101 |
| Binary | 11100001 | 1101100 | 10101100 | 0 | 110100 | 11000 | 1100 | 101000111 | 1000010 | 1000001 |
Color Harmonies of #E16CAC
Complementary color
Monochromatic Colors of #E16CAC
Black with #E16CAC
Text Example
Text Example
White with #E16CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16CAC; }
p { color: rgb(225,108,172); }
H1.HeaderClassName
{
color: #E16CAC;
}
.AnyTagClassName
{
color: #E16CAC;
}
</style>
background-color css
<style>
a { background-color: #E16CAC; }
a { background-color: rgb(225,108,172); }
div.DivClassName
{
background-color: #E16CAC;
}
.BgClassName
{
background-color: #E16CAC;
}
</style>
border-color css
<style>
span { border-color: #E16CAC; }
span { border-color: rgb(225,108,172); }
td.TdClassName
{
border-color: #E16CAC;
}
.TagClassName
{
border-color: #E16CAC;
}
</style>