Shades of Neon Pink #E564BD
Tints of Neon Pink #E564BD
RGB
CMYK
RGB Variations
Color information
#E564BD (or 0xE564BD) is known color: Neon Pink. HEX triplet: E5, 64 and BD. RGB value is (229,100,189). Sum of RGB (Red+Green+Blue) = 229+100+189=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E564BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E564BD is #1A9B42. Grayscale: #949494. Windows color (decimal): -1743683 or 12412133. OLE color: 12412133.
HSL color Cylindrical-coordinate representation of color #E564BD: hue angle of 318.6º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E564BD is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 189 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.10 |
| HSL | 318.6º | 0.71% | 0.65% | - |
| HSV(B) | 318.6º | 0.56% | 0.9% | - |
| XYZ | 46.06 | 29.45 | 51.4 | - |
| YUV | 148.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 189 | 0 | 0.56 | 0.17 | 0.10 | 318.6 | 0.71 | 0.65 |
| Hex | E5 | 64 | BD | 0 | 38 | 11 | A | 13F | 47 | 41 |
| Octal | 345 | 144 | 275 | 0 | 70 | 21 | 12 | 477 | 107 | 101 |
| Binary | 11100101 | 1100100 | 10111101 | 0 | 111000 | 10001 | 1010 | 100111111 | 1000111 | 1000001 |
Color Harmonies of #E564BD
Complementary color
Monochromatic Colors of #E564BD
Black with #E564BD
Text Example
Text Example
White with #E564BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E564BD; }
p { color: rgb(229,100,189); }
H1.HeaderClassName
{
color: #E564BD;
}
.AnyTagClassName
{
color: #E564BD;
}
</style>
background-color css
<style>
a { background-color: #E564BD; }
a { background-color: rgb(229,100,189); }
div.DivClassName
{
background-color: #E564BD;
}
.BgClassName
{
background-color: #E564BD;
}
</style>
border-color css
<style>
span { border-color: #E564BD; }
span { border-color: rgb(229,100,189); }
td.TdClassName
{
border-color: #E564BD;
}
.TagClassName
{
border-color: #E564BD;
}
</style>