Shades of Neon Pink #E26CC0
Tints of Neon Pink #E26CC0
RGB
CMYK
RGB Variations
Color information
#E26CC0 (or 0xE26CC0) is known color: Neon Pink. HEX triplet: E2, 6C and C0. RGB value is (226,108,192). Sum of RGB (Red+Green+Blue) = 226+108+192=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E26CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26CC0 is #1D933F. Grayscale: #989898. Windows color (decimal): -1938240 or 12610786. OLE color: 12610786.
HSL color Cylindrical-coordinate representation of color #E26CC0: hue angle of 317.29º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26CC0 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 192 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.11 |
| HSL | 317.29º | 0.67% | 0.65% | - |
| HSV(B) | 317.29º | 0.52% | 0.89% | - |
| XYZ | 46.24 | 30.7 | 53.36 | - |
| YUV | 152.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 192 | 0 | 0.52 | 0.15 | 0.11 | 317.29 | 0.67 | 0.65 |
| Hex | E2 | 6C | C0 | 0 | 34 | F | B | 13D | 43 | 41 |
| Octal | 342 | 154 | 300 | 0 | 64 | 17 | 13 | 475 | 103 | 101 |
| Binary | 11100010 | 1101100 | 11000000 | 0 | 110100 | 1111 | 1011 | 100111101 | 1000011 | 1000001 |
Color Harmonies of #E26CC0
Complementary color
Monochromatic Colors of #E26CC0
Black with #E26CC0
Text Example
Text Example
White with #E26CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26CC0; }
p { color: rgb(226,108,192); }
H1.HeaderClassName
{
color: #E26CC0;
}
.AnyTagClassName
{
color: #E26CC0;
}
</style>
background-color css
<style>
a { background-color: #E26CC0; }
a { background-color: rgb(226,108,192); }
div.DivClassName
{
background-color: #E26CC0;
}
.BgClassName
{
background-color: #E26CC0;
}
</style>
border-color css
<style>
span { border-color: #E26CC0; }
span { border-color: rgb(226,108,192); }
td.TdClassName
{
border-color: #E26CC0;
}
.TagClassName
{
border-color: #E26CC0;
}
</style>