Shades of Neon Pink #EE5BBE
Tints of Neon Pink #EE5BBE
RGB
CMYK
RGB Variations
Color information
#EE5BBE (or 0xEE5BBE) is known color: Neon Pink. HEX triplet: EE, 5B and BE. RGB value is (238,91,190). Sum of RGB (Red+Green+Blue) = 238+91+190=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5BBE is #11A441. Grayscale: #919191. Windows color (decimal): -1156162 or 12475374. OLE color: 12475374.
HSL color Cylindrical-coordinate representation of color #EE5BBE: hue angle of 319.59º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5BBE is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 91 | 190 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.07 |
| HSL | 319.59º | 0.81% | 0.65% | - |
| HSV(B) | 319.59º | 0.62% | 0.93% | - |
| XYZ | 48.3 | 29.38 | 51.84 | - |
| YUV | 146.24 | 152.7 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 91 | 190 | 0 | 0.62 | 0.20 | 0.07 | 319.59 | 0.81 | 0.65 |
| Hex | EE | 5B | BE | 0 | 3E | 14 | 7 | 140 | 51 | 41 |
| Octal | 356 | 133 | 276 | 0 | 76 | 24 | 7 | 500 | 121 | 101 |
| Binary | 11101110 | 1011011 | 10111110 | 0 | 111110 | 10100 | 111 | 101000000 | 1010001 | 1000001 |
Color Harmonies of #EE5BBE
Complementary color
Monochromatic Colors of #EE5BBE
Black with #EE5BBE
Text Example
Text Example
White with #EE5BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5BBE; }
p { color: rgb(238,91,190); }
H1.HeaderClassName
{
color: #EE5BBE;
}
.AnyTagClassName
{
color: #EE5BBE;
}
</style>
background-color css
<style>
a { background-color: #EE5BBE; }
a { background-color: rgb(238,91,190); }
div.DivClassName
{
background-color: #EE5BBE;
}
.BgClassName
{
background-color: #EE5BBE;
}
</style>
border-color css
<style>
span { border-color: #EE5BBE; }
span { border-color: rgb(238,91,190); }
td.TdClassName
{
border-color: #EE5BBE;
}
.TagClassName
{
border-color: #EE5BBE;
}
</style>