Shades of Neon Pink #E26ABC
Tints of Neon Pink #E26ABC
RGB
CMYK
RGB Variations
Color information
#E26ABC (or 0xE26ABC) is known color: Neon Pink. HEX triplet: E2, 6A and BC. RGB value is (226,106,188). Sum of RGB (Red+Green+Blue) = 226+106+188=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E26ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26ABC is #1D9543. Grayscale: #979797. Windows color (decimal): -1938756 or 12348130. OLE color: 12348130.
HSL color Cylindrical-coordinate representation of color #E26ABC: hue angle of 319º 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 #E26ABC is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 188 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.11 |
| HSL | 319º | 0.67% | 0.65% | - |
| HSV(B) | 319º | 0.53% | 0.89% | - |
| XYZ | 45.6 | 30.11 | 50.99 | - |
| YUV | 151.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 188 | 0 | 0.53 | 0.17 | 0.11 | 319 | 0.67 | 0.65 |
| Hex | E2 | 6A | BC | 0 | 35 | 11 | B | 13F | 43 | 41 |
| Octal | 342 | 152 | 274 | 0 | 65 | 21 | 13 | 477 | 103 | 101 |
| Binary | 11100010 | 1101010 | 10111100 | 0 | 110101 | 10001 | 1011 | 100111111 | 1000011 | 1000001 |
Color Harmonies of #E26ABC
Complementary color
Monochromatic Colors of #E26ABC
Black with #E26ABC
Text Example
Text Example
White with #E26ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26ABC; }
p { color: rgb(226,106,188); }
H1.HeaderClassName
{
color: #E26ABC;
}
.AnyTagClassName
{
color: #E26ABC;
}
</style>
background-color css
<style>
a { background-color: #E26ABC; }
a { background-color: rgb(226,106,188); }
div.DivClassName
{
background-color: #E26ABC;
}
.BgClassName
{
background-color: #E26ABC;
}
</style>
border-color css
<style>
span { border-color: #E26ABC; }
span { border-color: rgb(226,106,188); }
td.TdClassName
{
border-color: #E26ABC;
}
.TagClassName
{
border-color: #E26ABC;
}
</style>