Shades of Neon Pink #EE72CE
Tints of Neon Pink #EE72CE
RGB
CMYK
RGB Variations
Color information
#EE72CE (or 0xEE72CE) is known color: Neon Pink. HEX triplet: EE, 72 and CE. RGB value is (238,114,206). Sum of RGB (Red+Green+Blue) = 238+114+206=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72CE is #118D31. Grayscale: #A1A1A1. Windows color (decimal): -1150258 or 13529838. OLE color: 13529838.
HSL color Cylindrical-coordinate representation of color #EE72CE: hue angle of 315.48º 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 #EE72CE is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 206 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.07 |
| HSL | 315.48º | 0.78% | 0.69% | - |
| HSV(B) | 315.48º | 0.52% | 0.93% | - |
| XYZ | 52.42 | 34.67 | 62.32 | - |
| YUV | 161.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 206 | 0 | 0.52 | 0.13 | 0.07 | 315.48 | 0.78 | 0.69 |
| Hex | EE | 72 | CE | 0 | 34 | D | 7 | 13B | 4E | 45 |
| Octal | 356 | 162 | 316 | 0 | 64 | 15 | 7 | 473 | 116 | 105 |
| Binary | 11101110 | 1110010 | 11001110 | 0 | 110100 | 1101 | 111 | 100111011 | 1001110 | 1000101 |
Color Harmonies of #EE72CE
Complementary color
Monochromatic Colors of #EE72CE
Black with #EE72CE
Text Example
Text Example
White with #EE72CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE72CE; }
p { color: rgb(238,114,206); }
H1.HeaderClassName
{
color: #EE72CE;
}
.AnyTagClassName
{
color: #EE72CE;
}
</style>
background-color css
<style>
a { background-color: #EE72CE; }
a { background-color: rgb(238,114,206); }
div.DivClassName
{
background-color: #EE72CE;
}
.BgClassName
{
background-color: #EE72CE;
}
</style>
border-color css
<style>
span { border-color: #EE72CE; }
span { border-color: rgb(238,114,206); }
td.TdClassName
{
border-color: #EE72CE;
}
.TagClassName
{
border-color: #EE72CE;
}
</style>