Shades of Neon Pink #EE72CB
Tints of Neon Pink #EE72CB
RGB
CMYK
RGB Variations
Color information
#EE72CB (or 0xEE72CB) is known color: Neon Pink. HEX triplet: EE, 72 and CB. RGB value is (238,114,203). Sum of RGB (Red+Green+Blue) = 238+114+203=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 114 (44.92% from 255 or 20.54% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EE72CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE72CB is #118D34. Grayscale: #A0A0A0. Windows color (decimal): -1150261 or 13333230. OLE color: 13333230.
HSL color Cylindrical-coordinate representation of color #EE72CB: hue angle of 316.94º 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 #EE72CB is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 203 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.07 |
| HSL | 316.94º | 0.78% | 0.69% | - |
| HSV(B) | 316.94º | 0.52% | 0.93% | - |
| XYZ | 52.06 | 34.52 | 60.42 | - |
| YUV | 161.22 | 151.58 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 203 | 0 | 0.52 | 0.15 | 0.07 | 316.94 | 0.78 | 0.69 |
| Hex | EE | 72 | CB | 0 | 34 | F | 7 | 13D | 4E | 45 |
| Octal | 356 | 162 | 313 | 0 | 64 | 17 | 7 | 475 | 116 | 105 |
| Binary | 11101110 | 1110010 | 11001011 | 0 | 110100 | 1111 | 111 | 100111101 | 1001110 | 1000101 |
Color Harmonies of #EE72CB
Complementary color
Monochromatic Colors of #EE72CB
Black with #EE72CB
Text Example
Text Example
White with #EE72CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE72CB; }
p { color: rgb(238,114,203); }
H1.HeaderClassName
{
color: #EE72CB;
}
.AnyTagClassName
{
color: #EE72CB;
}
</style>
background-color css
<style>
a { background-color: #EE72CB; }
a { background-color: rgb(238,114,203); }
div.DivClassName
{
background-color: #EE72CB;
}
.BgClassName
{
background-color: #EE72CB;
}
</style>
border-color css
<style>
span { border-color: #EE72CB; }
span { border-color: rgb(238,114,203); }
td.TdClassName
{
border-color: #EE72CB;
}
.TagClassName
{
border-color: #EE72CB;
}
</style>