Shades of Neon Pink #E366BD
Tints of Neon Pink #E366BD
RGB
CMYK
RGB Variations
Color information
#E366BD (or 0xE366BD) is known color: Neon Pink. HEX triplet: E3, 66 and BD. RGB value is (227,102,189). Sum of RGB (Red+Green+Blue) = 227+102+189=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 102 (40.23% from 255 or 19.69% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 227 - color contains mainly: red. Hex color #E366BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E366BD is #1C9942. Grayscale: #959595. Windows color (decimal): -1874243 or 12412643. OLE color: 12412643.
HSL color Cylindrical-coordinate representation of color #E366BD: hue angle of 318.24º 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 #E366BD is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 102 | 189 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.11 |
| HSL | 318.24º | 0.69% | 0.65% | - |
| HSV(B) | 318.24º | 0.55% | 0.89% | - |
| XYZ | 45.62 | 29.51 | 51.44 | - |
| YUV | 149.29 | 150.41 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 102 | 189 | 0 | 0.55 | 0.17 | 0.11 | 318.24 | 0.69 | 0.65 |
| Hex | E3 | 66 | BD | 0 | 37 | 11 | B | 13E | 45 | 41 |
| Octal | 343 | 146 | 275 | 0 | 67 | 21 | 13 | 476 | 105 | 101 |
| Binary | 11100011 | 1100110 | 10111101 | 0 | 110111 | 10001 | 1011 | 100111110 | 1000101 | 1000001 |
Color Harmonies of #E366BD
Complementary color
Monochromatic Colors of #E366BD
Black with #E366BD
Text Example
Text Example
White with #E366BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E366BD; }
p { color: rgb(227,102,189); }
H1.HeaderClassName
{
color: #E366BD;
}
.AnyTagClassName
{
color: #E366BD;
}
</style>
background-color css
<style>
a { background-color: #E366BD; }
a { background-color: rgb(227,102,189); }
div.DivClassName
{
background-color: #E366BD;
}
.BgClassName
{
background-color: #E366BD;
}
</style>
border-color css
<style>
span { border-color: #E366BD; }
span { border-color: rgb(227,102,189); }
td.TdClassName
{
border-color: #E366BD;
}
.TagClassName
{
border-color: #E366BD;
}
</style>