Shades of Hot Pink #E969B1
Tints of Hot Pink #E969B1
RGB
CMYK
RGB Variations
Color information
#E969B1 (or 0xE969B1) is known color: Hot Pink. HEX triplet: E9, 69 and B1. RGB value is (233,105,177). Sum of RGB (Red+Green+Blue) = 233+105+177=515 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.24% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 177 (69.53% from 255 or 34.37% from 515); Max value from RGB is 233 - color contains mainly: red. Hex color #E969B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E969B1 is #16964E. Grayscale: #979797. Windows color (decimal): -1480271 or 11626985. OLE color: 11626985.
HSL color Cylindrical-coordinate representation of color #E969B1: hue angle of 326.25º 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 #E969B1 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 105 | 177 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.09 |
| HSL | 326.25º | 0.74% | 0.66% | - |
| HSV(B) | 326.25º | 0.55% | 0.91% | - |
| XYZ | 46.59 | 30.6 | 45.05 | - |
| YUV | 151.48 | 142.41 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 105 | 177 | 0 | 0.55 | 0.24 | 0.09 | 326.25 | 0.74 | 0.66 |
| Hex | E9 | 69 | B1 | 0 | 37 | 18 | 9 | 146 | 4A | 42 |
| Octal | 351 | 151 | 261 | 0 | 67 | 30 | 11 | 506 | 112 | 102 |
| Binary | 11101001 | 1101001 | 10110001 | 0 | 110111 | 11000 | 1001 | 101000110 | 1001010 | 1000010 |
Color Harmonies of #E969B1
Complementary color
Monochromatic Colors of #E969B1
Black with #E969B1
Text Example
Text Example
White with #E969B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E969B1; }
p { color: rgb(233,105,177); }
H1.HeaderClassName
{
color: #E969B1;
}
.AnyTagClassName
{
color: #E969B1;
}
</style>
background-color css
<style>
a { background-color: #E969B1; }
a { background-color: rgb(233,105,177); }
div.DivClassName
{
background-color: #E969B1;
}
.BgClassName
{
background-color: #E969B1;
}
</style>
border-color css
<style>
span { border-color: #E969B1; }
span { border-color: rgb(233,105,177); }
td.TdClassName
{
border-color: #E969B1;
}
.TagClassName
{
border-color: #E969B1;
}
</style>