Shades of Neon Pink #EE6DD1
Tints of Neon Pink #EE6DD1
RGB
CMYK
RGB Variations
Color information
#EE6DD1 (or 0xEE6DD1) is known color: Neon Pink. HEX triplet: EE, 6D and D1. RGB value is (238,109,209). Sum of RGB (Red+Green+Blue) = 238+109+209=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6DD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6DD1 is #11922E. Grayscale: #9E9E9E. Windows color (decimal): -1151535 or 13725166. OLE color: 13725166.
HSL color Cylindrical-coordinate representation of color #EE6DD1: hue angle of 313.49º 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 #EE6DD1 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 209 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.07 |
| HSL | 313.49º | 0.79% | 0.68% | - |
| HSV(B) | 313.49º | 0.54% | 0.93% | - |
| XYZ | 52.24 | 33.72 | 64.08 | - |
| YUV | 158.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 209 | 0 | 0.54 | 0.12 | 0.07 | 313.49 | 0.79 | 0.68 |
| Hex | EE | 6D | D1 | 0 | 36 | C | 7 | 139 | 4F | 44 |
| Octal | 356 | 155 | 321 | 0 | 66 | 14 | 7 | 471 | 117 | 104 |
| Binary | 11101110 | 1101101 | 11010001 | 0 | 110110 | 1100 | 111 | 100111001 | 1001111 | 1000100 |
Color Harmonies of #EE6DD1
Complementary color
Monochromatic Colors of #EE6DD1
Black with #EE6DD1
Text Example
Text Example
White with #EE6DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6DD1; }
p { color: rgb(238,109,209); }
H1.HeaderClassName
{
color: #EE6DD1;
}
.AnyTagClassName
{
color: #EE6DD1;
}
</style>
background-color css
<style>
a { background-color: #EE6DD1; }
a { background-color: rgb(238,109,209); }
div.DivClassName
{
background-color: #EE6DD1;
}
.BgClassName
{
background-color: #EE6DD1;
}
</style>
border-color css
<style>
span { border-color: #EE6DD1; }
span { border-color: rgb(238,109,209); }
td.TdClassName
{
border-color: #EE6DD1;
}
.TagClassName
{
border-color: #EE6DD1;
}
</style>