Shades of Neon Pink #E563C0
Tints of Neon Pink #E563C0
RGB
CMYK
RGB Variations
Color information
#E563C0 (or 0xE563C0) is known color: Neon Pink. HEX triplet: E5, 63 and C0. RGB value is (229,99,192). Sum of RGB (Red+Green+Blue) = 229+99+192=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E563C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E563C0 is #1A9C3F. Grayscale: #949494. Windows color (decimal): -1743936 or 12608485. OLE color: 12608485.
HSL color Cylindrical-coordinate representation of color #E563C0: hue angle of 317.08º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E563C0 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 192 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.10 |
| HSL | 317.08º | 0.71% | 0.64% | - |
| HSV(B) | 317.08º | 0.57% | 0.9% | - |
| XYZ | 46.29 | 29.39 | 53.1 | - |
| YUV | 148.47 | 152.57 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 192 | 0 | 0.57 | 0.16 | 0.10 | 317.08 | 0.71 | 0.64 |
| Hex | E5 | 63 | C0 | 0 | 39 | 10 | A | 13D | 47 | 40 |
| Octal | 345 | 143 | 300 | 0 | 71 | 20 | 12 | 475 | 107 | 100 |
| Binary | 11100101 | 1100011 | 11000000 | 0 | 111001 | 10000 | 1010 | 100111101 | 1000111 | 1000000 |
Color Harmonies of #E563C0
Complementary color
Monochromatic Colors of #E563C0
Black with #E563C0
Text Example
Text Example
White with #E563C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E563C0; }
p { color: rgb(229,99,192); }
H1.HeaderClassName
{
color: #E563C0;
}
.AnyTagClassName
{
color: #E563C0;
}
</style>
background-color css
<style>
a { background-color: #E563C0; }
a { background-color: rgb(229,99,192); }
div.DivClassName
{
background-color: #E563C0;
}
.BgClassName
{
background-color: #E563C0;
}
</style>
border-color css
<style>
span { border-color: #E563C0; }
span { border-color: rgb(229,99,192); }
td.TdClassName
{
border-color: #E563C0;
}
.TagClassName
{
border-color: #E563C0;
}
</style>