Shades of Neon Pink #E66DC4
Tints of Neon Pink #E66DC4
RGB
CMYK
RGB Variations
Color information
#E66DC4 (or 0xE66DC4) is known color: Neon Pink. HEX triplet: E6, 6D and C4. RGB value is (230,109,196). Sum of RGB (Red+Green+Blue) = 230+109+196=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DC4 is #19923B. Grayscale: #9A9A9A. Windows color (decimal): -1675836 or 12873190. OLE color: 12873190.
HSL color Cylindrical-coordinate representation of color #E66DC4: hue angle of 316.86º 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 #E66DC4 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 196 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.10 |
| HSL | 316.86º | 0.71% | 0.66% | - |
| HSV(B) | 316.86º | 0.53% | 0.9% | - |
| XYZ | 48.07 | 31.75 | 55.82 | - |
| YUV | 155.1 | 151.09 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 196 | 0 | 0.53 | 0.15 | 0.10 | 316.86 | 0.71 | 0.66 |
| Hex | E6 | 6D | C4 | 0 | 35 | F | A | 13D | 47 | 42 |
| Octal | 346 | 155 | 304 | 0 | 65 | 17 | 12 | 475 | 107 | 102 |
| Binary | 11100110 | 1101101 | 11000100 | 0 | 110101 | 1111 | 1010 | 100111101 | 1000111 | 1000010 |
Color Harmonies of #E66DC4
Complementary color
Monochromatic Colors of #E66DC4
Black with #E66DC4
Text Example
Text Example
White with #E66DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DC4; }
p { color: rgb(230,109,196); }
H1.HeaderClassName
{
color: #E66DC4;
}
.AnyTagClassName
{
color: #E66DC4;
}
</style>
background-color css
<style>
a { background-color: #E66DC4; }
a { background-color: rgb(230,109,196); }
div.DivClassName
{
background-color: #E66DC4;
}
.BgClassName
{
background-color: #E66DC4;
}
</style>
border-color css
<style>
span { border-color: #E66DC4; }
span { border-color: rgb(230,109,196); }
td.TdClassName
{
border-color: #E66DC4;
}
.TagClassName
{
border-color: #E66DC4;
}
</style>