Shades of Neon Pink #EE6DD0
Tints of Neon Pink #EE6DD0
RGB
CMYK
RGB Variations
Color information
#EE6DD0 (or 0xEE6DD0) is known color: Neon Pink. HEX triplet: EE, 6D and D0. RGB value is (238,109,208). Sum of RGB (Red+Green+Blue) = 238+109+208=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6DD0 is #11922F. Grayscale: #9E9E9E. Windows color (decimal): -1151536 or 13659630. OLE color: 13659630.
HSL color Cylindrical-coordinate representation of color #EE6DD0: hue angle of 313.95º 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 #EE6DD0 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 208 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.07 |
| HSL | 313.95º | 0.79% | 0.68% | - |
| HSV(B) | 313.95º | 0.54% | 0.93% | - |
| XYZ | 52.11 | 33.67 | 63.43 | - |
| YUV | 158.86 | 155.74 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 208 | 0 | 0.54 | 0.13 | 0.07 | 313.95 | 0.79 | 0.68 |
| Hex | EE | 6D | D0 | 0 | 36 | D | 7 | 13A | 4F | 44 |
| Octal | 356 | 155 | 320 | 0 | 66 | 15 | 7 | 472 | 117 | 104 |
| Binary | 11101110 | 1101101 | 11010000 | 0 | 110110 | 1101 | 111 | 100111010 | 1001111 | 1000100 |
Color Harmonies of #EE6DD0
Complementary color
Monochromatic Colors of #EE6DD0
Black with #EE6DD0
Text Example
Text Example
White with #EE6DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6DD0; }
p { color: rgb(238,109,208); }
H1.HeaderClassName
{
color: #EE6DD0;
}
.AnyTagClassName
{
color: #EE6DD0;
}
</style>
background-color css
<style>
a { background-color: #EE6DD0; }
a { background-color: rgb(238,109,208); }
div.DivClassName
{
background-color: #EE6DD0;
}
.BgClassName
{
background-color: #EE6DD0;
}
</style>
border-color css
<style>
span { border-color: #EE6DD0; }
span { border-color: rgb(238,109,208); }
td.TdClassName
{
border-color: #EE6DD0;
}
.TagClassName
{
border-color: #EE6DD0;
}
</style>