Shades of Neon Pink #E565BB
Tints of Neon Pink #E565BB
RGB
CMYK
RGB Variations
Color information
#E565BB (or 0xE565BB) is known color: Neon Pink. HEX triplet: E5, 65 and BB. RGB value is (229,101,187). Sum of RGB (Red+Green+Blue) = 229+101+187=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E565BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E565BB is #1A9A44. Grayscale: #949494. Windows color (decimal): -1743429 or 12281317. OLE color: 12281317.
HSL color Cylindrical-coordinate representation of color #E565BB: hue angle of 319.69º 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 #E565BB is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 101 | 187 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.10 |
| HSL | 319.69º | 0.71% | 0.65% | - |
| HSV(B) | 319.69º | 0.56% | 0.9% | - |
| XYZ | 45.94 | 29.55 | 50.3 | - |
| YUV | 149.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 101 | 187 | 0 | 0.56 | 0.18 | 0.10 | 319.69 | 0.71 | 0.65 |
| Hex | E5 | 65 | BB | 0 | 38 | 12 | A | 140 | 47 | 41 |
| Octal | 345 | 145 | 273 | 0 | 70 | 22 | 12 | 500 | 107 | 101 |
| Binary | 11100101 | 1100101 | 10111011 | 0 | 111000 | 10010 | 1010 | 101000000 | 1000111 | 1000001 |
Color Harmonies of #E565BB
Complementary color
Monochromatic Colors of #E565BB
Black with #E565BB
Text Example
Text Example
White with #E565BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E565BB; }
p { color: rgb(229,101,187); }
H1.HeaderClassName
{
color: #E565BB;
}
.AnyTagClassName
{
color: #E565BB;
}
</style>
background-color css
<style>
a { background-color: #E565BB; }
a { background-color: rgb(229,101,187); }
div.DivClassName
{
background-color: #E565BB;
}
.BgClassName
{
background-color: #E565BB;
}
</style>
border-color css
<style>
span { border-color: #E565BB; }
span { border-color: rgb(229,101,187); }
td.TdClassName
{
border-color: #E565BB;
}
.TagClassName
{
border-color: #E565BB;
}
</style>