Shades of Neon Pink #E568BE
Tints of Neon Pink #E568BE
RGB
CMYK
RGB Variations
Color information
#E568BE (or 0xE568BE) is known color: Neon Pink. HEX triplet: E5, 68 and BE. RGB value is (229,104,190). Sum of RGB (Red+Green+Blue) = 229+104+190=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E568BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E568BE is #1A9741. Grayscale: #969696. Windows color (decimal): -1742658 or 12478693. OLE color: 12478693.
HSL color Cylindrical-coordinate representation of color #E568BE: hue angle of 318.72º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E568BE is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 190 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.10 |
| HSL | 318.72º | 0.71% | 0.65% | - |
| HSV(B) | 318.72º | 0.55% | 0.9% | - |
| XYZ | 46.56 | 30.28 | 52.11 | - |
| YUV | 151.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 190 | 0 | 0.55 | 0.17 | 0.10 | 318.72 | 0.71 | 0.65 |
| Hex | E5 | 68 | BE | 0 | 37 | 11 | A | 13F | 47 | 41 |
| Octal | 345 | 150 | 276 | 0 | 67 | 21 | 12 | 477 | 107 | 101 |
| Binary | 11100101 | 1101000 | 10111110 | 0 | 110111 | 10001 | 1010 | 100111111 | 1000111 | 1000001 |
Color Harmonies of #E568BE
Complementary color
Monochromatic Colors of #E568BE
Black with #E568BE
Text Example
Text Example
White with #E568BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E568BE; }
p { color: rgb(229,104,190); }
H1.HeaderClassName
{
color: #E568BE;
}
.AnyTagClassName
{
color: #E568BE;
}
</style>
background-color css
<style>
a { background-color: #E568BE; }
a { background-color: rgb(229,104,190); }
div.DivClassName
{
background-color: #E568BE;
}
.BgClassName
{
background-color: #E568BE;
}
</style>
border-color css
<style>
span { border-color: #E568BE; }
span { border-color: rgb(229,104,190); }
td.TdClassName
{
border-color: #E568BE;
}
.TagClassName
{
border-color: #E568BE;
}
</style>