Shades of Neon Pink #EE74D0
Tints of Neon Pink #EE74D0
RGB
CMYK
RGB Variations
Color information
#EE74D0 (or 0xEE74D0) is known color: Neon Pink. HEX triplet: EE, 74 and D0. RGB value is (238,116,208). Sum of RGB (Red+Green+Blue) = 238+116+208=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EE74D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE74D0 is #118B2F. Grayscale: #A2A2A2. Windows color (decimal): -1149744 or 13661422. OLE color: 13661422.
HSL color Cylindrical-coordinate representation of color #EE74D0: hue angle of 314.75º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE74D0 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 116 | 208 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.07 |
| HSL | 314.75º | 0.78% | 0.69% | - |
| HSV(B) | 314.75º | 0.51% | 0.93% | - |
| XYZ | 52.89 | 35.22 | 63.69 | - |
| YUV | 162.97 | 153.42 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 116 | 208 | 0 | 0.51 | 0.13 | 0.07 | 314.75 | 0.78 | 0.69 |
| Hex | EE | 74 | D0 | 0 | 33 | D | 7 | 13B | 4E | 45 |
| Octal | 356 | 164 | 320 | 0 | 63 | 15 | 7 | 473 | 116 | 105 |
| Binary | 11101110 | 1110100 | 11010000 | 0 | 110011 | 1101 | 111 | 100111011 | 1001110 | 1000101 |
Color Harmonies of #EE74D0
Complementary color
Monochromatic Colors of #EE74D0
Black with #EE74D0
Text Example
Text Example
White with #EE74D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE74D0; }
p { color: rgb(238,116,208); }
H1.HeaderClassName
{
color: #EE74D0;
}
.AnyTagClassName
{
color: #EE74D0;
}
</style>
background-color css
<style>
a { background-color: #EE74D0; }
a { background-color: rgb(238,116,208); }
div.DivClassName
{
background-color: #EE74D0;
}
.BgClassName
{
background-color: #EE74D0;
}
</style>
border-color css
<style>
span { border-color: #EE74D0; }
span { border-color: rgb(238,116,208); }
td.TdClassName
{
border-color: #EE74D0;
}
.TagClassName
{
border-color: #EE74D0;
}
</style>