Shades of Neon Pink #E065BB
Tints of Neon Pink #E065BB
RGB
CMYK
RGB Variations
Color information
#E065BB (or 0xE065BB) is known color: Neon Pink. HEX triplet: E0, 65 and BB. RGB value is (224,101,187). Sum of RGB (Red+Green+Blue) = 224+101+187=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E065BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E065BB is #1F9A44. Grayscale: #939393. Windows color (decimal): -2071109 or 12281312. OLE color: 12281312.
HSL color Cylindrical-coordinate representation of color #E065BB: hue angle of 318.05º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E065BB is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 187 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.12 |
| HSL | 318.05º | 0.66% | 0.64% | - |
| HSV(B) | 318.05º | 0.55% | 0.88% | - |
| XYZ | 44.36 | 28.74 | 50.22 | - |
| YUV | 147.58 | 150.25 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 187 | 0 | 0.55 | 0.17 | 0.12 | 318.05 | 0.66 | 0.64 |
| Hex | E0 | 65 | BB | 0 | 37 | 11 | C | 13E | 42 | 40 |
| Octal | 340 | 145 | 273 | 0 | 67 | 21 | 14 | 476 | 102 | 100 |
| Binary | 11100000 | 1100101 | 10111011 | 0 | 110111 | 10001 | 1100 | 100111110 | 1000010 | 1000000 |
Color Harmonies of #E065BB
Complementary color
Monochromatic Colors of #E065BB
Black with #E065BB
Text Example
Text Example
White with #E065BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E065BB; }
p { color: rgb(224,101,187); }
H1.HeaderClassName
{
color: #E065BB;
}
.AnyTagClassName
{
color: #E065BB;
}
</style>
background-color css
<style>
a { background-color: #E065BB; }
a { background-color: rgb(224,101,187); }
div.DivClassName
{
background-color: #E065BB;
}
.BgClassName
{
background-color: #E065BB;
}
</style>
border-color css
<style>
span { border-color: #E065BB; }
span { border-color: rgb(224,101,187); }
td.TdClassName
{
border-color: #E065BB;
}
.TagClassName
{
border-color: #E065BB;
}
</style>