Shades of Neon Pink #EE5ABE
Tints of Neon Pink #EE5ABE
RGB
CMYK
RGB Variations
Color information
#EE5ABE (or 0xEE5ABE) is known color: Neon Pink. HEX triplet: EE, 5A and BE. RGB value is (238,90,190). Sum of RGB (Red+Green+Blue) = 238+90+190=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5ABE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5ABE is #11A541. Grayscale: #919191. Windows color (decimal): -1156418 or 12475118. OLE color: 12475118.
HSL color Cylindrical-coordinate representation of color #EE5ABE: hue angle of 319.46º 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 #EE5ABE is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 90 | 190 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.07 |
| HSL | 319.46º | 0.81% | 0.64% | - |
| HSV(B) | 319.46º | 0.62% | 0.93% | - |
| XYZ | 48.21 | 29.21 | 51.81 | - |
| YUV | 145.65 | 153.03 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 90 | 190 | 0 | 0.62 | 0.20 | 0.07 | 319.46 | 0.81 | 0.64 |
| Hex | EE | 5A | BE | 0 | 3E | 14 | 7 | 13F | 51 | 40 |
| Octal | 356 | 132 | 276 | 0 | 76 | 24 | 7 | 477 | 121 | 100 |
| Binary | 11101110 | 1011010 | 10111110 | 0 | 111110 | 10100 | 111 | 100111111 | 1010001 | 1000000 |
Color Harmonies of #EE5ABE
Complementary color
Monochromatic Colors of #EE5ABE
Black with #EE5ABE
Text Example
Text Example
White with #EE5ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5ABE; }
p { color: rgb(238,90,190); }
H1.HeaderClassName
{
color: #EE5ABE;
}
.AnyTagClassName
{
color: #EE5ABE;
}
</style>
background-color css
<style>
a { background-color: #EE5ABE; }
a { background-color: rgb(238,90,190); }
div.DivClassName
{
background-color: #EE5ABE;
}
.BgClassName
{
background-color: #EE5ABE;
}
</style>
border-color css
<style>
span { border-color: #EE5ABE; }
span { border-color: rgb(238,90,190); }
td.TdClassName
{
border-color: #EE5ABE;
}
.TagClassName
{
border-color: #EE5ABE;
}
</style>