Shades of Hot Pink #E965A8
Tints of Hot Pink #E965A8
RGB
CMYK
RGB Variations
Color information
#E965A8 (or 0xE965A8) is known color: Hot Pink. HEX triplet: E9, 65 and A8. RGB value is (233,101,168). Sum of RGB (Red+Green+Blue) = 233+101+168=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 168 (66.02% from 255 or 33.47% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E965A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E965A8 is #169A57. Grayscale: #939393. Windows color (decimal): -1481304 or 11036137. OLE color: 11036137.
HSL color Cylindrical-coordinate representation of color #E965A8: hue angle of 329.55º 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 #E965A8 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 168 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.09 |
| HSL | 329.55º | 0.75% | 0.65% | - |
| HSV(B) | 329.55º | 0.57% | 0.91% | - |
| XYZ | 45.33 | 29.46 | 40.34 | - |
| YUV | 148.11 | 139.23 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 168 | 0 | 0.57 | 0.28 | 0.09 | 329.55 | 0.75 | 0.65 |
| Hex | E9 | 65 | A8 | 0 | 39 | 1C | 9 | 14A | 4B | 41 |
| Octal | 351 | 145 | 250 | 0 | 71 | 34 | 11 | 512 | 113 | 101 |
| Binary | 11101001 | 1100101 | 10101000 | 0 | 111001 | 11100 | 1001 | 101001010 | 1001011 | 1000001 |
Color Harmonies of #E965A8
Complementary color
Monochromatic Colors of #E965A8
Black with #E965A8
Text Example
Text Example
White with #E965A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965A8; }
p { color: rgb(233,101,168); }
H1.HeaderClassName
{
color: #E965A8;
}
.AnyTagClassName
{
color: #E965A8;
}
</style>
background-color css
<style>
a { background-color: #E965A8; }
a { background-color: rgb(233,101,168); }
div.DivClassName
{
background-color: #E965A8;
}
.BgClassName
{
background-color: #E965A8;
}
</style>
border-color css
<style>
span { border-color: #E965A8; }
span { border-color: rgb(233,101,168); }
td.TdClassName
{
border-color: #E965A8;
}
.TagClassName
{
border-color: #E965A8;
}
</style>