Shades of Neon Pink #EE6FCD
Tints of Neon Pink #EE6FCD
RGB
CMYK
RGB Variations
Color information
#EE6FCD (or 0xEE6FCD) is known color: Neon Pink. HEX triplet: EE, 6F and CD. RGB value is (238,111,205). Sum of RGB (Red+Green+Blue) = 238+111+205=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6FCD is #119032. Grayscale: #9F9F9F. Windows color (decimal): -1151027 or 13463534. OLE color: 13463534.
HSL color Cylindrical-coordinate representation of color #EE6FCD: hue angle of 315.59º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE6FCD is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 111 | 205 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.07 |
| HSL | 315.59º | 0.79% | 0.68% | - |
| HSV(B) | 315.59º | 0.53% | 0.93% | - |
| XYZ | 51.96 | 33.95 | 61.57 | - |
| YUV | 159.69 | 153.58 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 205 | 0 | 0.53 | 0.14 | 0.07 | 315.59 | 0.79 | 0.68 |
| Hex | EE | 6F | CD | 0 | 35 | E | 7 | 13C | 4F | 44 |
| Octal | 356 | 157 | 315 | 0 | 65 | 16 | 7 | 474 | 117 | 104 |
| Binary | 11101110 | 1101111 | 11001101 | 0 | 110101 | 1110 | 111 | 100111100 | 1001111 | 1000100 |
Color Harmonies of #EE6FCD
Complementary color
Monochromatic Colors of #EE6FCD
Black with #EE6FCD
Text Example
Text Example
White with #EE6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6FCD; }
p { color: rgb(238,111,205); }
H1.HeaderClassName
{
color: #EE6FCD;
}
.AnyTagClassName
{
color: #EE6FCD;
}
</style>
background-color css
<style>
a { background-color: #EE6FCD; }
a { background-color: rgb(238,111,205); }
div.DivClassName
{
background-color: #EE6FCD;
}
.BgClassName
{
background-color: #EE6FCD;
}
</style>
border-color css
<style>
span { border-color: #EE6FCD; }
span { border-color: rgb(238,111,205); }
td.TdClassName
{
border-color: #EE6FCD;
}
.TagClassName
{
border-color: #EE6FCD;
}
</style>