Shades of Neon Pink #EB6EC4
Tints of Neon Pink #EB6EC4
RGB
CMYK
RGB Variations
Color information
#EB6EC4 (or 0xEB6EC4) is known color: Neon Pink. HEX triplet: EB, 6E and C4. RGB value is (235,110,196). Sum of RGB (Red+Green+Blue) = 235+110+196=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB6EC4 is #14913B. Grayscale: #9C9C9C. Windows color (decimal): -1347900 or 12873451. OLE color: 12873451.
HSL color Cylindrical-coordinate representation of color #EB6EC4: hue angle of 318.72º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EB6EC4 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 110 | 196 | - |
CMYK | 0 | 0.53 | 0.17 | 0.08 |
HSL | 318.72º | 0.76% | 0.68% | - |
HSV(B) | 318.72º | 0.53% | 0.92% | - |
XYZ | 49.8 | 32.8 | 55.93 | - |
YUV | 157.18 | 149.91 | 183.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 110 | 196 | 0 | 0.53 | 0.17 | 0.08 | 318.72 | 0.76 | 0.68 |
Hex | EB | 6E | C4 | 0 | 35 | 11 | 8 | 13F | 4C | 44 |
Octal | 353 | 156 | 304 | 0 | 65 | 21 | 10 | 477 | 114 | 104 |
Binary | 11101011 | 1101110 | 11000100 | 0 | 110101 | 10001 | 1000 | 100111111 | 1001100 | 1000100 |
Color Harmonies of #EB6EC4
Complementary color
Monochromatic Colors of #EB6EC4
Black with #EB6EC4
Text Example
Text Example
White with #EB6EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6EC4; }
p { color: rgb(235,110,196); }
H1.HeaderClassName
{
color: #EB6EC4;
}
.AnyTagClassName
{
color: #EB6EC4;
}
</style>
background-color css
<style>
a { background-color: #EB6EC4; }
a { background-color: rgb(235,110,196); }
div.DivClassName
{
background-color: #EB6EC4;
}
.BgClassName
{
background-color: #EB6EC4;
}
</style>
border-color css
<style>
span { border-color: #EB6EC4; }
span { border-color: rgb(235,110,196); }
td.TdClassName
{
border-color: #EB6EC4;
}
.TagClassName
{
border-color: #EB6EC4;
}
</style>