Shades of Neon Pink #E26BBC
Tints of Neon Pink #E26BBC
RGB
CMYK
RGB Variations
Color information
#E26BBC (or 0xE26BBC) is known color: Neon Pink. HEX triplet: E2, 6B and BC. RGB value is (226,107,188). Sum of RGB (Red+Green+Blue) = 226+107+188=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E26BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26BBC is #1D9443. Grayscale: #979797. Windows color (decimal): -1938500 or 12348386. OLE color: 12348386.
HSL color Cylindrical-coordinate representation of color #E26BBC: hue angle of 319.16º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26BBC is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 188 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.11 |
| HSL | 319.16º | 0.67% | 0.65% | - |
| HSV(B) | 319.16º | 0.53% | 0.89% | - |
| XYZ | 45.7 | 30.31 | 51.02 | - |
| YUV | 151.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 188 | 0 | 0.53 | 0.17 | 0.11 | 319.16 | 0.67 | 0.65 |
| Hex | E2 | 6B | BC | 0 | 35 | 11 | B | 13F | 43 | 41 |
| Octal | 342 | 153 | 274 | 0 | 65 | 21 | 13 | 477 | 103 | 101 |
| Binary | 11100010 | 1101011 | 10111100 | 0 | 110101 | 10001 | 1011 | 100111111 | 1000011 | 1000001 |
Color Harmonies of #E26BBC
Complementary color
Monochromatic Colors of #E26BBC
Black with #E26BBC
Text Example
Text Example
White with #E26BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26BBC; }
p { color: rgb(226,107,188); }
H1.HeaderClassName
{
color: #E26BBC;
}
.AnyTagClassName
{
color: #E26BBC;
}
</style>
background-color css
<style>
a { background-color: #E26BBC; }
a { background-color: rgb(226,107,188); }
div.DivClassName
{
background-color: #E26BBC;
}
.BgClassName
{
background-color: #E26BBC;
}
</style>
border-color css
<style>
span { border-color: #E26BBC; }
span { border-color: rgb(226,107,188); }
td.TdClassName
{
border-color: #E26BBC;
}
.TagClassName
{
border-color: #E26BBC;
}
</style>