Shades of Neon Pink #E66DC2
Tints of Neon Pink #E66DC2
RGB
CMYK
RGB Variations
Color information
#E66DC2 (or 0xE66DC2) is known color: Neon Pink. HEX triplet: E6, 6D and C2. RGB value is (230,109,194). Sum of RGB (Red+Green+Blue) = 230+109+194=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DC2 is #19923D. Grayscale: #9A9A9A. Windows color (decimal): -1675838 or 12742118. OLE color: 12742118.
HSL color Cylindrical-coordinate representation of color #E66DC2: hue angle of 317.85º 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 #E66DC2 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 194 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.10 |
| HSL | 317.85º | 0.71% | 0.66% | - |
| HSV(B) | 317.85º | 0.53% | 0.9% | - |
| XYZ | 47.84 | 31.66 | 54.63 | - |
| YUV | 154.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 194 | 0 | 0.53 | 0.16 | 0.10 | 317.85 | 0.71 | 0.66 |
| Hex | E6 | 6D | C2 | 0 | 35 | 10 | A | 13E | 47 | 42 |
| Octal | 346 | 155 | 302 | 0 | 65 | 20 | 12 | 476 | 107 | 102 |
| Binary | 11100110 | 1101101 | 11000010 | 0 | 110101 | 10000 | 1010 | 100111110 | 1000111 | 1000010 |
Color Harmonies of #E66DC2
Complementary color
Monochromatic Colors of #E66DC2
Black with #E66DC2
Text Example
Text Example
White with #E66DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DC2; }
p { color: rgb(230,109,194); }
H1.HeaderClassName
{
color: #E66DC2;
}
.AnyTagClassName
{
color: #E66DC2;
}
</style>
background-color css
<style>
a { background-color: #E66DC2; }
a { background-color: rgb(230,109,194); }
div.DivClassName
{
background-color: #E66DC2;
}
.BgClassName
{
background-color: #E66DC2;
}
</style>
border-color css
<style>
span { border-color: #E66DC2; }
span { border-color: rgb(230,109,194); }
td.TdClassName
{
border-color: #E66DC2;
}
.TagClassName
{
border-color: #E66DC2;
}
</style>