Shades of Neon Pink #E366BA
Tints of Neon Pink #E366BA
RGB
CMYK
RGB Variations
Color information
#E366BA (or 0xE366BA) is known color: Neon Pink. HEX triplet: E3, 66 and BA. RGB value is (227,102,186). Sum of RGB (Red+Green+Blue) = 227+102+186=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 227 - color contains mainly: red. Hex color #E366BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E366BA is #1C9945. Grayscale: #949494. Windows color (decimal): -1874246 or 12216035. OLE color: 12216035.
HSL color Cylindrical-coordinate representation of color #E366BA: hue angle of 319.68º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E366BA is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 102 | 186 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.11 |
| HSL | 319.68º | 0.69% | 0.65% | - |
| HSV(B) | 319.68º | 0.55% | 0.89% | - |
| XYZ | 45.29 | 29.38 | 49.74 | - |
| YUV | 148.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 102 | 186 | 0 | 0.55 | 0.18 | 0.11 | 319.68 | 0.69 | 0.65 |
| Hex | E3 | 66 | BA | 0 | 37 | 12 | B | 140 | 45 | 41 |
| Octal | 343 | 146 | 272 | 0 | 67 | 22 | 13 | 500 | 105 | 101 |
| Binary | 11100011 | 1100110 | 10111010 | 0 | 110111 | 10010 | 1011 | 101000000 | 1000101 | 1000001 |
Color Harmonies of #E366BA
Complementary color
Monochromatic Colors of #E366BA
Black with #E366BA
Text Example
Text Example
White with #E366BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E366BA; }
p { color: rgb(227,102,186); }
H1.HeaderClassName
{
color: #E366BA;
}
.AnyTagClassName
{
color: #E366BA;
}
</style>
background-color css
<style>
a { background-color: #E366BA; }
a { background-color: rgb(227,102,186); }
div.DivClassName
{
background-color: #E366BA;
}
.BgClassName
{
background-color: #E366BA;
}
</style>
border-color css
<style>
span { border-color: #E366BA; }
span { border-color: rgb(227,102,186); }
td.TdClassName
{
border-color: #E366BA;
}
.TagClassName
{
border-color: #E366BA;
}
</style>