Shades of Neon Pink #E269BC
Tints of Neon Pink #E269BC
RGB
CMYK
RGB Variations
Color information
#E269BC (or 0xE269BC) is known color: Neon Pink. HEX triplet: E2, 69 and BC. RGB value is (226,105,188). Sum of RGB (Red+Green+Blue) = 226+105+188=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E269BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E269BC is #1D9643. Grayscale: #969696. Windows color (decimal): -1939012 or 12347874. OLE color: 12347874.
HSL color Cylindrical-coordinate representation of color #E269BC: hue angle of 318.84º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E269BC is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 188 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.11 |
| HSL | 318.84º | 0.68% | 0.65% | - |
| HSV(B) | 318.84º | 0.54% | 0.89% | - |
| XYZ | 45.49 | 29.9 | 50.95 | - |
| YUV | 150.64 | 149.09 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 188 | 0 | 0.54 | 0.17 | 0.11 | 318.84 | 0.68 | 0.65 |
| Hex | E2 | 69 | BC | 0 | 36 | 11 | B | 13F | 44 | 41 |
| Octal | 342 | 151 | 274 | 0 | 66 | 21 | 13 | 477 | 104 | 101 |
| Binary | 11100010 | 1101001 | 10111100 | 0 | 110110 | 10001 | 1011 | 100111111 | 1000100 | 1000001 |
Color Harmonies of #E269BC
Complementary color
Monochromatic Colors of #E269BC
Black with #E269BC
Text Example
Text Example
White with #E269BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E269BC; }
p { color: rgb(226,105,188); }
H1.HeaderClassName
{
color: #E269BC;
}
.AnyTagClassName
{
color: #E269BC;
}
</style>
background-color css
<style>
a { background-color: #E269BC; }
a { background-color: rgb(226,105,188); }
div.DivClassName
{
background-color: #E269BC;
}
.BgClassName
{
background-color: #E269BC;
}
</style>
border-color css
<style>
span { border-color: #E269BC; }
span { border-color: rgb(226,105,188); }
td.TdClassName
{
border-color: #E269BC;
}
.TagClassName
{
border-color: #E269BC;
}
</style>