Shades of Hot Pink #E968A6
Tints of Hot Pink #E968A6
RGB
CMYK
RGB Variations
Color information
#E968A6 (or 0xE968A6) is known color: Hot Pink. HEX triplet: E9, 68 and A6. RGB value is (233,104,166). Sum of RGB (Red+Green+Blue) = 233+104+166=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E968A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E968A6 is #169759. Grayscale: #959595. Windows color (decimal): -1480538 or 10905833. OLE color: 10905833.
HSL color Cylindrical-coordinate representation of color #E968A6: hue angle of 331.16º degrees, saturation: 0.75, 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 #E968A6 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 104 | 166 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.09 |
| HSL | 331.16º | 0.75% | 0.66% | - |
| HSV(B) | 331.16º | 0.55% | 0.91% | - |
| XYZ | 45.44 | 29.98 | 39.47 | - |
| YUV | 149.64 | 137.24 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 104 | 166 | 0 | 0.55 | 0.29 | 0.09 | 331.16 | 0.75 | 0.66 |
| Hex | E9 | 68 | A6 | 0 | 37 | 1D | 9 | 14B | 4B | 42 |
| Octal | 351 | 150 | 246 | 0 | 67 | 35 | 11 | 513 | 113 | 102 |
| Binary | 11101001 | 1101000 | 10100110 | 0 | 110111 | 11101 | 1001 | 101001011 | 1001011 | 1000010 |
Color Harmonies of #E968A6
Complementary color
Monochromatic Colors of #E968A6
Black with #E968A6
Text Example
Text Example
White with #E968A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E968A6; }
p { color: rgb(233,104,166); }
H1.HeaderClassName
{
color: #E968A6;
}
.AnyTagClassName
{
color: #E968A6;
}
</style>
background-color css
<style>
a { background-color: #E968A6; }
a { background-color: rgb(233,104,166); }
div.DivClassName
{
background-color: #E968A6;
}
.BgClassName
{
background-color: #E968A6;
}
</style>
border-color css
<style>
span { border-color: #E968A6; }
span { border-color: rgb(233,104,166); }
td.TdClassName
{
border-color: #E968A6;
}
.TagClassName
{
border-color: #E968A6;
}
</style>