Shades of Neon Pink #E067BC
Tints of Neon Pink #E067BC
RGB
CMYK
RGB Variations
Color information
#E067BC (or 0xE067BC) is known color: Neon Pink. HEX triplet: E0, 67 and BC. RGB value is (224,103,188). Sum of RGB (Red+Green+Blue) = 224+103+188=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E067BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067BC is #1F9843. Grayscale: #949494. Windows color (decimal): -2070596 or 12347360. OLE color: 12347360.
HSL color Cylindrical-coordinate representation of color #E067BC: hue angle of 317.85º 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 #E067BC is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 188 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.12 |
| HSL | 317.85º | 0.66% | 0.64% | - |
| HSV(B) | 317.85º | 0.54% | 0.88% | - |
| XYZ | 44.67 | 29.18 | 50.85 | - |
| YUV | 148.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 188 | 0 | 0.54 | 0.16 | 0.12 | 317.85 | 0.66 | 0.64 |
| Hex | E0 | 67 | BC | 0 | 36 | 10 | C | 13E | 42 | 40 |
| Octal | 340 | 147 | 274 | 0 | 66 | 20 | 14 | 476 | 102 | 100 |
| Binary | 11100000 | 1100111 | 10111100 | 0 | 110110 | 10000 | 1100 | 100111110 | 1000010 | 1000000 |
Color Harmonies of #E067BC
Complementary color
Monochromatic Colors of #E067BC
Black with #E067BC
Text Example
Text Example
White with #E067BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E067BC; }
p { color: rgb(224,103,188); }
H1.HeaderClassName
{
color: #E067BC;
}
.AnyTagClassName
{
color: #E067BC;
}
</style>
background-color css
<style>
a { background-color: #E067BC; }
a { background-color: rgb(224,103,188); }
div.DivClassName
{
background-color: #E067BC;
}
.BgClassName
{
background-color: #E067BC;
}
</style>
border-color css
<style>
span { border-color: #E067BC; }
span { border-color: rgb(224,103,188); }
td.TdClassName
{
border-color: #E067BC;
}
.TagClassName
{
border-color: #E067BC;
}
</style>