Shades of Neon Pink #E569BB
Tints of Neon Pink #E569BB
RGB
CMYK
RGB Variations
Color information
#E569BB (or 0xE569BB) is known color: Neon Pink. HEX triplet: E5, 69 and BB. RGB value is (229,105,187). Sum of RGB (Red+Green+Blue) = 229+105+187=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E569BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E569BB is #1A9644. Grayscale: #979797. Windows color (decimal): -1742405 or 12282341. OLE color: 12282341.
HSL color Cylindrical-coordinate representation of color #E569BB: hue angle of 320.32º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E569BB is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 187 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.10 |
| HSL | 320.32º | 0.7% | 0.65% | - |
| HSV(B) | 320.32º | 0.54% | 0.9% | - |
| XYZ | 46.33 | 30.35 | 50.43 | - |
| YUV | 151.42 | 148.08 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 187 | 0 | 0.54 | 0.18 | 0.10 | 320.32 | 0.7 | 0.65 |
| Hex | E5 | 69 | BB | 0 | 36 | 12 | A | 140 | 46 | 41 |
| Octal | 345 | 151 | 273 | 0 | 66 | 22 | 12 | 500 | 106 | 101 |
| Binary | 11100101 | 1101001 | 10111011 | 0 | 110110 | 10010 | 1010 | 101000000 | 1000110 | 1000001 |
Color Harmonies of #E569BB
Complementary color
Monochromatic Colors of #E569BB
Black with #E569BB
Text Example
Text Example
White with #E569BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E569BB; }
p { color: rgb(229,105,187); }
H1.HeaderClassName
{
color: #E569BB;
}
.AnyTagClassName
{
color: #E569BB;
}
</style>
background-color css
<style>
a { background-color: #E569BB; }
a { background-color: rgb(229,105,187); }
div.DivClassName
{
background-color: #E569BB;
}
.BgClassName
{
background-color: #E569BB;
}
</style>
border-color css
<style>
span { border-color: #E569BB; }
span { border-color: rgb(229,105,187); }
td.TdClassName
{
border-color: #E569BB;
}
.TagClassName
{
border-color: #E569BB;
}
</style>