Shades of Neon Pink #E867BD
Tints of Neon Pink #E867BD
RGB
CMYK
RGB Variations
Color information
#E867BD (or 0xE867BD) is known color: Neon Pink. HEX triplet: E8, 67 and BD. RGB value is (232,103,189). Sum of RGB (Red+Green+Blue) = 232+103+189=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 103 (40.62% from 255 or 19.66% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E867BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E867BD is #179842. Grayscale: #979797. Windows color (decimal): -1546307 or 12412904. OLE color: 12412904.
HSL color Cylindrical-coordinate representation of color #E867BD: hue angle of 320º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E867BD is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 103 | 189 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.09 |
| HSL | 320º | 0.74% | 0.66% | - |
| HSV(B) | 320º | 0.56% | 0.91% | - |
| XYZ | 47.31 | 30.53 | 51.54 | - |
| YUV | 151.38 | 149.24 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 103 | 189 | 0 | 0.56 | 0.19 | 0.09 | 320 | 0.74 | 0.66 |
| Hex | E8 | 67 | BD | 0 | 38 | 13 | 9 | 140 | 4A | 42 |
| Octal | 350 | 147 | 275 | 0 | 70 | 23 | 11 | 500 | 112 | 102 |
| Binary | 11101000 | 1100111 | 10111101 | 0 | 111000 | 10011 | 1001 | 101000000 | 1001010 | 1000010 |
Color Harmonies of #E867BD
Complementary color
Monochromatic Colors of #E867BD
Black with #E867BD
Text Example
Text Example
White with #E867BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E867BD; }
p { color: rgb(232,103,189); }
H1.HeaderClassName
{
color: #E867BD;
}
.AnyTagClassName
{
color: #E867BD;
}
</style>
background-color css
<style>
a { background-color: #E867BD; }
a { background-color: rgb(232,103,189); }
div.DivClassName
{
background-color: #E867BD;
}
.BgClassName
{
background-color: #E867BD;
}
</style>
border-color css
<style>
span { border-color: #E867BD; }
span { border-color: rgb(232,103,189); }
td.TdClassName
{
border-color: #E867BD;
}
.TagClassName
{
border-color: #E867BD;
}
</style>