Shades of Neon Pink #E265BA
Tints of Neon Pink #E265BA
RGB
CMYK
RGB Variations
Color information
#E265BA (or 0xE265BA) is known color: Neon Pink. HEX triplet: E2, 65 and BA. RGB value is (226,101,186). Sum of RGB (Red+Green+Blue) = 226+101+186=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E265BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E265BA is #1D9A45. Grayscale: #939393. Windows color (decimal): -1940038 or 12215778. OLE color: 12215778.
HSL color Cylindrical-coordinate representation of color #E265BA: hue angle of 319.2º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E265BA is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 186 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.11 |
| HSL | 319.2º | 0.68% | 0.64% | - |
| HSV(B) | 319.2º | 0.55% | 0.89% | - |
| XYZ | 44.88 | 29.02 | 49.69 | - |
| YUV | 148.07 | 149.41 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 186 | 0 | 0.55 | 0.18 | 0.11 | 319.2 | 0.68 | 0.64 |
| Hex | E2 | 65 | BA | 0 | 37 | 12 | B | 13F | 44 | 40 |
| Octal | 342 | 145 | 272 | 0 | 67 | 22 | 13 | 477 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10111010 | 0 | 110111 | 10010 | 1011 | 100111111 | 1000100 | 1000000 |
Color Harmonies of #E265BA
Complementary color
Monochromatic Colors of #E265BA
Black with #E265BA
Text Example
Text Example
White with #E265BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265BA; }
p { color: rgb(226,101,186); }
H1.HeaderClassName
{
color: #E265BA;
}
.AnyTagClassName
{
color: #E265BA;
}
</style>
background-color css
<style>
a { background-color: #E265BA; }
a { background-color: rgb(226,101,186); }
div.DivClassName
{
background-color: #E265BA;
}
.BgClassName
{
background-color: #E265BA;
}
</style>
border-color css
<style>
span { border-color: #E265BA; }
span { border-color: rgb(226,101,186); }
td.TdClassName
{
border-color: #E265BA;
}
.TagClassName
{
border-color: #E265BA;
}
</style>