Shades of Neon Pink #E567BD
Tints of Neon Pink #E567BD
RGB
CMYK
RGB Variations
Color information
#E567BD (or 0xE567BD) is known color: Neon Pink. HEX triplet: E5, 67 and BD. RGB value is (229,103,189). Sum of RGB (Red+Green+Blue) = 229+103+189=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E567BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E567BD is #1A9842. Grayscale: #969696. Windows color (decimal): -1742915 or 12412901. OLE color: 12412901.
HSL color Cylindrical-coordinate representation of color #E567BD: hue angle of 319.05º 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 #E567BD is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 189 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.10 |
| HSL | 319.05º | 0.71% | 0.65% | - |
| HSV(B) | 319.05º | 0.55% | 0.9% | - |
| XYZ | 46.35 | 30.03 | 51.5 | - |
| YUV | 150.48 | 149.74 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 189 | 0 | 0.55 | 0.17 | 0.10 | 319.05 | 0.71 | 0.65 |
| Hex | E5 | 67 | BD | 0 | 37 | 11 | A | 13F | 47 | 41 |
| Octal | 345 | 147 | 275 | 0 | 67 | 21 | 12 | 477 | 107 | 101 |
| Binary | 11100101 | 1100111 | 10111101 | 0 | 110111 | 10001 | 1010 | 100111111 | 1000111 | 1000001 |
Color Harmonies of #E567BD
Complementary color
Monochromatic Colors of #E567BD
Black with #E567BD
Text Example
Text Example
White with #E567BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E567BD; }
p { color: rgb(229,103,189); }
H1.HeaderClassName
{
color: #E567BD;
}
.AnyTagClassName
{
color: #E567BD;
}
</style>
background-color css
<style>
a { background-color: #E567BD; }
a { background-color: rgb(229,103,189); }
div.DivClassName
{
background-color: #E567BD;
}
.BgClassName
{
background-color: #E567BD;
}
</style>
border-color css
<style>
span { border-color: #E567BD; }
span { border-color: rgb(229,103,189); }
td.TdClassName
{
border-color: #E567BD;
}
.TagClassName
{
border-color: #E567BD;
}
</style>