Shades of Neon Pink #E868BE
Tints of Neon Pink #E868BE
RGB
CMYK
RGB Variations
Color information
#E868BE (or 0xE868BE) is known color: Neon Pink. HEX triplet: E8, 68 and BE. RGB value is (232,104,190). Sum of RGB (Red+Green+Blue) = 232+104+190=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E868BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E868BE is #179741. Grayscale: #979797. Windows color (decimal): -1546050 or 12478696. OLE color: 12478696.
HSL color Cylindrical-coordinate representation of color #E868BE: hue angle of 319.69º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E868BE is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 190 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.09 |
| HSL | 319.69º | 0.74% | 0.66% | - |
| HSV(B) | 319.69º | 0.55% | 0.91% | - |
| XYZ | 47.52 | 30.77 | 52.15 | - |
| YUV | 152.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 190 | 0 | 0.55 | 0.18 | 0.09 | 319.69 | 0.74 | 0.66 |
| Hex | E8 | 68 | BE | 0 | 37 | 12 | 9 | 140 | 4A | 42 |
| Octal | 350 | 150 | 276 | 0 | 67 | 22 | 11 | 500 | 112 | 102 |
| Binary | 11101000 | 1101000 | 10111110 | 0 | 110111 | 10010 | 1001 | 101000000 | 1001010 | 1000010 |
Color Harmonies of #E868BE
Complementary color
Monochromatic Colors of #E868BE
Black with #E868BE
Text Example
Text Example
White with #E868BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E868BE; }
p { color: rgb(232,104,190); }
H1.HeaderClassName
{
color: #E868BE;
}
.AnyTagClassName
{
color: #E868BE;
}
</style>
background-color css
<style>
a { background-color: #E868BE; }
a { background-color: rgb(232,104,190); }
div.DivClassName
{
background-color: #E868BE;
}
.BgClassName
{
background-color: #E868BE;
}
</style>
border-color css
<style>
span { border-color: #E868BE; }
span { border-color: rgb(232,104,190); }
td.TdClassName
{
border-color: #E868BE;
}
.TagClassName
{
border-color: #E868BE;
}
</style>