Shades of Neon Pink #EE5ABF
Tints of Neon Pink #EE5ABF
RGB
CMYK
RGB Variations
Color information
#EE5ABF (or 0xEE5ABF) is known color: Neon Pink. HEX triplet: EE, 5A and BF. RGB value is (238,90,191). Sum of RGB (Red+Green+Blue) = 238+90+191=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5ABF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5ABF is #11A540. Grayscale: #919191. Windows color (decimal): -1156417 or 12540654. OLE color: 12540654.
HSL color Cylindrical-coordinate representation of color #EE5ABF: hue angle of 319.05º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5ABF is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 90 | 191 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.07 |
| HSL | 319.05º | 0.81% | 0.64% | - |
| HSV(B) | 319.05º | 0.62% | 0.93% | - |
| XYZ | 48.32 | 29.25 | 52.39 | - |
| YUV | 145.77 | 153.53 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 191 | 0 | 0.62 | 0.20 | 0.07 | 319.05 | 0.81 | 0.64 |
| Hex | EE | 5A | BF | 0 | 3E | 14 | 7 | 13F | 51 | 40 |
| Octal | 356 | 132 | 277 | 0 | 76 | 24 | 7 | 477 | 121 | 100 |
| Binary | 11101110 | 1011010 | 10111111 | 0 | 111110 | 10100 | 111 | 100111111 | 1010001 | 1000000 |
Color Harmonies of #EE5ABF
Complementary color
Monochromatic Colors of #EE5ABF
Black with #EE5ABF
Text Example
Text Example
White with #EE5ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5ABF; }
p { color: rgb(238,90,191); }
H1.HeaderClassName
{
color: #EE5ABF;
}
.AnyTagClassName
{
color: #EE5ABF;
}
</style>
background-color css
<style>
a { background-color: #EE5ABF; }
a { background-color: rgb(238,90,191); }
div.DivClassName
{
background-color: #EE5ABF;
}
.BgClassName
{
background-color: #EE5ABF;
}
</style>
border-color css
<style>
span { border-color: #EE5ABF; }
span { border-color: rgb(238,90,191); }
td.TdClassName
{
border-color: #EE5ABF;
}
.TagClassName
{
border-color: #EE5ABF;
}
</style>