Shades of Neon Pink #E76AC2
Tints of Neon Pink #E76AC2
RGB
CMYK
RGB Variations
Color information
#E76AC2 (or 0xE76AC2) is known color: Neon Pink. HEX triplet: E7, 6A and C2. RGB value is (231,106,194). Sum of RGB (Red+Green+Blue) = 231+106+194=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76AC2 is #18953D. Grayscale: #999999. Windows color (decimal): -1611070 or 12741351. OLE color: 12741351.
HSL color Cylindrical-coordinate representation of color #E76AC2: hue angle of 317.76º 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 #E76AC2 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 194 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.09 |
| HSL | 317.76º | 0.72% | 0.66% | - |
| HSV(B) | 317.76º | 0.54% | 0.91% | - |
| XYZ | 47.85 | 31.19 | 54.54 | - |
| YUV | 153.41 | 150.91 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 194 | 0 | 0.54 | 0.16 | 0.09 | 317.76 | 0.72 | 0.66 |
| Hex | E7 | 6A | C2 | 0 | 36 | 10 | 9 | 13E | 48 | 42 |
| Octal | 347 | 152 | 302 | 0 | 66 | 20 | 11 | 476 | 110 | 102 |
| Binary | 11100111 | 1101010 | 11000010 | 0 | 110110 | 10000 | 1001 | 100111110 | 1001000 | 1000010 |
Color Harmonies of #E76AC2
Complementary color
Monochromatic Colors of #E76AC2
Black with #E76AC2
Text Example
Text Example
White with #E76AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76AC2; }
p { color: rgb(231,106,194); }
H1.HeaderClassName
{
color: #E76AC2;
}
.AnyTagClassName
{
color: #E76AC2;
}
</style>
background-color css
<style>
a { background-color: #E76AC2; }
a { background-color: rgb(231,106,194); }
div.DivClassName
{
background-color: #E76AC2;
}
.BgClassName
{
background-color: #E76AC2;
}
</style>
border-color css
<style>
span { border-color: #E76AC2; }
span { border-color: rgb(231,106,194); }
td.TdClassName
{
border-color: #E76AC2;
}
.TagClassName
{
border-color: #E76AC2;
}
</style>