Shades of Neon Pink #E970CB
Tints of Neon Pink #E970CB
RGB
CMYK
RGB Variations
Color information
#E970CB (or 0xE970CB) is known color: Neon Pink. HEX triplet: E9, 70 and CB. RGB value is (233,112,203). Sum of RGB (Red+Green+Blue) = 233+112+203=548 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.52% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 233 - color contains mainly: red. Hex color #E970CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E970CB is #168F34. Grayscale: #9E9E9E. Windows color (decimal): -1478453 or 13332713. OLE color: 13332713.
HSL color Cylindrical-coordinate representation of color #E970CB: hue angle of 314.88º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E970CB is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 203 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.09 |
| HSL | 314.88º | 0.73% | 0.68% | - |
| HSV(B) | 314.88º | 0.52% | 0.91% | - |
| XYZ | 50.18 | 33.22 | 60.27 | - |
| YUV | 158.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 203 | 0 | 0.52 | 0.13 | 0.09 | 314.88 | 0.73 | 0.68 |
| Hex | E9 | 70 | CB | 0 | 34 | D | 9 | 13B | 49 | 44 |
| Octal | 351 | 160 | 313 | 0 | 64 | 15 | 11 | 473 | 111 | 104 |
| Binary | 11101001 | 1110000 | 11001011 | 0 | 110100 | 1101 | 1001 | 100111011 | 1001001 | 1000100 |
Color Harmonies of #E970CB
Complementary color
Monochromatic Colors of #E970CB
Black with #E970CB
Text Example
Text Example
White with #E970CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E970CB; }
p { color: rgb(233,112,203); }
H1.HeaderClassName
{
color: #E970CB;
}
.AnyTagClassName
{
color: #E970CB;
}
</style>
background-color css
<style>
a { background-color: #E970CB; }
a { background-color: rgb(233,112,203); }
div.DivClassName
{
background-color: #E970CB;
}
.BgClassName
{
background-color: #E970CB;
}
</style>
border-color css
<style>
span { border-color: #E970CB; }
span { border-color: rgb(233,112,203); }
td.TdClassName
{
border-color: #E970CB;
}
.TagClassName
{
border-color: #E970CB;
}
</style>