Shades of Neon Pink #E96ECB
Tints of Neon Pink #E96ECB
RGB
CMYK
RGB Variations
Color information
#E96ECB (or 0xE96ECB) is known color: Neon Pink. HEX triplet: E9, 6E and CB. RGB value is (233,110,203). Sum of RGB (Red+Green+Blue) = 233+110+203=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E96ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96ECB is #169134. Grayscale: #9D9D9D. Windows color (decimal): -1478965 or 13332201. OLE color: 13332201.
HSL color Cylindrical-coordinate representation of color #E96ECB: hue angle of 314.63º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E96ECB is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 110 | 203 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.09 |
| HSL | 314.63º | 0.74% | 0.67% | - |
| HSV(B) | 314.63º | 0.53% | 0.91% | - |
| XYZ | 49.96 | 32.79 | 60.2 | - |
| YUV | 157.38 | 153.75 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 110 | 203 | 0 | 0.53 | 0.13 | 0.09 | 314.63 | 0.74 | 0.67 |
| Hex | E9 | 6E | CB | 0 | 35 | D | 9 | 13B | 4A | 43 |
| Octal | 351 | 156 | 313 | 0 | 65 | 15 | 11 | 473 | 112 | 103 |
| Binary | 11101001 | 1101110 | 11001011 | 0 | 110101 | 1101 | 1001 | 100111011 | 1001010 | 1000011 |
Color Harmonies of #E96ECB
Complementary color
Monochromatic Colors of #E96ECB
Black with #E96ECB
Text Example
Text Example
White with #E96ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96ECB; }
p { color: rgb(233,110,203); }
H1.HeaderClassName
{
color: #E96ECB;
}
.AnyTagClassName
{
color: #E96ECB;
}
</style>
background-color css
<style>
a { background-color: #E96ECB; }
a { background-color: rgb(233,110,203); }
div.DivClassName
{
background-color: #E96ECB;
}
.BgClassName
{
background-color: #E96ECB;
}
</style>
border-color css
<style>
span { border-color: #E96ECB; }
span { border-color: rgb(233,110,203); }
td.TdClassName
{
border-color: #E96ECB;
}
.TagClassName
{
border-color: #E96ECB;
}
</style>