Shades of Neon Pink #E266BB
Tints of Neon Pink #E266BB
RGB
CMYK
RGB Variations
Color information
#E266BB (or 0xE266BB) is known color: Neon Pink. HEX triplet: E2, 66 and BB. RGB value is (226,102,187). Sum of RGB (Red+Green+Blue) = 226+102+187=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E266BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E266BB is #1D9944. Grayscale: #949494. Windows color (decimal): -1939781 or 12281570. OLE color: 12281570.
HSL color Cylindrical-coordinate representation of color #E266BB: hue angle of 318.87º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E266BB is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 187 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.11 |
| HSL | 318.87º | 0.68% | 0.64% | - |
| HSV(B) | 318.87º | 0.55% | 0.89% | - |
| XYZ | 45.09 | 29.26 | 50.29 | - |
| YUV | 148.77 | 149.58 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 187 | 0 | 0.55 | 0.17 | 0.11 | 318.87 | 0.68 | 0.64 |
| Hex | E2 | 66 | BB | 0 | 37 | 11 | B | 13F | 44 | 40 |
| Octal | 342 | 146 | 273 | 0 | 67 | 21 | 13 | 477 | 104 | 100 |
| Binary | 11100010 | 1100110 | 10111011 | 0 | 110111 | 10001 | 1011 | 100111111 | 1000100 | 1000000 |
Color Harmonies of #E266BB
Complementary color
Monochromatic Colors of #E266BB
Black with #E266BB
Text Example
Text Example
White with #E266BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E266BB; }
p { color: rgb(226,102,187); }
H1.HeaderClassName
{
color: #E266BB;
}
.AnyTagClassName
{
color: #E266BB;
}
</style>
background-color css
<style>
a { background-color: #E266BB; }
a { background-color: rgb(226,102,187); }
div.DivClassName
{
background-color: #E266BB;
}
.BgClassName
{
background-color: #E266BB;
}
</style>
border-color css
<style>
span { border-color: #E266BB; }
span { border-color: rgb(226,102,187); }
td.TdClassName
{
border-color: #E266BB;
}
.TagClassName
{
border-color: #E266BB;
}
</style>