Shades of Neon Pink #E265BE
Tints of Neon Pink #E265BE
RGB
CMYK
RGB Variations
Color information
#E265BE (or 0xE265BE) is known color: Neon Pink. HEX triplet: E2, 65 and BE. RGB value is (226,101,190). Sum of RGB (Red+Green+Blue) = 226+101+190=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E265BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E265BE is #1D9A41. Grayscale: #949494. Windows color (decimal): -1940034 or 12477922. OLE color: 12477922.
HSL color Cylindrical-coordinate representation of color #E265BE: hue angle of 317.28º 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 #E265BE is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 190 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.11 |
| HSL | 317.28º | 0.68% | 0.64% | - |
| HSV(B) | 317.28º | 0.55% | 0.89% | - |
| XYZ | 45.31 | 29.19 | 51.96 | - |
| YUV | 148.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 190 | 0 | 0.55 | 0.16 | 0.11 | 317.28 | 0.68 | 0.64 |
| Hex | E2 | 65 | BE | 0 | 37 | 10 | B | 13D | 44 | 40 |
| Octal | 342 | 145 | 276 | 0 | 67 | 20 | 13 | 475 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10111110 | 0 | 110111 | 10000 | 1011 | 100111101 | 1000100 | 1000000 |
Color Harmonies of #E265BE
Complementary color
Monochromatic Colors of #E265BE
Black with #E265BE
Text Example
Text Example
White with #E265BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E265BE; }
p { color: rgb(226,101,190); }
H1.HeaderClassName
{
color: #E265BE;
}
.AnyTagClassName
{
color: #E265BE;
}
</style>
background-color css
<style>
a { background-color: #E265BE; }
a { background-color: rgb(226,101,190); }
div.DivClassName
{
background-color: #E265BE;
}
.BgClassName
{
background-color: #E265BE;
}
</style>
border-color css
<style>
span { border-color: #E265BE; }
span { border-color: rgb(226,101,190); }
td.TdClassName
{
border-color: #E265BE;
}
.TagClassName
{
border-color: #E265BE;
}
</style>