Shades of Neon Pink #E869BB
Tints of Neon Pink #E869BB
RGB
CMYK
RGB Variations
Color information
#E869BB (or 0xE869BB) is known color: Neon Pink. HEX triplet: E8, 69 and BB. RGB value is (232,105,187). Sum of RGB (Red+Green+Blue) = 232+105+187=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E869BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E869BB is #179644. Grayscale: #989898. Windows color (decimal): -1545797 or 12282344. OLE color: 12282344.
HSL color Cylindrical-coordinate representation of color #E869BB: hue angle of 321.26º 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 #E869BB is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 105 | 187 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.09 |
| HSL | 321.26º | 0.73% | 0.66% | - |
| HSV(B) | 321.26º | 0.55% | 0.91% | - |
| XYZ | 47.3 | 30.85 | 50.47 | - |
| YUV | 152.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 105 | 187 | 0 | 0.55 | 0.19 | 0.09 | 321.26 | 0.73 | 0.66 |
| Hex | E8 | 69 | BB | 0 | 37 | 13 | 9 | 141 | 49 | 42 |
| Octal | 350 | 151 | 273 | 0 | 67 | 23 | 11 | 501 | 111 | 102 |
| Binary | 11101000 | 1101001 | 10111011 | 0 | 110111 | 10011 | 1001 | 101000001 | 1001001 | 1000010 |
Color Harmonies of #E869BB
Complementary color
Monochromatic Colors of #E869BB
Black with #E869BB
Text Example
Text Example
White with #E869BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E869BB; }
p { color: rgb(232,105,187); }
H1.HeaderClassName
{
color: #E869BB;
}
.AnyTagClassName
{
color: #E869BB;
}
</style>
background-color css
<style>
a { background-color: #E869BB; }
a { background-color: rgb(232,105,187); }
div.DivClassName
{
background-color: #E869BB;
}
.BgClassName
{
background-color: #E869BB;
}
</style>
border-color css
<style>
span { border-color: #E869BB; }
span { border-color: rgb(232,105,187); }
td.TdClassName
{
border-color: #E869BB;
}
.TagClassName
{
border-color: #E869BB;
}
</style>