Shades of Neon Pink #E66DC1
Tints of Neon Pink #E66DC1
RGB
CMYK
RGB Variations
Color information
#E66DC1 (or 0xE66DC1) is known color: Neon Pink. HEX triplet: E6, 6D and C1. RGB value is (230,109,193). Sum of RGB (Red+Green+Blue) = 230+109+193=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DC1 is #19923E. Grayscale: #9A9A9A. Windows color (decimal): -1675839 or 12676582. OLE color: 12676582.
HSL color Cylindrical-coordinate representation of color #E66DC1: hue angle of 318.35º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66DC1 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 193 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.10 |
| HSL | 318.35º | 0.71% | 0.66% | - |
| HSV(B) | 318.35º | 0.53% | 0.9% | - |
| XYZ | 47.73 | 31.61 | 54.04 | - |
| YUV | 154.76 | 149.59 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 193 | 0 | 0.53 | 0.16 | 0.10 | 318.35 | 0.71 | 0.66 |
| Hex | E6 | 6D | C1 | 0 | 35 | 10 | A | 13E | 47 | 42 |
| Octal | 346 | 155 | 301 | 0 | 65 | 20 | 12 | 476 | 107 | 102 |
| Binary | 11100110 | 1101101 | 11000001 | 0 | 110101 | 10000 | 1010 | 100111110 | 1000111 | 1000010 |
Color Harmonies of #E66DC1
Complementary color
Monochromatic Colors of #E66DC1
Black with #E66DC1
Text Example
Text Example
White with #E66DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DC1; }
p { color: rgb(230,109,193); }
H1.HeaderClassName
{
color: #E66DC1;
}
.AnyTagClassName
{
color: #E66DC1;
}
</style>
background-color css
<style>
a { background-color: #E66DC1; }
a { background-color: rgb(230,109,193); }
div.DivClassName
{
background-color: #E66DC1;
}
.BgClassName
{
background-color: #E66DC1;
}
</style>
border-color css
<style>
span { border-color: #E66DC1; }
span { border-color: rgb(230,109,193); }
td.TdClassName
{
border-color: #E66DC1;
}
.TagClassName
{
border-color: #E66DC1;
}
</style>