Shades of Neon Pink #EE6BCD
Tints of Neon Pink #EE6BCD
RGB
CMYK
RGB Variations
Color information
#EE6BCD (or 0xEE6BCD) is known color: Neon Pink. HEX triplet: EE, 6B and CD. RGB value is (238,107,205). Sum of RGB (Red+Green+Blue) = 238+107+205=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6BCD is #119432. Grayscale: #9D9D9D. Windows color (decimal): -1152051 or 13462510. OLE color: 13462510.
HSL color Cylindrical-coordinate representation of color #EE6BCD: hue angle of 315.11º 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 #EE6BCD is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 107 | 205 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.07 |
| HSL | 315.11º | 0.79% | 0.68% | - |
| HSV(B) | 315.11º | 0.55% | 0.93% | - |
| XYZ | 51.54 | 33.1 | 61.43 | - |
| YUV | 157.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 205 | 0 | 0.55 | 0.14 | 0.07 | 315.11 | 0.79 | 0.68 |
| Hex | EE | 6B | CD | 0 | 37 | E | 7 | 13B | 4F | 44 |
| Octal | 356 | 153 | 315 | 0 | 67 | 16 | 7 | 473 | 117 | 104 |
| Binary | 11101110 | 1101011 | 11001101 | 0 | 110111 | 1110 | 111 | 100111011 | 1001111 | 1000100 |
Color Harmonies of #EE6BCD
Complementary color
Monochromatic Colors of #EE6BCD
Black with #EE6BCD
Text Example
Text Example
White with #EE6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6BCD; }
p { color: rgb(238,107,205); }
H1.HeaderClassName
{
color: #EE6BCD;
}
.AnyTagClassName
{
color: #EE6BCD;
}
</style>
background-color css
<style>
a { background-color: #EE6BCD; }
a { background-color: rgb(238,107,205); }
div.DivClassName
{
background-color: #EE6BCD;
}
.BgClassName
{
background-color: #EE6BCD;
}
</style>
border-color css
<style>
span { border-color: #EE6BCD; }
span { border-color: rgb(238,107,205); }
td.TdClassName
{
border-color: #EE6BCD;
}
.TagClassName
{
border-color: #EE6BCD;
}
</style>