Shades of Neon Pink #E368BA
Tints of Neon Pink #E368BA
RGB
CMYK
RGB Variations
Color information
#E368BA (or 0xE368BA) is known color: Neon Pink. HEX triplet: E3, 68 and BA. RGB value is (227,104,186). Sum of RGB (Red+Green+Blue) = 227+104+186=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E368BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E368BA is #1C9745. Grayscale: #959595. Windows color (decimal): -1873734 or 12216547. OLE color: 12216547.
HSL color Cylindrical-coordinate representation of color #E368BA: hue angle of 320º degrees, saturation: 0.69, 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 #E368BA is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 104 | 186 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.11 |
| HSL | 320º | 0.69% | 0.65% | - |
| HSV(B) | 320º | 0.54% | 0.89% | - |
| XYZ | 45.49 | 29.78 | 49.8 | - |
| YUV | 150.13 | 148.25 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 104 | 186 | 0 | 0.54 | 0.18 | 0.11 | 320 | 0.69 | 0.65 |
| Hex | E3 | 68 | BA | 0 | 36 | 12 | B | 140 | 45 | 41 |
| Octal | 343 | 150 | 272 | 0 | 66 | 22 | 13 | 500 | 105 | 101 |
| Binary | 11100011 | 1101000 | 10111010 | 0 | 110110 | 10010 | 1011 | 101000000 | 1000101 | 1000001 |
Color Harmonies of #E368BA
Complementary color
Monochromatic Colors of #E368BA
Black with #E368BA
Text Example
Text Example
White with #E368BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E368BA; }
p { color: rgb(227,104,186); }
H1.HeaderClassName
{
color: #E368BA;
}
.AnyTagClassName
{
color: #E368BA;
}
</style>
background-color css
<style>
a { background-color: #E368BA; }
a { background-color: rgb(227,104,186); }
div.DivClassName
{
background-color: #E368BA;
}
.BgClassName
{
background-color: #E368BA;
}
</style>
border-color css
<style>
span { border-color: #E368BA; }
span { border-color: rgb(227,104,186); }
td.TdClassName
{
border-color: #E368BA;
}
.TagClassName
{
border-color: #E368BA;
}
</style>