Shades of Neon Pink #E067BA
Tints of Neon Pink #E067BA
RGB
CMYK
RGB Variations
Color information
#E067BA (or 0xE067BA) is known color: Neon Pink. HEX triplet: E0, 67 and BA. RGB value is (224,103,186). Sum of RGB (Red+Green+Blue) = 224+103+186=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E067BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067BA is #1F9845. Grayscale: #949494. Windows color (decimal): -2070598 or 12216288. OLE color: 12216288.
HSL color Cylindrical-coordinate representation of color #E067BA: hue angle of 318.84º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E067BA is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 186 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.12 |
| HSL | 318.84º | 0.66% | 0.64% | - |
| HSV(B) | 318.84º | 0.54% | 0.88% | - |
| XYZ | 44.45 | 29.09 | 49.73 | - |
| YUV | 148.64 | 149.09 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 186 | 0 | 0.54 | 0.17 | 0.12 | 318.84 | 0.66 | 0.64 |
| Hex | E0 | 67 | BA | 0 | 36 | 11 | C | 13F | 42 | 40 |
| Octal | 340 | 147 | 272 | 0 | 66 | 21 | 14 | 477 | 102 | 100 |
| Binary | 11100000 | 1100111 | 10111010 | 0 | 110110 | 10001 | 1100 | 100111111 | 1000010 | 1000000 |
Color Harmonies of #E067BA
Complementary color
Monochromatic Colors of #E067BA
Black with #E067BA
Text Example
Text Example
White with #E067BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E067BA; }
p { color: rgb(224,103,186); }
H1.HeaderClassName
{
color: #E067BA;
}
.AnyTagClassName
{
color: #E067BA;
}
</style>
background-color css
<style>
a { background-color: #E067BA; }
a { background-color: rgb(224,103,186); }
div.DivClassName
{
background-color: #E067BA;
}
.BgClassName
{
background-color: #E067BA;
}
</style>
border-color css
<style>
span { border-color: #E067BA; }
span { border-color: rgb(224,103,186); }
td.TdClassName
{
border-color: #E067BA;
}
.TagClassName
{
border-color: #E067BA;
}
</style>