Shades of Hot Pink #E869B0
Tints of Hot Pink #E869B0
RGB
CMYK
RGB Variations
Color information
#E869B0 (or 0xE869B0) is known color: Hot Pink. HEX triplet: E8, 69 and B0. RGB value is (232,105,176). Sum of RGB (Red+Green+Blue) = 232+105+176=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E869B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E869B0 is #17964F. Grayscale: #969696. Windows color (decimal): -1545808 or 11561448. OLE color: 11561448.
HSL color Cylindrical-coordinate representation of color #E869B0: hue angle of 326.46º degrees, saturation: 0.73, 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 #E869B0 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 176 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.09 |
| HSL | 326.46º | 0.73% | 0.66% | - |
| HSV(B) | 326.46º | 0.55% | 0.91% | - |
| XYZ | 46.17 | 30.39 | 44.51 | - |
| YUV | 151.07 | 142.08 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 176 | 0 | 0.55 | 0.24 | 0.09 | 326.46 | 0.73 | 0.66 |
| Hex | E8 | 69 | B0 | 0 | 37 | 18 | 9 | 146 | 49 | 42 |
| Octal | 350 | 151 | 260 | 0 | 67 | 30 | 11 | 506 | 111 | 102 |
| Binary | 11101000 | 1101001 | 10110000 | 0 | 110111 | 11000 | 1001 | 101000110 | 1001001 | 1000010 |
Color Harmonies of #E869B0
Complementary color
Monochromatic Colors of #E869B0
Black with #E869B0
Text Example
Text Example
White with #E869B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E869B0; }
p { color: rgb(232,105,176); }
H1.HeaderClassName
{
color: #E869B0;
}
.AnyTagClassName
{
color: #E869B0;
}
</style>
background-color css
<style>
a { background-color: #E869B0; }
a { background-color: rgb(232,105,176); }
div.DivClassName
{
background-color: #E869B0;
}
.BgClassName
{
background-color: #E869B0;
}
</style>
border-color css
<style>
span { border-color: #E869B0; }
span { border-color: rgb(232,105,176); }
td.TdClassName
{
border-color: #E869B0;
}
.TagClassName
{
border-color: #E869B0;
}
</style>