Shades of Neon Pink #E568BB
Tints of Neon Pink #E568BB
RGB
CMYK
RGB Variations
Color information
#E568BB (or 0xE568BB) is known color: Neon Pink. HEX triplet: E5, 68 and BB. RGB value is (229,104,187). Sum of RGB (Red+Green+Blue) = 229+104+187=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E568BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E568BB is #1A9744. Grayscale: #969696. Windows color (decimal): -1742661 or 12282085. OLE color: 12282085.
HSL color Cylindrical-coordinate representation of color #E568BB: hue angle of 320.16º 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 #E568BB is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 187 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.10 |
| HSL | 320.16º | 0.71% | 0.65% | - |
| HSV(B) | 320.16º | 0.55% | 0.9% | - |
| XYZ | 46.23 | 30.15 | 50.4 | - |
| YUV | 150.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 187 | 0 | 0.55 | 0.18 | 0.10 | 320.16 | 0.71 | 0.65 |
| Hex | E5 | 68 | BB | 0 | 37 | 12 | A | 140 | 47 | 41 |
| Octal | 345 | 150 | 273 | 0 | 67 | 22 | 12 | 500 | 107 | 101 |
| Binary | 11100101 | 1101000 | 10111011 | 0 | 110111 | 10010 | 1010 | 101000000 | 1000111 | 1000001 |
Color Harmonies of #E568BB
Complementary color
Monochromatic Colors of #E568BB
Black with #E568BB
Text Example
Text Example
White with #E568BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E568BB; }
p { color: rgb(229,104,187); }
H1.HeaderClassName
{
color: #E568BB;
}
.AnyTagClassName
{
color: #E568BB;
}
</style>
background-color css
<style>
a { background-color: #E568BB; }
a { background-color: rgb(229,104,187); }
div.DivClassName
{
background-color: #E568BB;
}
.BgClassName
{
background-color: #E568BB;
}
</style>
border-color css
<style>
span { border-color: #E568BB; }
span { border-color: rgb(229,104,187); }
td.TdClassName
{
border-color: #E568BB;
}
.TagClassName
{
border-color: #E568BB;
}
</style>