Shades of Neon Pink #EE70CF
Tints of Neon Pink #EE70CF
RGB
CMYK
RGB Variations
Color information
#EE70CF (or 0xEE70CF) is known color: Neon Pink. HEX triplet: EE, 70 and CF. RGB value is (238,112,207). Sum of RGB (Red+Green+Blue) = 238+112+207=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70CF is #118F30. Grayscale: #A0A0A0. Windows color (decimal): -1150769 or 13594862. OLE color: 13594862.
HSL color Cylindrical-coordinate representation of color #EE70CF: hue angle of 314.76º 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 #EE70CF is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 207 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.07 |
| HSL | 314.76º | 0.79% | 0.69% | - |
| HSV(B) | 314.76º | 0.53% | 0.93% | - |
| XYZ | 52.32 | 34.27 | 62.89 | - |
| YUV | 160.5 | 154.24 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 207 | 0 | 0.53 | 0.13 | 0.07 | 314.76 | 0.79 | 0.69 |
| Hex | EE | 70 | CF | 0 | 35 | D | 7 | 13B | 4F | 45 |
| Octal | 356 | 160 | 317 | 0 | 65 | 15 | 7 | 473 | 117 | 105 |
| Binary | 11101110 | 1110000 | 11001111 | 0 | 110101 | 1101 | 111 | 100111011 | 1001111 | 1000101 |
Color Harmonies of #EE70CF
Complementary color
Monochromatic Colors of #EE70CF
Black with #EE70CF
Text Example
Text Example
White with #EE70CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE70CF; }
p { color: rgb(238,112,207); }
H1.HeaderClassName
{
color: #EE70CF;
}
.AnyTagClassName
{
color: #EE70CF;
}
</style>
background-color css
<style>
a { background-color: #EE70CF; }
a { background-color: rgb(238,112,207); }
div.DivClassName
{
background-color: #EE70CF;
}
.BgClassName
{
background-color: #EE70CF;
}
</style>
border-color css
<style>
span { border-color: #EE70CF; }
span { border-color: rgb(238,112,207); }
td.TdClassName
{
border-color: #EE70CF;
}
.TagClassName
{
border-color: #EE70CF;
}
</style>