Shades of Neon Pink #EB6ACB
Tints of Neon Pink #EB6ACB
RGB
CMYK
RGB Variations
Color information
#EB6ACB (or 0xEB6ACB) is known color: Neon Pink. HEX triplet: EB, 6A and CB. RGB value is (235,106,203). Sum of RGB (Red+Green+Blue) = 235+106+203=544 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.20% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6ACB is #149534. Grayscale: #9B9B9B. Windows color (decimal): -1348917 or 13331179. OLE color: 13331179.
HSL color Cylindrical-coordinate representation of color #EB6ACB: hue angle of 314.88º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB6ACB is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 106 | 203 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.08 |
| HSL | 314.88º | 0.76% | 0.67% | - |
| HSV(B) | 314.88º | 0.55% | 0.92% | - |
| XYZ | 50.19 | 32.28 | 60.09 | - |
| YUV | 155.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 106 | 203 | 0 | 0.55 | 0.14 | 0.08 | 314.88 | 0.76 | 0.67 |
| Hex | EB | 6A | CB | 0 | 37 | E | 8 | 13B | 4C | 43 |
| Octal | 353 | 152 | 313 | 0 | 67 | 16 | 10 | 473 | 114 | 103 |
| Binary | 11101011 | 1101010 | 11001011 | 0 | 110111 | 1110 | 1000 | 100111011 | 1001100 | 1000011 |
Color Harmonies of #EB6ACB
Complementary color
Monochromatic Colors of #EB6ACB
Black with #EB6ACB
Text Example
Text Example
White with #EB6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6ACB; }
p { color: rgb(235,106,203); }
H1.HeaderClassName
{
color: #EB6ACB;
}
.AnyTagClassName
{
color: #EB6ACB;
}
</style>
background-color css
<style>
a { background-color: #EB6ACB; }
a { background-color: rgb(235,106,203); }
div.DivClassName
{
background-color: #EB6ACB;
}
.BgClassName
{
background-color: #EB6ACB;
}
</style>
border-color css
<style>
span { border-color: #EB6ACB; }
span { border-color: rgb(235,106,203); }
td.TdClassName
{
border-color: #EB6ACB;
}
.TagClassName
{
border-color: #EB6ACB;
}
</style>