Shades of Neon Pink #E76BC3
Tints of Neon Pink #E76BC3
RGB
CMYK
RGB Variations
Color information
#E76BC3 (or 0xE76BC3) is known color: Neon Pink. HEX triplet: E7, 6B and C3. RGB value is (231,107,195). Sum of RGB (Red+Green+Blue) = 231+107+195=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76BC3 is #18943C. Grayscale: #999999. Windows color (decimal): -1610813 or 12807143. OLE color: 12807143.
HSL color Cylindrical-coordinate representation of color #E76BC3: hue angle of 317.42º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76BC3 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 195 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.09 |
| HSL | 317.42º | 0.72% | 0.66% | - |
| HSV(B) | 317.42º | 0.54% | 0.91% | - |
| XYZ | 48.06 | 31.44 | 55.17 | - |
| YUV | 154.11 | 151.08 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 195 | 0 | 0.54 | 0.16 | 0.09 | 317.42 | 0.72 | 0.66 |
| Hex | E7 | 6B | C3 | 0 | 36 | 10 | 9 | 13D | 48 | 42 |
| Octal | 347 | 153 | 303 | 0 | 66 | 20 | 11 | 475 | 110 | 102 |
| Binary | 11100111 | 1101011 | 11000011 | 0 | 110110 | 10000 | 1001 | 100111101 | 1001000 | 1000010 |
Color Harmonies of #E76BC3
Complementary color
Monochromatic Colors of #E76BC3
Black with #E76BC3
Text Example
Text Example
White with #E76BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76BC3; }
p { color: rgb(231,107,195); }
H1.HeaderClassName
{
color: #E76BC3;
}
.AnyTagClassName
{
color: #E76BC3;
}
</style>
background-color css
<style>
a { background-color: #E76BC3; }
a { background-color: rgb(231,107,195); }
div.DivClassName
{
background-color: #E76BC3;
}
.BgClassName
{
background-color: #E76BC3;
}
</style>
border-color css
<style>
span { border-color: #E76BC3; }
span { border-color: rgb(231,107,195); }
td.TdClassName
{
border-color: #E76BC3;
}
.TagClassName
{
border-color: #E76BC3;
}
</style>