Shades of Neon Pink #E06ABB
Tints of Neon Pink #E06ABB
RGB
CMYK
RGB Variations
Color information
#E06ABB (or 0xE06ABB) is known color: Neon Pink. HEX triplet: E0, 6A and BB. RGB value is (224,106,187). Sum of RGB (Red+Green+Blue) = 224+106+187=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ABB is #1F9544. Grayscale: #969696. Windows color (decimal): -2069829 or 12282592. OLE color: 12282592.
HSL color Cylindrical-coordinate representation of color #E06ABB: hue angle of 318.81º 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 #E06ABB is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 187 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.12 |
| HSL | 318.81º | 0.66% | 0.65% | - |
| HSV(B) | 318.81º | 0.53% | 0.88% | - |
| XYZ | 44.86 | 29.74 | 50.39 | - |
| YUV | 150.52 | 148.59 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 187 | 0 | 0.53 | 0.17 | 0.12 | 318.81 | 0.66 | 0.65 |
| Hex | E0 | 6A | BB | 0 | 35 | 11 | C | 13F | 42 | 41 |
| Octal | 340 | 152 | 273 | 0 | 65 | 21 | 14 | 477 | 102 | 101 |
| Binary | 11100000 | 1101010 | 10111011 | 0 | 110101 | 10001 | 1100 | 100111111 | 1000010 | 1000001 |
Color Harmonies of #E06ABB
Complementary color
Monochromatic Colors of #E06ABB
Black with #E06ABB
Text Example
Text Example
White with #E06ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06ABB; }
p { color: rgb(224,106,187); }
H1.HeaderClassName
{
color: #E06ABB;
}
.AnyTagClassName
{
color: #E06ABB;
}
</style>
background-color css
<style>
a { background-color: #E06ABB; }
a { background-color: rgb(224,106,187); }
div.DivClassName
{
background-color: #E06ABB;
}
.BgClassName
{
background-color: #E06ABB;
}
</style>
border-color css
<style>
span { border-color: #E06ABB; }
span { border-color: rgb(224,106,187); }
td.TdClassName
{
border-color: #E06ABB;
}
.TagClassName
{
border-color: #E06ABB;
}
</style>