Shades of Neon Pink #E167BC
Tints of Neon Pink #E167BC
RGB
CMYK
RGB Variations
Color information
#E167BC (or 0xE167BC) is known color: Neon Pink. HEX triplet: E1, 67 and BC. RGB value is (225,103,188). Sum of RGB (Red+Green+Blue) = 225+103+188=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E167BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E167BC is #1E9843. Grayscale: #949494. Windows color (decimal): -2005060 or 12347361. OLE color: 12347361.
HSL color Cylindrical-coordinate representation of color #E167BC: hue angle of 318.2º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E167BC is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 103 | 188 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.12 |
| HSL | 318.2º | 0.67% | 0.64% | - |
| HSV(B) | 318.2º | 0.54% | 0.88% | - |
| XYZ | 44.98 | 29.34 | 50.87 | - |
| YUV | 149.17 | 149.92 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 103 | 188 | 0 | 0.54 | 0.16 | 0.12 | 318.2 | 0.67 | 0.64 |
| Hex | E1 | 67 | BC | 0 | 36 | 10 | C | 13E | 43 | 40 |
| Octal | 341 | 147 | 274 | 0 | 66 | 20 | 14 | 476 | 103 | 100 |
| Binary | 11100001 | 1100111 | 10111100 | 0 | 110110 | 10000 | 1100 | 100111110 | 1000011 | 1000000 |
Color Harmonies of #E167BC
Complementary color
Monochromatic Colors of #E167BC
Black with #E167BC
Text Example
Text Example
White with #E167BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E167BC; }
p { color: rgb(225,103,188); }
H1.HeaderClassName
{
color: #E167BC;
}
.AnyTagClassName
{
color: #E167BC;
}
</style>
background-color css
<style>
a { background-color: #E167BC; }
a { background-color: rgb(225,103,188); }
div.DivClassName
{
background-color: #E167BC;
}
.BgClassName
{
background-color: #E167BC;
}
</style>
border-color css
<style>
span { border-color: #E167BC; }
span { border-color: rgb(225,103,188); }
td.TdClassName
{
border-color: #E167BC;
}
.TagClassName
{
border-color: #E167BC;
}
</style>