Shades of Neon Pink #EE61C8
Tints of Neon Pink #EE61C8
RGB
CMYK
RGB Variations
Color information
#EE61C8 (or 0xEE61C8) is known color: Neon Pink. HEX triplet: EE, 61 and C8. RGB value is (238,97,200). Sum of RGB (Red+Green+Blue) = 238+97+200=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EE61C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE61C8 is #119E37. Grayscale: #969696. Windows color (decimal): -1154616 or 13132270. OLE color: 13132270.
HSL color Cylindrical-coordinate representation of color #EE61C8: hue angle of 316.17º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE61C8 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 200 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.07 |
| HSL | 316.17º | 0.81% | 0.66% | - |
| HSV(B) | 316.17º | 0.59% | 0.93% | - |
| XYZ | 49.96 | 30.9 | 57.97 | - |
| YUV | 150.9 | 155.71 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 200 | 0 | 0.59 | 0.16 | 0.07 | 316.17 | 0.81 | 0.66 |
| Hex | EE | 61 | C8 | 0 | 3B | 10 | 7 | 13C | 51 | 42 |
| Octal | 356 | 141 | 310 | 0 | 73 | 20 | 7 | 474 | 121 | 102 |
| Binary | 11101110 | 1100001 | 11001000 | 0 | 111011 | 10000 | 111 | 100111100 | 1010001 | 1000010 |
Color Harmonies of #EE61C8
Complementary color
Monochromatic Colors of #EE61C8
Black with #EE61C8
Text Example
Text Example
White with #EE61C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE61C8; }
p { color: rgb(238,97,200); }
H1.HeaderClassName
{
color: #EE61C8;
}
.AnyTagClassName
{
color: #EE61C8;
}
</style>
background-color css
<style>
a { background-color: #EE61C8; }
a { background-color: rgb(238,97,200); }
div.DivClassName
{
background-color: #EE61C8;
}
.BgClassName
{
background-color: #EE61C8;
}
</style>
border-color css
<style>
span { border-color: #EE61C8; }
span { border-color: rgb(238,97,200); }
td.TdClassName
{
border-color: #EE61C8;
}
.TagClassName
{
border-color: #EE61C8;
}
</style>