Shades of Neon Pink #E66DC5
Tints of Neon Pink #E66DC5
RGB
CMYK
RGB Variations
Color information
#E66DC5 (or 0xE66DC5) is known color: Neon Pink. HEX triplet: E6, 6D and C5. RGB value is (230,109,197). Sum of RGB (Red+Green+Blue) = 230+109+197=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DC5 is #19923A. Grayscale: #9A9A9A. Windows color (decimal): -1675835 or 12938726. OLE color: 12938726.
HSL color Cylindrical-coordinate representation of color #E66DC5: hue angle of 316.36º 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 #E66DC5 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 197 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.10 |
| HSL | 316.36º | 0.71% | 0.66% | - |
| HSV(B) | 316.36º | 0.53% | 0.9% | - |
| XYZ | 48.18 | 31.79 | 56.42 | - |
| YUV | 155.21 | 151.59 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 197 | 0 | 0.53 | 0.14 | 0.10 | 316.36 | 0.71 | 0.66 |
| Hex | E6 | 6D | C5 | 0 | 35 | E | A | 13C | 47 | 42 |
| Octal | 346 | 155 | 305 | 0 | 65 | 16 | 12 | 474 | 107 | 102 |
| Binary | 11100110 | 1101101 | 11000101 | 0 | 110101 | 1110 | 1010 | 100111100 | 1000111 | 1000010 |
Color Harmonies of #E66DC5
Complementary color
Monochromatic Colors of #E66DC5
Black with #E66DC5
Text Example
Text Example
White with #E66DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DC5; }
p { color: rgb(230,109,197); }
H1.HeaderClassName
{
color: #E66DC5;
}
.AnyTagClassName
{
color: #E66DC5;
}
</style>
background-color css
<style>
a { background-color: #E66DC5; }
a { background-color: rgb(230,109,197); }
div.DivClassName
{
background-color: #E66DC5;
}
.BgClassName
{
background-color: #E66DC5;
}
</style>
border-color css
<style>
span { border-color: #E66DC5; }
span { border-color: rgb(230,109,197); }
td.TdClassName
{
border-color: #E66DC5;
}
.TagClassName
{
border-color: #E66DC5;
}
</style>