Shades of Neon Pink #EE72D0
Tints of Neon Pink #EE72D0
RGB
CMYK
RGB Variations
Color information
#EE72D0 (or 0xEE72D0) is known color: Neon Pink. HEX triplet: EE, 72 and D0. RGB value is (238,114,208). Sum of RGB (Red+Green+Blue) = 238+114+208=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72D0 is #118D2F. Grayscale: #A1A1A1. Windows color (decimal): -1150256 or 13660910. OLE color: 13660910.
HSL color Cylindrical-coordinate representation of color #EE72D0: hue angle of 314.52º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE72D0 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 208 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.07 |
| HSL | 314.52º | 0.78% | 0.69% | - |
| HSV(B) | 314.52º | 0.52% | 0.93% | - |
| XYZ | 52.66 | 34.77 | 63.61 | - |
| YUV | 161.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 208 | 0 | 0.52 | 0.13 | 0.07 | 314.52 | 0.78 | 0.69 |
| Hex | EE | 72 | D0 | 0 | 34 | D | 7 | 13B | 4E | 45 |
| Octal | 356 | 162 | 320 | 0 | 64 | 15 | 7 | 473 | 116 | 105 |
| Binary | 11101110 | 1110010 | 11010000 | 0 | 110100 | 1101 | 111 | 100111011 | 1001110 | 1000101 |
Color Harmonies of #EE72D0
Complementary color
Monochromatic Colors of #EE72D0
Black with #EE72D0
Text Example
Text Example
White with #EE72D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE72D0; }
p { color: rgb(238,114,208); }
H1.HeaderClassName
{
color: #EE72D0;
}
.AnyTagClassName
{
color: #EE72D0;
}
</style>
background-color css
<style>
a { background-color: #EE72D0; }
a { background-color: rgb(238,114,208); }
div.DivClassName
{
background-color: #EE72D0;
}
.BgClassName
{
background-color: #EE72D0;
}
</style>
border-color css
<style>
span { border-color: #EE72D0; }
span { border-color: rgb(238,114,208); }
td.TdClassName
{
border-color: #EE72D0;
}
.TagClassName
{
border-color: #EE72D0;
}
</style>