Shades of Neon Pink #E76DBE
Tints of Neon Pink #E76DBE
RGB
CMYK
RGB Variations
Color information
#E76DBE (or 0xE76DBE) is known color: Neon Pink. HEX triplet: E7, 6D and BE. RGB value is (231,109,190). Sum of RGB (Red+Green+Blue) = 231+109+190=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DBE is #189241. Grayscale: #9A9A9A. Windows color (decimal): -1610306 or 12479975. OLE color: 12479975.
HSL color Cylindrical-coordinate representation of color #E76DBE: hue angle of 320.16º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76DBE is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 190 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.09 |
| HSL | 320.16º | 0.72% | 0.67% | - |
| HSV(B) | 320.16º | 0.53% | 0.91% | - |
| XYZ | 47.72 | 31.64 | 52.31 | - |
| YUV | 154.71 | 147.92 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 190 | 0 | 0.53 | 0.18 | 0.09 | 320.16 | 0.72 | 0.67 |
| Hex | E7 | 6D | BE | 0 | 35 | 12 | 9 | 140 | 48 | 43 |
| Octal | 347 | 155 | 276 | 0 | 65 | 22 | 11 | 500 | 110 | 103 |
| Binary | 11100111 | 1101101 | 10111110 | 0 | 110101 | 10010 | 1001 | 101000000 | 1001000 | 1000011 |
Color Harmonies of #E76DBE
Complementary color
Monochromatic Colors of #E76DBE
Black with #E76DBE
Text Example
Text Example
White with #E76DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76DBE; }
p { color: rgb(231,109,190); }
H1.HeaderClassName
{
color: #E76DBE;
}
.AnyTagClassName
{
color: #E76DBE;
}
</style>
background-color css
<style>
a { background-color: #E76DBE; }
a { background-color: rgb(231,109,190); }
div.DivClassName
{
background-color: #E76DBE;
}
.BgClassName
{
background-color: #E76DBE;
}
</style>
border-color css
<style>
span { border-color: #E76DBE; }
span { border-color: rgb(231,109,190); }
td.TdClassName
{
border-color: #E76DBE;
}
.TagClassName
{
border-color: #E76DBE;
}
</style>