Shades of Neon Pink #E063BA
Tints of Neon Pink #E063BA
RGB
CMYK
RGB Variations
Color information
#E063BA (or 0xE063BA) is known color: Neon Pink. HEX triplet: E0, 63 and BA. RGB value is (224,99,186). Sum of RGB (Red+Green+Blue) = 224+99+186=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E063BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E063BA is #1F9C45. Grayscale: #929292. Windows color (decimal): -2071622 or 12215264. OLE color: 12215264.
HSL color Cylindrical-coordinate representation of color #E063BA: hue angle of 318.24º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E063BA is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 186 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.12 |
| HSL | 318.24º | 0.67% | 0.63% | - |
| HSV(B) | 318.24º | 0.56% | 0.88% | - |
| XYZ | 44.07 | 28.32 | 49.6 | - |
| YUV | 146.29 | 150.41 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 186 | 0 | 0.56 | 0.17 | 0.12 | 318.24 | 0.67 | 0.63 |
| Hex | E0 | 63 | BA | 0 | 38 | 11 | C | 13E | 43 | 3F |
| Octal | 340 | 143 | 272 | 0 | 70 | 21 | 14 | 476 | 103 | 77 |
| Binary | 11100000 | 1100011 | 10111010 | 0 | 111000 | 10001 | 1100 | 100111110 | 1000011 | 111111 |
Color Harmonies of #E063BA
Complementary color
Monochromatic Colors of #E063BA
Black with #E063BA
Text Example
Text Example
White with #E063BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E063BA; }
p { color: rgb(224,99,186); }
H1.HeaderClassName
{
color: #E063BA;
}
.AnyTagClassName
{
color: #E063BA;
}
</style>
background-color css
<style>
a { background-color: #E063BA; }
a { background-color: rgb(224,99,186); }
div.DivClassName
{
background-color: #E063BA;
}
.BgClassName
{
background-color: #E063BA;
}
</style>
border-color css
<style>
span { border-color: #E063BA; }
span { border-color: rgb(224,99,186); }
td.TdClassName
{
border-color: #E063BA;
}
.TagClassName
{
border-color: #E063BA;
}
</style>