Shades of Neon Pink #E95BBE
Tints of Neon Pink #E95BBE
RGB
CMYK
RGB Variations
Color information
#E95BBE (or 0xE95BBE) is known color: Neon Pink. HEX triplet: E9, 5B and BE. RGB value is (233,91,190). Sum of RGB (Red+Green+Blue) = 233+91+190=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 91 (35.94% from 255 or 17.70% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E95BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E95BBE is #16A441. Grayscale: #909090. Windows color (decimal): -1483842 or 12475369. OLE color: 12475369.
HSL color Cylindrical-coordinate representation of color #E95BBE: hue angle of 318.17º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E95BBE is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 91 | 190 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.09 |
| HSL | 318.17º | 0.76% | 0.64% | - |
| HSV(B) | 318.17º | 0.61% | 0.91% | - |
| XYZ | 46.64 | 28.52 | 51.76 | - |
| YUV | 144.74 | 153.54 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 91 | 190 | 0 | 0.61 | 0.18 | 0.09 | 318.17 | 0.76 | 0.64 |
| Hex | E9 | 5B | BE | 0 | 3D | 12 | 9 | 13E | 4C | 40 |
| Octal | 351 | 133 | 276 | 0 | 75 | 22 | 11 | 476 | 114 | 100 |
| Binary | 11101001 | 1011011 | 10111110 | 0 | 111101 | 10010 | 1001 | 100111110 | 1001100 | 1000000 |
Color Harmonies of #E95BBE
Complementary color
Monochromatic Colors of #E95BBE
Black with #E95BBE
Text Example
Text Example
White with #E95BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95BBE; }
p { color: rgb(233,91,190); }
H1.HeaderClassName
{
color: #E95BBE;
}
.AnyTagClassName
{
color: #E95BBE;
}
</style>
background-color css
<style>
a { background-color: #E95BBE; }
a { background-color: rgb(233,91,190); }
div.DivClassName
{
background-color: #E95BBE;
}
.BgClassName
{
background-color: #E95BBE;
}
</style>
border-color css
<style>
span { border-color: #E95BBE; }
span { border-color: rgb(233,91,190); }
td.TdClassName
{
border-color: #E95BBE;
}
.TagClassName
{
border-color: #E95BBE;
}
</style>