Shades of Neon Pink #E764BE
Tints of Neon Pink #E764BE
RGB
CMYK
RGB Variations
Color information
#E764BE (or 0xE764BE) is known color: Neon Pink. HEX triplet: E7, 64 and BE. RGB value is (231,100,190). Sum of RGB (Red+Green+Blue) = 231+100+190=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E764BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E764BE is #189B41. Grayscale: #959595. Windows color (decimal): -1612610 or 12477671. OLE color: 12477671.
HSL color Cylindrical-coordinate representation of color #E764BE: hue angle of 318.78º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E764BE is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 190 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.09 |
| HSL | 318.78º | 0.73% | 0.65% | - |
| HSV(B) | 318.78º | 0.57% | 0.91% | - |
| XYZ | 46.81 | 29.82 | 52 | - |
| YUV | 149.43 | 150.9 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 190 | 0 | 0.57 | 0.18 | 0.09 | 318.78 | 0.73 | 0.65 |
| Hex | E7 | 64 | BE | 0 | 39 | 12 | 9 | 13F | 49 | 41 |
| Octal | 347 | 144 | 276 | 0 | 71 | 22 | 11 | 477 | 111 | 101 |
| Binary | 11100111 | 1100100 | 10111110 | 0 | 111001 | 10010 | 1001 | 100111111 | 1001001 | 1000001 |
Color Harmonies of #E764BE
Complementary color
Monochromatic Colors of #E764BE
Black with #E764BE
Text Example
Text Example
White with #E764BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E764BE; }
p { color: rgb(231,100,190); }
H1.HeaderClassName
{
color: #E764BE;
}
.AnyTagClassName
{
color: #E764BE;
}
</style>
background-color css
<style>
a { background-color: #E764BE; }
a { background-color: rgb(231,100,190); }
div.DivClassName
{
background-color: #E764BE;
}
.BgClassName
{
background-color: #E764BE;
}
</style>
border-color css
<style>
span { border-color: #E764BE; }
span { border-color: rgb(231,100,190); }
td.TdClassName
{
border-color: #E764BE;
}
.TagClassName
{
border-color: #E764BE;
}
</style>