Shades of Neon Pink #EE70CE
Tints of Neon Pink #EE70CE
RGB
CMYK
RGB Variations
Color information
#EE70CE (or 0xEE70CE) is known color: Neon Pink. HEX triplet: EE, 70 and CE. RGB value is (238,112,206). Sum of RGB (Red+Green+Blue) = 238+112+206=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70CE is #118F31. Grayscale: #A0A0A0. Windows color (decimal): -1150770 or 13529326. OLE color: 13529326.
HSL color Cylindrical-coordinate representation of color #EE70CE: hue angle of 315.24º 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 #EE70CE is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 206 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.07 |
| HSL | 315.24º | 0.79% | 0.69% | - |
| HSV(B) | 315.24º | 0.53% | 0.93% | - |
| XYZ | 52.19 | 34.22 | 62.25 | - |
| YUV | 160.39 | 153.74 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 206 | 0 | 0.53 | 0.13 | 0.07 | 315.24 | 0.79 | 0.69 |
| Hex | EE | 70 | CE | 0 | 35 | D | 7 | 13B | 4F | 45 |
| Octal | 356 | 160 | 316 | 0 | 65 | 15 | 7 | 473 | 117 | 105 |
| Binary | 11101110 | 1110000 | 11001110 | 0 | 110101 | 1101 | 111 | 100111011 | 1001111 | 1000101 |
Color Harmonies of #EE70CE
Complementary color
Monochromatic Colors of #EE70CE
Black with #EE70CE
Text Example
Text Example
White with #EE70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE70CE; }
p { color: rgb(238,112,206); }
H1.HeaderClassName
{
color: #EE70CE;
}
.AnyTagClassName
{
color: #EE70CE;
}
</style>
background-color css
<style>
a { background-color: #EE70CE; }
a { background-color: rgb(238,112,206); }
div.DivClassName
{
background-color: #EE70CE;
}
.BgClassName
{
background-color: #EE70CE;
}
</style>
border-color css
<style>
span { border-color: #EE70CE; }
span { border-color: rgb(238,112,206); }
td.TdClassName
{
border-color: #EE70CE;
}
.TagClassName
{
border-color: #EE70CE;
}
</style>