Shades of Neon Pink #EE6BCE
Tints of Neon Pink #EE6BCE
RGB
CMYK
RGB Variations
Color information
#EE6BCE (or 0xEE6BCE) is known color: Neon Pink. HEX triplet: EE, 6B and CE. RGB value is (238,107,206). Sum of RGB (Red+Green+Blue) = 238+107+206=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6BCE is #119431. Grayscale: #9D9D9D. Windows color (decimal): -1152050 or 13528046. OLE color: 13528046.
HSL color Cylindrical-coordinate representation of color #EE6BCE: hue angle of 314.66º 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 #EE6BCE is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 107 | 206 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.07 |
| HSL | 314.66º | 0.79% | 0.68% | - |
| HSV(B) | 314.66º | 0.55% | 0.93% | - |
| XYZ | 51.66 | 33.15 | 62.07 | - |
| YUV | 157.46 | 155.4 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 206 | 0 | 0.55 | 0.13 | 0.07 | 314.66 | 0.79 | 0.68 |
| Hex | EE | 6B | CE | 0 | 37 | D | 7 | 13B | 4F | 44 |
| Octal | 356 | 153 | 316 | 0 | 67 | 15 | 7 | 473 | 117 | 104 |
| Binary | 11101110 | 1101011 | 11001110 | 0 | 110111 | 1101 | 111 | 100111011 | 1001111 | 1000100 |
Color Harmonies of #EE6BCE
Complementary color
Monochromatic Colors of #EE6BCE
Black with #EE6BCE
Text Example
Text Example
White with #EE6BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6BCE; }
p { color: rgb(238,107,206); }
H1.HeaderClassName
{
color: #EE6BCE;
}
.AnyTagClassName
{
color: #EE6BCE;
}
</style>
background-color css
<style>
a { background-color: #EE6BCE; }
a { background-color: rgb(238,107,206); }
div.DivClassName
{
background-color: #EE6BCE;
}
.BgClassName
{
background-color: #EE6BCE;
}
</style>
border-color css
<style>
span { border-color: #EE6BCE; }
span { border-color: rgb(238,107,206); }
td.TdClassName
{
border-color: #EE6BCE;
}
.TagClassName
{
border-color: #EE6BCE;
}
</style>