Shades of Neon Pink #E865BE
Tints of Neon Pink #E865BE
RGB
CMYK
RGB Variations
Color information
#E865BE (or 0xE865BE) is known color: Neon Pink. HEX triplet: E8, 65 and BE. RGB value is (232,101,190). Sum of RGB (Red+Green+Blue) = 232+101+190=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 101 (39.84% from 255 or 19.31% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E865BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E865BE is #179A41. Grayscale: #969696. Windows color (decimal): -1546818 or 12477928. OLE color: 12477928.
HSL color Cylindrical-coordinate representation of color #E865BE: hue angle of 319.24º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E865BE is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 190 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.09 |
| HSL | 319.24º | 0.74% | 0.65% | - |
| HSV(B) | 319.24º | 0.56% | 0.91% | - |
| XYZ | 47.23 | 30.18 | 52.05 | - |
| YUV | 150.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 190 | 0 | 0.56 | 0.18 | 0.09 | 319.24 | 0.74 | 0.65 |
| Hex | E8 | 65 | BE | 0 | 38 | 12 | 9 | 13F | 4A | 41 |
| Octal | 350 | 145 | 276 | 0 | 70 | 22 | 11 | 477 | 112 | 101 |
| Binary | 11101000 | 1100101 | 10111110 | 0 | 111000 | 10010 | 1001 | 100111111 | 1001010 | 1000001 |
Color Harmonies of #E865BE
Complementary color
Monochromatic Colors of #E865BE
Black with #E865BE
Text Example
Text Example
White with #E865BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E865BE; }
p { color: rgb(232,101,190); }
H1.HeaderClassName
{
color: #E865BE;
}
.AnyTagClassName
{
color: #E865BE;
}
</style>
background-color css
<style>
a { background-color: #E865BE; }
a { background-color: rgb(232,101,190); }
div.DivClassName
{
background-color: #E865BE;
}
.BgClassName
{
background-color: #E865BE;
}
</style>
border-color css
<style>
span { border-color: #E865BE; }
span { border-color: rgb(232,101,190); }
td.TdClassName
{
border-color: #E865BE;
}
.TagClassName
{
border-color: #E865BE;
}
</style>