Shades of Neon Pink #EB6BBE
Tints of Neon Pink #EB6BBE
RGB
CMYK
RGB Variations
Color information
#EB6BBE (or 0xEB6BBE) is known color: Neon Pink. HEX triplet: EB, 6B and BE. RGB value is (235,107,190). Sum of RGB (Red+Green+Blue) = 235+107+190=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6BBE is #149441. Grayscale: #9A9A9A. Windows color (decimal): -1348674 or 12479467. OLE color: 12479467.
HSL color Cylindrical-coordinate representation of color #EB6BBE: hue angle of 321.09º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EB6BBE is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 107 | 190 | - |
CMYK | 0 | 0.54 | 0.19 | 0.08 |
HSL | 321.09º | 0.76% | 0.67% | - |
HSV(B) | 321.09º | 0.54% | 0.92% | - |
XYZ | 48.81 | 31.9 | 52.3 | - |
YUV | 154.73 | 147.91 | 185.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 107 | 190 | 0 | 0.54 | 0.19 | 0.08 | 321.09 | 0.76 | 0.67 |
Hex | EB | 6B | BE | 0 | 36 | 13 | 8 | 141 | 4C | 43 |
Octal | 353 | 153 | 276 | 0 | 66 | 23 | 10 | 501 | 114 | 103 |
Binary | 11101011 | 1101011 | 10111110 | 0 | 110110 | 10011 | 1000 | 101000001 | 1001100 | 1000011 |
Color Harmonies of #EB6BBE
Complementary color
Monochromatic Colors of #EB6BBE
Black with #EB6BBE
Text Example
Text Example
White with #EB6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6BBE; }
p { color: rgb(235,107,190); }
H1.HeaderClassName
{
color: #EB6BBE;
}
.AnyTagClassName
{
color: #EB6BBE;
}
</style>
background-color css
<style>
a { background-color: #EB6BBE; }
a { background-color: rgb(235,107,190); }
div.DivClassName
{
background-color: #EB6BBE;
}
.BgClassName
{
background-color: #EB6BBE;
}
</style>
border-color css
<style>
span { border-color: #EB6BBE; }
span { border-color: rgb(235,107,190); }
td.TdClassName
{
border-color: #EB6BBE;
}
.TagClassName
{
border-color: #EB6BBE;
}
</style>