Shades of Hot Pink #E66FAC
Tints of Hot Pink #E66FAC
RGB
CMYK
RGB Variations
Color information
#E66FAC (or 0xE66FAC) is known color: Hot Pink. HEX triplet: E6, 6F and AC. RGB value is (230,111,172). Sum of RGB (Red+Green+Blue) = 230+111+172=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66FAC is #199053. Grayscale: #999999. Windows color (decimal): -1675348 or 11300838. OLE color: 11300838.
HSL color Cylindrical-coordinate representation of color #E66FAC: hue angle of 329.24º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66FAC is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 172 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.10 |
| HSL | 329.24º | 0.7% | 0.67% | - |
| HSV(B) | 329.24º | 0.52% | 0.9% | - |
| XYZ | 45.76 | 31.17 | 42.63 | - |
| YUV | 153.54 | 138.42 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 172 | 0 | 0.52 | 0.25 | 0.10 | 329.24 | 0.7 | 0.67 |
| Hex | E6 | 6F | AC | 0 | 34 | 19 | A | 149 | 46 | 43 |
| Octal | 346 | 157 | 254 | 0 | 64 | 31 | 12 | 511 | 106 | 103 |
| Binary | 11100110 | 1101111 | 10101100 | 0 | 110100 | 11001 | 1010 | 101001001 | 1000110 | 1000011 |
Color Harmonies of #E66FAC
Complementary color
Monochromatic Colors of #E66FAC
Black with #E66FAC
Text Example
Text Example
White with #E66FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FAC; }
p { color: rgb(230,111,172); }
H1.HeaderClassName
{
color: #E66FAC;
}
.AnyTagClassName
{
color: #E66FAC;
}
</style>
background-color css
<style>
a { background-color: #E66FAC; }
a { background-color: rgb(230,111,172); }
div.DivClassName
{
background-color: #E66FAC;
}
.BgClassName
{
background-color: #E66FAC;
}
</style>
border-color css
<style>
span { border-color: #E66FAC; }
span { border-color: rgb(230,111,172); }
td.TdClassName
{
border-color: #E66FAC;
}
.TagClassName
{
border-color: #E66FAC;
}
</style>