Shades of Hot Pink #E868A9
Tints of Hot Pink #E868A9
RGB
CMYK
RGB Variations
Color information
#E868A9 (or 0xE868A9) is known color: Hot Pink. HEX triplet: E8, 68 and A9. RGB value is (232,104,169). Sum of RGB (Red+Green+Blue) = 232+104+169=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E868A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E868A9 is #179756. Grayscale: #959595. Windows color (decimal): -1546071 or 11102440. OLE color: 11102440.
HSL color Cylindrical-coordinate representation of color #E868A9: hue angle of 329.53º 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 #E868A9 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 169 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.09 |
| HSL | 329.53º | 0.74% | 0.66% | - |
| HSV(B) | 329.53º | 0.55% | 0.91% | - |
| XYZ | 45.39 | 29.92 | 40.92 | - |
| YUV | 149.68 | 138.91 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 169 | 0 | 0.55 | 0.27 | 0.09 | 329.53 | 0.74 | 0.66 |
| Hex | E8 | 68 | A9 | 0 | 37 | 1B | 9 | 14A | 4A | 42 |
| Octal | 350 | 150 | 251 | 0 | 67 | 33 | 11 | 512 | 112 | 102 |
| Binary | 11101000 | 1101000 | 10101001 | 0 | 110111 | 11011 | 1001 | 101001010 | 1001010 | 1000010 |
Color Harmonies of #E868A9
Complementary color
Monochromatic Colors of #E868A9
Black with #E868A9
Text Example
Text Example
White with #E868A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E868A9; }
p { color: rgb(232,104,169); }
H1.HeaderClassName
{
color: #E868A9;
}
.AnyTagClassName
{
color: #E868A9;
}
</style>
background-color css
<style>
a { background-color: #E868A9; }
a { background-color: rgb(232,104,169); }
div.DivClassName
{
background-color: #E868A9;
}
.BgClassName
{
background-color: #E868A9;
}
</style>
border-color css
<style>
span { border-color: #E868A9; }
span { border-color: rgb(232,104,169); }
td.TdClassName
{
border-color: #E868A9;
}
.TagClassName
{
border-color: #E868A9;
}
</style>