Shades of Neon Pink #EE6CC5
Tints of Neon Pink #EE6CC5
RGB
CMYK
RGB Variations
Color information
#EE6CC5 (or 0xEE6CC5) is known color: Neon Pink. HEX triplet: EE, 6C and C5. RGB value is (238,108,197). Sum of RGB (Red+Green+Blue) = 238+108+197=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6CC5 is #11933A. Grayscale: #9C9C9C. Windows color (decimal): -1151803 or 12938478. OLE color: 12938478.
HSL color Cylindrical-coordinate representation of color #EE6CC5: hue angle of 318.92º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6CC5 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 108 | 197 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.07 |
| HSL | 318.92º | 0.79% | 0.68% | - |
| HSV(B) | 318.92º | 0.55% | 0.93% | - |
| XYZ | 50.7 | 32.93 | 56.51 | - |
| YUV | 157.02 | 150.57 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 108 | 197 | 0 | 0.55 | 0.17 | 0.07 | 318.92 | 0.79 | 0.68 |
| Hex | EE | 6C | C5 | 0 | 37 | 11 | 7 | 13F | 4F | 44 |
| Octal | 356 | 154 | 305 | 0 | 67 | 21 | 7 | 477 | 117 | 104 |
| Binary | 11101110 | 1101100 | 11000101 | 0 | 110111 | 10001 | 111 | 100111111 | 1001111 | 1000100 |
Color Harmonies of #EE6CC5
Complementary color
Monochromatic Colors of #EE6CC5
Black with #EE6CC5
Text Example
Text Example
White with #EE6CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6CC5; }
p { color: rgb(238,108,197); }
H1.HeaderClassName
{
color: #EE6CC5;
}
.AnyTagClassName
{
color: #EE6CC5;
}
</style>
background-color css
<style>
a { background-color: #EE6CC5; }
a { background-color: rgb(238,108,197); }
div.DivClassName
{
background-color: #EE6CC5;
}
.BgClassName
{
background-color: #EE6CC5;
}
</style>
border-color css
<style>
span { border-color: #EE6CC5; }
span { border-color: rgb(238,108,197); }
td.TdClassName
{
border-color: #EE6CC5;
}
.TagClassName
{
border-color: #EE6CC5;
}
</style>