Shades of Neon Pink #E06ABD
Tints of Neon Pink #E06ABD
RGB
CMYK
RGB Variations
Color information
#E06ABD (or 0xE06ABD) is known color: Neon Pink. HEX triplet: E0, 6A and BD. RGB value is (224,106,189). Sum of RGB (Red+Green+Blue) = 224+106+189=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ABD is #1F9542. Grayscale: #969696. Windows color (decimal): -2069827 or 12413664. OLE color: 12413664.
HSL color Cylindrical-coordinate representation of color #E06ABD: hue angle of 317.8º 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 #E06ABD is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 189 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.12 |
| HSL | 317.8º | 0.66% | 0.65% | - |
| HSV(B) | 317.8º | 0.53% | 0.88% | - |
| XYZ | 45.08 | 29.83 | 51.53 | - |
| YUV | 150.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 189 | 0 | 0.53 | 0.16 | 0.12 | 317.8 | 0.66 | 0.65 |
| Hex | E0 | 6A | BD | 0 | 35 | 10 | C | 13E | 42 | 41 |
| Octal | 340 | 152 | 275 | 0 | 65 | 20 | 14 | 476 | 102 | 101 |
| Binary | 11100000 | 1101010 | 10111101 | 0 | 110101 | 10000 | 1100 | 100111110 | 1000010 | 1000001 |
Color Harmonies of #E06ABD
Complementary color
Monochromatic Colors of #E06ABD
Black with #E06ABD
Text Example
Text Example
White with #E06ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06ABD; }
p { color: rgb(224,106,189); }
H1.HeaderClassName
{
color: #E06ABD;
}
.AnyTagClassName
{
color: #E06ABD;
}
</style>
background-color css
<style>
a { background-color: #E06ABD; }
a { background-color: rgb(224,106,189); }
div.DivClassName
{
background-color: #E06ABD;
}
.BgClassName
{
background-color: #E06ABD;
}
</style>
border-color css
<style>
span { border-color: #E06ABD; }
span { border-color: rgb(224,106,189); }
td.TdClassName
{
border-color: #E06ABD;
}
.TagClassName
{
border-color: #E06ABD;
}
</style>