Shades of Neon Pink #EE70CC
Tints of Neon Pink #EE70CC
RGB
CMYK
RGB Variations
Color information
#EE70CC (or 0xEE70CC) is known color: Neon Pink. HEX triplet: EE, 70 and CC. RGB value is (238,112,204). Sum of RGB (Red+Green+Blue) = 238+112+204=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70CC is #118F33. Grayscale: #9F9F9F. Windows color (decimal): -1150772 or 13398254. OLE color: 13398254.
HSL color Cylindrical-coordinate representation of color #EE70CC: hue angle of 316.19º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE70CC is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 204 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.07 |
| HSL | 316.19º | 0.79% | 0.69% | - |
| HSV(B) | 316.19º | 0.53% | 0.93% | - |
| XYZ | 51.95 | 34.13 | 60.98 | - |
| YUV | 160.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 204 | 0 | 0.53 | 0.14 | 0.07 | 316.19 | 0.79 | 0.69 |
| Hex | EE | 70 | CC | 0 | 35 | E | 7 | 13C | 4F | 45 |
| Octal | 356 | 160 | 314 | 0 | 65 | 16 | 7 | 474 | 117 | 105 |
| Binary | 11101110 | 1110000 | 11001100 | 0 | 110101 | 1110 | 111 | 100111100 | 1001111 | 1000101 |
Color Harmonies of #EE70CC
Complementary color
Monochromatic Colors of #EE70CC
Black with #EE70CC
Text Example
Text Example
White with #EE70CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE70CC; }
p { color: rgb(238,112,204); }
H1.HeaderClassName
{
color: #EE70CC;
}
.AnyTagClassName
{
color: #EE70CC;
}
</style>
background-color css
<style>
a { background-color: #EE70CC; }
a { background-color: rgb(238,112,204); }
div.DivClassName
{
background-color: #EE70CC;
}
.BgClassName
{
background-color: #EE70CC;
}
</style>
border-color css
<style>
span { border-color: #EE70CC; }
span { border-color: rgb(238,112,204); }
td.TdClassName
{
border-color: #EE70CC;
}
.TagClassName
{
border-color: #EE70CC;
}
</style>