Shades of Neon Pink #E16DBF
Tints of Neon Pink #E16DBF
RGB
CMYK
RGB Variations
Color information
#E16DBF (or 0xE16DBF) is known color: Neon Pink. HEX triplet: E1, 6D and BF. RGB value is (225,109,191). Sum of RGB (Red+Green+Blue) = 225+109+191=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E16DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16DBF is #1E9240. Grayscale: #989898. Windows color (decimal): -2003521 or 12545505. OLE color: 12545505.
HSL color Cylindrical-coordinate representation of color #E16DBF: hue angle of 317.59º 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 #E16DBF is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 191 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.12 |
| HSL | 317.59º | 0.66% | 0.65% | - |
| HSV(B) | 317.59º | 0.52% | 0.88% | - |
| XYZ | 45.92 | 30.71 | 52.8 | - |
| YUV | 153.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 191 | 0 | 0.52 | 0.15 | 0.12 | 317.59 | 0.66 | 0.65 |
| Hex | E1 | 6D | BF | 0 | 34 | F | C | 13E | 42 | 41 |
| Octal | 341 | 155 | 277 | 0 | 64 | 17 | 14 | 476 | 102 | 101 |
| Binary | 11100001 | 1101101 | 10111111 | 0 | 110100 | 1111 | 1100 | 100111110 | 1000010 | 1000001 |
Color Harmonies of #E16DBF
Complementary color
Monochromatic Colors of #E16DBF
Black with #E16DBF
Text Example
Text Example
White with #E16DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16DBF; }
p { color: rgb(225,109,191); }
H1.HeaderClassName
{
color: #E16DBF;
}
.AnyTagClassName
{
color: #E16DBF;
}
</style>
background-color css
<style>
a { background-color: #E16DBF; }
a { background-color: rgb(225,109,191); }
div.DivClassName
{
background-color: #E16DBF;
}
.BgClassName
{
background-color: #E16DBF;
}
</style>
border-color css
<style>
span { border-color: #E16DBF; }
span { border-color: rgb(225,109,191); }
td.TdClassName
{
border-color: #E16DBF;
}
.TagClassName
{
border-color: #E16DBF;
}
</style>