Shades of Neon Pink #E66EC4
Tints of Neon Pink #E66EC4
RGB
CMYK
RGB Variations
Color information
#E66EC4 (or 0xE66EC4) is known color: Neon Pink. HEX triplet: E6, 6E and C4. RGB value is (230,110,196). Sum of RGB (Red+Green+Blue) = 230+110+196=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E66EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66EC4 is #19913B. Grayscale: #9B9B9B. Windows color (decimal): -1675580 or 12873446. OLE color: 12873446.
HSL color Cylindrical-coordinate representation of color #E66EC4: hue angle of 317º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66EC4 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 196 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.10 |
| HSL | 317º | 0.71% | 0.67% | - |
| HSV(B) | 317º | 0.52% | 0.9% | - |
| XYZ | 48.17 | 31.96 | 55.85 | - |
| YUV | 155.68 | 150.76 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 196 | 0 | 0.52 | 0.15 | 0.10 | 317 | 0.71 | 0.67 |
| Hex | E6 | 6E | C4 | 0 | 34 | F | A | 13D | 47 | 43 |
| Octal | 346 | 156 | 304 | 0 | 64 | 17 | 12 | 475 | 107 | 103 |
| Binary | 11100110 | 1101110 | 11000100 | 0 | 110100 | 1111 | 1010 | 100111101 | 1000111 | 1000011 |
Color Harmonies of #E66EC4
Complementary color
Monochromatic Colors of #E66EC4
Black with #E66EC4
Text Example
Text Example
White with #E66EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66EC4; }
p { color: rgb(230,110,196); }
H1.HeaderClassName
{
color: #E66EC4;
}
.AnyTagClassName
{
color: #E66EC4;
}
</style>
background-color css
<style>
a { background-color: #E66EC4; }
a { background-color: rgb(230,110,196); }
div.DivClassName
{
background-color: #E66EC4;
}
.BgClassName
{
background-color: #E66EC4;
}
</style>
border-color css
<style>
span { border-color: #E66EC4; }
span { border-color: rgb(230,110,196); }
td.TdClassName
{
border-color: #E66EC4;
}
.TagClassName
{
border-color: #E66EC4;
}
</style>