Shades of Neon Pink #E965BE
Tints of Neon Pink #E965BE
RGB
CMYK
RGB Variations
Color information
#E965BE (or 0xE965BE) is known color: Neon Pink. HEX triplet: E9, 65 and BE. RGB value is (233,101,190). Sum of RGB (Red+Green+Blue) = 233+101+190=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E965BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E965BE is #169A41. Grayscale: #969696. Windows color (decimal): -1481282 or 12477929. OLE color: 12477929.
HSL color Cylindrical-coordinate representation of color #E965BE: hue angle of 319.55º degrees, saturation: 0.75, 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 #E965BE is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 190 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.09 |
| HSL | 319.55º | 0.75% | 0.65% | - |
| HSV(B) | 319.55º | 0.57% | 0.91% | - |
| XYZ | 47.55 | 30.35 | 52.07 | - |
| YUV | 150.61 | 150.23 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 190 | 0 | 0.57 | 0.18 | 0.09 | 319.55 | 0.75 | 0.65 |
| Hex | E9 | 65 | BE | 0 | 39 | 12 | 9 | 140 | 4B | 41 |
| Octal | 351 | 145 | 276 | 0 | 71 | 22 | 11 | 500 | 113 | 101 |
| Binary | 11101001 | 1100101 | 10111110 | 0 | 111001 | 10010 | 1001 | 101000000 | 1001011 | 1000001 |
Color Harmonies of #E965BE
Complementary color
Monochromatic Colors of #E965BE
Black with #E965BE
Text Example
Text Example
White with #E965BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E965BE; }
p { color: rgb(233,101,190); }
H1.HeaderClassName
{
color: #E965BE;
}
.AnyTagClassName
{
color: #E965BE;
}
</style>
background-color css
<style>
a { background-color: #E965BE; }
a { background-color: rgb(233,101,190); }
div.DivClassName
{
background-color: #E965BE;
}
.BgClassName
{
background-color: #E965BE;
}
</style>
border-color css
<style>
span { border-color: #E965BE; }
span { border-color: rgb(233,101,190); }
td.TdClassName
{
border-color: #E965BE;
}
.TagClassName
{
border-color: #E965BE;
}
</style>