Shades of Neon Pink #EE70C4
Tints of Neon Pink #EE70C4
RGB
CMYK
RGB Variations
Color information
#EE70C4 (or 0xEE70C4) is known color: Neon Pink. HEX triplet: EE, 70 and C4. RGB value is (238,112,196). Sum of RGB (Red+Green+Blue) = 238+112+196=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 112 (44.14% from 255 or 20.51% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70C4 is #118F3B. Grayscale: #9F9F9F. Windows color (decimal): -1150780 or 12873966. OLE color: 12873966.
HSL color Cylindrical-coordinate representation of color #EE70C4: hue angle of 320º 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 #EE70C4 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 196 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.07 |
| HSL | 320º | 0.79% | 0.69% | - |
| HSV(B) | 320º | 0.53% | 0.93% | - |
| XYZ | 51.02 | 33.75 | 56.05 | - |
| YUV | 159.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 196 | 0 | 0.53 | 0.18 | 0.07 | 320 | 0.79 | 0.69 |
| Hex | EE | 70 | C4 | 0 | 35 | 12 | 7 | 140 | 4F | 45 |
| Octal | 356 | 160 | 304 | 0 | 65 | 22 | 7 | 500 | 117 | 105 |
| Binary | 11101110 | 1110000 | 11000100 | 0 | 110101 | 10010 | 111 | 101000000 | 1001111 | 1000101 |
Color Harmonies of #EE70C4
Complementary color
Monochromatic Colors of #EE70C4
Black with #EE70C4
Text Example
Text Example
White with #EE70C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE70C4; }
p { color: rgb(238,112,196); }
H1.HeaderClassName
{
color: #EE70C4;
}
.AnyTagClassName
{
color: #EE70C4;
}
</style>
background-color css
<style>
a { background-color: #EE70C4; }
a { background-color: rgb(238,112,196); }
div.DivClassName
{
background-color: #EE70C4;
}
.BgClassName
{
background-color: #EE70C4;
}
</style>
border-color css
<style>
span { border-color: #EE70C4; }
span { border-color: rgb(238,112,196); }
td.TdClassName
{
border-color: #EE70C4;
}
.TagClassName
{
border-color: #EE70C4;
}
</style>