Shades of Neon Pink #E069BA
Tints of Neon Pink #E069BA
RGB
CMYK
RGB Variations
Color information
#E069BA (or 0xE069BA) is known color: Neon Pink. HEX triplet: E0, 69 and BA. RGB value is (224,105,186). Sum of RGB (Red+Green+Blue) = 224+105+186=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E069BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069BA is #1F9645. Grayscale: #959595. Windows color (decimal): -2070086 or 12216800. OLE color: 12216800.
HSL color Cylindrical-coordinate representation of color #E069BA: hue angle of 319.16º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E069BA is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 186 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.12 |
| HSL | 319.16º | 0.66% | 0.65% | - |
| HSV(B) | 319.16º | 0.53% | 0.88% | - |
| XYZ | 44.65 | 29.5 | 49.79 | - |
| YUV | 149.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 186 | 0 | 0.53 | 0.17 | 0.12 | 319.16 | 0.66 | 0.65 |
| Hex | E0 | 69 | BA | 0 | 35 | 11 | C | 13F | 42 | 41 |
| Octal | 340 | 151 | 272 | 0 | 65 | 21 | 14 | 477 | 102 | 101 |
| Binary | 11100000 | 1101001 | 10111010 | 0 | 110101 | 10001 | 1100 | 100111111 | 1000010 | 1000001 |
Color Harmonies of #E069BA
Complementary color
Monochromatic Colors of #E069BA
Black with #E069BA
Text Example
Text Example
White with #E069BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069BA; }
p { color: rgb(224,105,186); }
H1.HeaderClassName
{
color: #E069BA;
}
.AnyTagClassName
{
color: #E069BA;
}
</style>
background-color css
<style>
a { background-color: #E069BA; }
a { background-color: rgb(224,105,186); }
div.DivClassName
{
background-color: #E069BA;
}
.BgClassName
{
background-color: #E069BA;
}
</style>
border-color css
<style>
span { border-color: #E069BA; }
span { border-color: rgb(224,105,186); }
td.TdClassName
{
border-color: #E069BA;
}
.TagClassName
{
border-color: #E069BA;
}
</style>