Shades of Neon Pink #E069BC
Tints of Neon Pink #E069BC
RGB
CMYK
RGB Variations
Color information
#E069BC (or 0xE069BC) is known color: Neon Pink. HEX triplet: E0, 69 and BC. RGB value is (224,105,188). Sum of RGB (Red+Green+Blue) = 224+105+188=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E069BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E069BC is #1F9643. Grayscale: #959595. Windows color (decimal): -2070084 or 12347872. OLE color: 12347872.
HSL color Cylindrical-coordinate representation of color #E069BC: hue angle of 318.15º 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 #E069BC is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 188 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.12 |
| HSL | 318.15º | 0.66% | 0.65% | - |
| HSV(B) | 318.15º | 0.53% | 0.88% | - |
| XYZ | 44.87 | 29.58 | 50.92 | - |
| YUV | 150.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 188 | 0 | 0.53 | 0.16 | 0.12 | 318.15 | 0.66 | 0.65 |
| Hex | E0 | 69 | BC | 0 | 35 | 10 | C | 13E | 42 | 41 |
| Octal | 340 | 151 | 274 | 0 | 65 | 20 | 14 | 476 | 102 | 101 |
| Binary | 11100000 | 1101001 | 10111100 | 0 | 110101 | 10000 | 1100 | 100111110 | 1000010 | 1000001 |
Color Harmonies of #E069BC
Complementary color
Monochromatic Colors of #E069BC
Black with #E069BC
Text Example
Text Example
White with #E069BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069BC; }
p { color: rgb(224,105,188); }
H1.HeaderClassName
{
color: #E069BC;
}
.AnyTagClassName
{
color: #E069BC;
}
</style>
background-color css
<style>
a { background-color: #E069BC; }
a { background-color: rgb(224,105,188); }
div.DivClassName
{
background-color: #E069BC;
}
.BgClassName
{
background-color: #E069BC;
}
</style>
border-color css
<style>
span { border-color: #E069BC; }
span { border-color: rgb(224,105,188); }
td.TdClassName
{
border-color: #E069BC;
}
.TagClassName
{
border-color: #E069BC;
}
</style>