Shades of Neon Pink #E168BD
Tints of Neon Pink #E168BD
RGB
CMYK
RGB Variations
Color information
#E168BD (or 0xE168BD) is known color: Neon Pink. HEX triplet: E1, 68 and BD. RGB value is (225,104,189). Sum of RGB (Red+Green+Blue) = 225+104+189=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E168BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E168BD is #1E9742. Grayscale: #959595. Windows color (decimal): -2004803 or 12413153. OLE color: 12413153.
HSL color Cylindrical-coordinate representation of color #E168BD: hue angle of 317.85º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E168BD is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 189 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.12 |
| HSL | 317.85º | 0.67% | 0.65% | - |
| HSV(B) | 317.85º | 0.54% | 0.88% | - |
| XYZ | 45.19 | 29.58 | 51.47 | - |
| YUV | 149.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 189 | 0 | 0.54 | 0.16 | 0.12 | 317.85 | 0.67 | 0.65 |
| Hex | E1 | 68 | BD | 0 | 36 | 10 | C | 13E | 43 | 41 |
| Octal | 341 | 150 | 275 | 0 | 66 | 20 | 14 | 476 | 103 | 101 |
| Binary | 11100001 | 1101000 | 10111101 | 0 | 110110 | 10000 | 1100 | 100111110 | 1000011 | 1000001 |
Color Harmonies of #E168BD
Complementary color
Monochromatic Colors of #E168BD
Black with #E168BD
Text Example
Text Example
White with #E168BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E168BD; }
p { color: rgb(225,104,189); }
H1.HeaderClassName
{
color: #E168BD;
}
.AnyTagClassName
{
color: #E168BD;
}
</style>
background-color css
<style>
a { background-color: #E168BD; }
a { background-color: rgb(225,104,189); }
div.DivClassName
{
background-color: #E168BD;
}
.BgClassName
{
background-color: #E168BD;
}
</style>
border-color css
<style>
span { border-color: #E168BD; }
span { border-color: rgb(225,104,189); }
td.TdClassName
{
border-color: #E168BD;
}
.TagClassName
{
border-color: #E168BD;
}
</style>