Shades of Hot Pink #E868A6
Tints of Hot Pink #E868A6
RGB
CMYK
RGB Variations
Color information
#E868A6 (or 0xE868A6) is known color: Hot Pink. HEX triplet: E8, 68 and A6. RGB value is (232,104,166). Sum of RGB (Red+Green+Blue) = 232+104+166=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E868A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E868A6 is #179759. Grayscale: #959595. Windows color (decimal): -1546074 or 10905832. OLE color: 10905832.
HSL color Cylindrical-coordinate representation of color #E868A6: hue angle of 330.94º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E868A6 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 166 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.09 |
| HSL | 330.94º | 0.74% | 0.66% | - |
| HSV(B) | 330.94º | 0.55% | 0.91% | - |
| XYZ | 45.11 | 29.81 | 39.45 | - |
| YUV | 149.34 | 137.41 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 166 | 0 | 0.55 | 0.28 | 0.09 | 330.94 | 0.74 | 0.66 |
| Hex | E8 | 68 | A6 | 0 | 37 | 1C | 9 | 14B | 4A | 42 |
| Octal | 350 | 150 | 246 | 0 | 67 | 34 | 11 | 513 | 112 | 102 |
| Binary | 11101000 | 1101000 | 10100110 | 0 | 110111 | 11100 | 1001 | 101001011 | 1001010 | 1000010 |
Color Harmonies of #E868A6
Complementary color
Monochromatic Colors of #E868A6
Black with #E868A6
Text Example
Text Example
White with #E868A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E868A6; }
p { color: rgb(232,104,166); }
H1.HeaderClassName
{
color: #E868A6;
}
.AnyTagClassName
{
color: #E868A6;
}
</style>
background-color css
<style>
a { background-color: #E868A6; }
a { background-color: rgb(232,104,166); }
div.DivClassName
{
background-color: #E868A6;
}
.BgClassName
{
background-color: #E868A6;
}
</style>
border-color css
<style>
span { border-color: #E868A6; }
span { border-color: rgb(232,104,166); }
td.TdClassName
{
border-color: #E868A6;
}
.TagClassName
{
border-color: #E868A6;
}
</style>