Shades of Neon Pink #EE6DCE
Tints of Neon Pink #EE6DCE
RGB
CMYK
RGB Variations
Color information
#EE6DCE (or 0xEE6DCE) is known color: Neon Pink. HEX triplet: EE, 6D and CE. RGB value is (238,109,206). Sum of RGB (Red+Green+Blue) = 238+109+206=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6DCE is #119231. Grayscale: #9E9E9E. Windows color (decimal): -1151538 or 13528558. OLE color: 13528558.
HSL color Cylindrical-coordinate representation of color #EE6DCE: hue angle of 314.88º 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 #EE6DCE is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 206 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.07 |
| HSL | 314.88º | 0.79% | 0.68% | - |
| HSV(B) | 314.88º | 0.54% | 0.93% | - |
| XYZ | 51.87 | 33.57 | 62.14 | - |
| YUV | 158.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 206 | 0 | 0.54 | 0.13 | 0.07 | 314.88 | 0.79 | 0.68 |
| Hex | EE | 6D | CE | 0 | 36 | D | 7 | 13B | 4F | 44 |
| Octal | 356 | 155 | 316 | 0 | 66 | 15 | 7 | 473 | 117 | 104 |
| Binary | 11101110 | 1101101 | 11001110 | 0 | 110110 | 1101 | 111 | 100111011 | 1001111 | 1000100 |
Color Harmonies of #EE6DCE
Complementary color
Monochromatic Colors of #EE6DCE
Black with #EE6DCE
Text Example
Text Example
White with #EE6DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6DCE; }
p { color: rgb(238,109,206); }
H1.HeaderClassName
{
color: #EE6DCE;
}
.AnyTagClassName
{
color: #EE6DCE;
}
</style>
background-color css
<style>
a { background-color: #EE6DCE; }
a { background-color: rgb(238,109,206); }
div.DivClassName
{
background-color: #EE6DCE;
}
.BgClassName
{
background-color: #EE6DCE;
}
</style>
border-color css
<style>
span { border-color: #EE6DCE; }
span { border-color: rgb(238,109,206); }
td.TdClassName
{
border-color: #EE6DCE;
}
.TagClassName
{
border-color: #EE6DCE;
}
</style>