Shades of Neon Pink #E16CBE
Tints of Neon Pink #E16CBE
RGB
CMYK
RGB Variations
Color information
#E16CBE (or 0xE16CBE) is known color: Neon Pink. HEX triplet: E1, 6C and BE. RGB value is (225,108,190). Sum of RGB (Red+Green+Blue) = 225+108+190=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E16CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16CBE is #1E9341. Grayscale: #989898. Windows color (decimal): -2003778 or 12479713. OLE color: 12479713.
HSL color Cylindrical-coordinate representation of color #E16CBE: hue angle of 317.95º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16CBE is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 190 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.12 |
| HSL | 317.95º | 0.66% | 0.65% | - |
| HSV(B) | 317.95º | 0.52% | 0.88% | - |
| XYZ | 45.71 | 30.45 | 52.18 | - |
| YUV | 152.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 190 | 0 | 0.52 | 0.16 | 0.12 | 317.95 | 0.66 | 0.65 |
| Hex | E1 | 6C | BE | 0 | 34 | 10 | C | 13E | 42 | 41 |
| Octal | 341 | 154 | 276 | 0 | 64 | 20 | 14 | 476 | 102 | 101 |
| Binary | 11100001 | 1101100 | 10111110 | 0 | 110100 | 10000 | 1100 | 100111110 | 1000010 | 1000001 |
Color Harmonies of #E16CBE
Complementary color
Monochromatic Colors of #E16CBE
Black with #E16CBE
Text Example
Text Example
White with #E16CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16CBE; }
p { color: rgb(225,108,190); }
H1.HeaderClassName
{
color: #E16CBE;
}
.AnyTagClassName
{
color: #E16CBE;
}
</style>
background-color css
<style>
a { background-color: #E16CBE; }
a { background-color: rgb(225,108,190); }
div.DivClassName
{
background-color: #E16CBE;
}
.BgClassName
{
background-color: #E16CBE;
}
</style>
border-color css
<style>
span { border-color: #E16CBE; }
span { border-color: rgb(225,108,190); }
td.TdClassName
{
border-color: #E16CBE;
}
.TagClassName
{
border-color: #E16CBE;
}
</style>