Shades of Neon Pink #E264BD
Tints of Neon Pink #E264BD
RGB
CMYK
RGB Variations
Color information
#E264BD (or 0xE264BD) is known color: Neon Pink. HEX triplet: E2, 64 and BD. RGB value is (226,100,189). Sum of RGB (Red+Green+Blue) = 226+100+189=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E264BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E264BD is #1D9B42. Grayscale: #939393. Windows color (decimal): -1940291 or 12412130. OLE color: 12412130.
HSL color Cylindrical-coordinate representation of color #E264BD: hue angle of 317.62º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E264BD is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 189 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.11 |
| HSL | 317.62º | 0.68% | 0.64% | - |
| HSV(B) | 317.62º | 0.56% | 0.89% | - |
| XYZ | 45.11 | 28.96 | 51.36 | - |
| YUV | 147.82 | 151.24 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 189 | 0 | 0.56 | 0.16 | 0.11 | 317.62 | 0.68 | 0.64 |
| Hex | E2 | 64 | BD | 0 | 38 | 10 | B | 13E | 44 | 40 |
| Octal | 342 | 144 | 275 | 0 | 70 | 20 | 13 | 476 | 104 | 100 |
| Binary | 11100010 | 1100100 | 10111101 | 0 | 111000 | 10000 | 1011 | 100111110 | 1000100 | 1000000 |
Color Harmonies of #E264BD
Complementary color
Monochromatic Colors of #E264BD
Black with #E264BD
Text Example
Text Example
White with #E264BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E264BD; }
p { color: rgb(226,100,189); }
H1.HeaderClassName
{
color: #E264BD;
}
.AnyTagClassName
{
color: #E264BD;
}
</style>
background-color css
<style>
a { background-color: #E264BD; }
a { background-color: rgb(226,100,189); }
div.DivClassName
{
background-color: #E264BD;
}
.BgClassName
{
background-color: #E264BD;
}
</style>
border-color css
<style>
span { border-color: #E264BD; }
span { border-color: rgb(226,100,189); }
td.TdClassName
{
border-color: #E264BD;
}
.TagClassName
{
border-color: #E264BD;
}
</style>