Shades of Hot Pink #E961B4
Tints of Hot Pink #E961B4
RGB
CMYK
RGB Variations
Color information
#E961B4 (or 0xE961B4) is known color: Hot Pink. HEX triplet: E9, 61 and B4. RGB value is (233,97,180). Sum of RGB (Red+Green+Blue) = 233+97+180=510 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.69% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 233 - color contains mainly: red. Hex color #E961B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E961B4 is #169E4B. Grayscale: #929292. Windows color (decimal): -1482316 or 11821545. OLE color: 11821545.
HSL color Cylindrical-coordinate representation of color #E961B4: hue angle of 323.38º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E961B4 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 97 | 180 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.09 |
| HSL | 323.38º | 0.76% | 0.65% | - |
| HSV(B) | 323.38º | 0.58% | 0.91% | - |
| XYZ | 46.12 | 29.17 | 46.38 | - |
| YUV | 147.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 97 | 180 | 0 | 0.58 | 0.23 | 0.09 | 323.38 | 0.76 | 0.65 |
| Hex | E9 | 61 | B4 | 0 | 3A | 17 | 9 | 143 | 4C | 41 |
| Octal | 351 | 141 | 264 | 0 | 72 | 27 | 11 | 503 | 114 | 101 |
| Binary | 11101001 | 1100001 | 10110100 | 0 | 111010 | 10111 | 1001 | 101000011 | 1001100 | 1000001 |
Color Harmonies of #E961B4
Complementary color
Monochromatic Colors of #E961B4
Black with #E961B4
Text Example
Text Example
White with #E961B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E961B4; }
p { color: rgb(233,97,180); }
H1.HeaderClassName
{
color: #E961B4;
}
.AnyTagClassName
{
color: #E961B4;
}
</style>
background-color css
<style>
a { background-color: #E961B4; }
a { background-color: rgb(233,97,180); }
div.DivClassName
{
background-color: #E961B4;
}
.BgClassName
{
background-color: #E961B4;
}
</style>
border-color css
<style>
span { border-color: #E961B4; }
span { border-color: rgb(233,97,180); }
td.TdClassName
{
border-color: #E961B4;
}
.TagClassName
{
border-color: #E961B4;
}
</style>