Shades of Neon Pink #EE70C1
Tints of Neon Pink #EE70C1
RGB
CMYK
RGB Variations
Color information
#EE70C1 (or 0xEE70C1) is known color: Neon Pink. HEX triplet: EE, 70 and C1. RGB value is (238,112,193). Sum of RGB (Red+Green+Blue) = 238+112+193=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70C1 is #118F3E. Grayscale: #9E9E9E. Windows color (decimal): -1150783 or 12677358. OLE color: 12677358.
HSL color Cylindrical-coordinate representation of color #EE70C1: hue angle of 321.43º 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 #EE70C1 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 193 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.07 |
| HSL | 321.43º | 0.79% | 0.69% | - |
| HSV(B) | 321.43º | 0.53% | 0.93% | - |
| XYZ | 50.68 | 33.62 | 54.27 | - |
| YUV | 158.91 | 147.24 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 193 | 0 | 0.53 | 0.19 | 0.07 | 321.43 | 0.79 | 0.69 |
| Hex | EE | 70 | C1 | 0 | 35 | 13 | 7 | 141 | 4F | 45 |
| Octal | 356 | 160 | 301 | 0 | 65 | 23 | 7 | 501 | 117 | 105 |
| Binary | 11101110 | 1110000 | 11000001 | 0 | 110101 | 10011 | 111 | 101000001 | 1001111 | 1000101 |
Color Harmonies of #EE70C1
Complementary color
Monochromatic Colors of #EE70C1
Black with #EE70C1
Text Example
Text Example
White with #EE70C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE70C1; }
p { color: rgb(238,112,193); }
H1.HeaderClassName
{
color: #EE70C1;
}
.AnyTagClassName
{
color: #EE70C1;
}
</style>
background-color css
<style>
a { background-color: #EE70C1; }
a { background-color: rgb(238,112,193); }
div.DivClassName
{
background-color: #EE70C1;
}
.BgClassName
{
background-color: #EE70C1;
}
</style>
border-color css
<style>
span { border-color: #EE70C1; }
span { border-color: rgb(238,112,193); }
td.TdClassName
{
border-color: #EE70C1;
}
.TagClassName
{
border-color: #EE70C1;
}
</style>