Shades of Neon Pink #EE6DC6
Tints of Neon Pink #EE6DC6
RGB
CMYK
RGB Variations
Color information
#EE6DC6 (or 0xEE6DC6) is known color: Neon Pink. HEX triplet: EE, 6D and C6. RGB value is (238,109,198). Sum of RGB (Red+Green+Blue) = 238+109+198=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6DC6 is #119239. Grayscale: #9D9D9D. Windows color (decimal): -1151546 or 13004270. OLE color: 13004270.
HSL color Cylindrical-coordinate representation of color #EE6DC6: hue angle of 318.6º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6DC6 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 198 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.07 |
| HSL | 318.6º | 0.79% | 0.68% | - |
| HSV(B) | 318.6º | 0.54% | 0.93% | - |
| XYZ | 50.92 | 33.19 | 57.15 | - |
| YUV | 157.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 198 | 0 | 0.54 | 0.17 | 0.07 | 318.6 | 0.79 | 0.68 |
| Hex | EE | 6D | C6 | 0 | 36 | 11 | 7 | 13F | 4F | 44 |
| Octal | 356 | 155 | 306 | 0 | 66 | 21 | 7 | 477 | 117 | 104 |
| Binary | 11101110 | 1101101 | 11000110 | 0 | 110110 | 10001 | 111 | 100111111 | 1001111 | 1000100 |
Color Harmonies of #EE6DC6
Complementary color
Monochromatic Colors of #EE6DC6
Black with #EE6DC6
Text Example
Text Example
White with #EE6DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6DC6; }
p { color: rgb(238,109,198); }
H1.HeaderClassName
{
color: #EE6DC6;
}
.AnyTagClassName
{
color: #EE6DC6;
}
</style>
background-color css
<style>
a { background-color: #EE6DC6; }
a { background-color: rgb(238,109,198); }
div.DivClassName
{
background-color: #EE6DC6;
}
.BgClassName
{
background-color: #EE6DC6;
}
</style>
border-color css
<style>
span { border-color: #EE6DC6; }
span { border-color: rgb(238,109,198); }
td.TdClassName
{
border-color: #EE6DC6;
}
.TagClassName
{
border-color: #EE6DC6;
}
</style>