Shades of Neon Pink #E96FCB
Tints of Neon Pink #E96FCB
RGB
CMYK
RGB Variations
Color information
#E96FCB (or 0xE96FCB) is known color: Neon Pink. HEX triplet: E9, 6F and CB. RGB value is (233,111,203). Sum of RGB (Red+Green+Blue) = 233+111+203=547 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.60% from 547); Green value is 111 (43.75% from 255 or 20.29% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 233 - color contains mainly: red. Hex color #E96FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96FCB is #169034. Grayscale: #9D9D9D. Windows color (decimal): -1478709 or 13332457. OLE color: 13332457.
HSL color Cylindrical-coordinate representation of color #E96FCB: hue angle of 314.75º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E96FCB is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 111 | 203 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.09 |
| HSL | 314.75º | 0.73% | 0.67% | - |
| HSV(B) | 314.75º | 0.52% | 0.91% | - |
| XYZ | 50.07 | 33 | 60.23 | - |
| YUV | 157.97 | 153.42 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 111 | 203 | 0 | 0.52 | 0.13 | 0.09 | 314.75 | 0.73 | 0.67 |
| Hex | E9 | 6F | CB | 0 | 34 | D | 9 | 13B | 49 | 43 |
| Octal | 351 | 157 | 313 | 0 | 64 | 15 | 11 | 473 | 111 | 103 |
| Binary | 11101001 | 1101111 | 11001011 | 0 | 110100 | 1101 | 1001 | 100111011 | 1001001 | 1000011 |
Color Harmonies of #E96FCB
Complementary color
Monochromatic Colors of #E96FCB
Black with #E96FCB
Text Example
Text Example
White with #E96FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96FCB; }
p { color: rgb(233,111,203); }
H1.HeaderClassName
{
color: #E96FCB;
}
.AnyTagClassName
{
color: #E96FCB;
}
</style>
background-color css
<style>
a { background-color: #E96FCB; }
a { background-color: rgb(233,111,203); }
div.DivClassName
{
background-color: #E96FCB;
}
.BgClassName
{
background-color: #E96FCB;
}
</style>
border-color css
<style>
span { border-color: #E96FCB; }
span { border-color: rgb(233,111,203); }
td.TdClassName
{
border-color: #E96FCB;
}
.TagClassName
{
border-color: #E96FCB;
}
</style>