Shades of Neon Pink #E768BE
Tints of Neon Pink #E768BE
RGB
CMYK
RGB Variations
Color information
#E768BE (or 0xE768BE) is known color: Neon Pink. HEX triplet: E7, 68 and BE. RGB value is (231,104,190). Sum of RGB (Red+Green+Blue) = 231+104+190=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E768BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E768BE is #189741. Grayscale: #979797. Windows color (decimal): -1611586 or 12478695. OLE color: 12478695.
HSL color Cylindrical-coordinate representation of color #E768BE: hue angle of 319.37º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E768BE is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 190 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.09 |
| HSL | 319.37º | 0.73% | 0.66% | - |
| HSV(B) | 319.37º | 0.55% | 0.91% | - |
| XYZ | 47.2 | 30.61 | 52.14 | - |
| YUV | 151.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 190 | 0 | 0.55 | 0.18 | 0.09 | 319.37 | 0.73 | 0.66 |
| Hex | E7 | 68 | BE | 0 | 37 | 12 | 9 | 13F | 49 | 42 |
| Octal | 347 | 150 | 276 | 0 | 67 | 22 | 11 | 477 | 111 | 102 |
| Binary | 11100111 | 1101000 | 10111110 | 0 | 110111 | 10010 | 1001 | 100111111 | 1001001 | 1000010 |
Color Harmonies of #E768BE
Complementary color
Monochromatic Colors of #E768BE
Black with #E768BE
Text Example
Text Example
White with #E768BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E768BE; }
p { color: rgb(231,104,190); }
H1.HeaderClassName
{
color: #E768BE;
}
.AnyTagClassName
{
color: #E768BE;
}
</style>
background-color css
<style>
a { background-color: #E768BE; }
a { background-color: rgb(231,104,190); }
div.DivClassName
{
background-color: #E768BE;
}
.BgClassName
{
background-color: #E768BE;
}
</style>
border-color css
<style>
span { border-color: #E768BE; }
span { border-color: rgb(231,104,190); }
td.TdClassName
{
border-color: #E768BE;
}
.TagClassName
{
border-color: #E768BE;
}
</style>