Shades of Hot Pink #E965A6
Tints of Hot Pink #E965A6
RGB
CMYK
RGB Variations
Color information
#E965A6 (or 0xE965A6) is known color: Hot Pink. HEX triplet: E9, 65 and A6. RGB value is (233,101,166). Sum of RGB (Red+Green+Blue) = 233+101+166=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 166 (65.23% from 255 or 33.2% from 500); Max value from RGB is 233 - color contains mainly: red. Hex color #E965A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E965A6 is #169A59. Grayscale: #939393. Windows color (decimal): -1481306 or 10905065. OLE color: 10905065.
HSL color Cylindrical-coordinate representation of color #E965A6: hue angle of 330.45º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E965A6 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 166 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.09 |
| HSL | 330.45º | 0.75% | 0.65% | - |
| HSV(B) | 330.45º | 0.57% | 0.91% | - |
| XYZ | 45.14 | 29.38 | 39.37 | - |
| YUV | 147.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 166 | 0 | 0.57 | 0.29 | 0.09 | 330.45 | 0.75 | 0.65 |
| Hex | E9 | 65 | A6 | 0 | 39 | 1D | 9 | 14A | 4B | 41 |
| Octal | 351 | 145 | 246 | 0 | 71 | 35 | 11 | 512 | 113 | 101 |
| Binary | 11101001 | 1100101 | 10100110 | 0 | 111001 | 11101 | 1001 | 101001010 | 1001011 | 1000001 |
Color Harmonies of #E965A6
Complementary color
Monochromatic Colors of #E965A6
Black with #E965A6
Text Example
Text Example
White with #E965A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965A6; }
p { color: rgb(233,101,166); }
H1.HeaderClassName
{
color: #E965A6;
}
.AnyTagClassName
{
color: #E965A6;
}
</style>
background-color css
<style>
a { background-color: #E965A6; }
a { background-color: rgb(233,101,166); }
div.DivClassName
{
background-color: #E965A6;
}
.BgClassName
{
background-color: #E965A6;
}
</style>
border-color css
<style>
span { border-color: #E965A6; }
span { border-color: rgb(233,101,166); }
td.TdClassName
{
border-color: #E965A6;
}
.TagClassName
{
border-color: #E965A6;
}
</style>