Shades of Neon Pink #E369BD
Tints of Neon Pink #E369BD
RGB
CMYK
RGB Variations
Color information
#E369BD (or 0xE369BD) is known color: Neon Pink. HEX triplet: E3, 69 and BD. RGB value is (227,105,189). Sum of RGB (Red+Green+Blue) = 227+105+189=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E369BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E369BD is #1C9642. Grayscale: #969696. Windows color (decimal): -1873475 or 12413411. OLE color: 12413411.
HSL color Cylindrical-coordinate representation of color #E369BD: hue angle of 318.69º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E369BD is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 105 | 189 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.11 |
| HSL | 318.69º | 0.69% | 0.65% | - |
| HSV(B) | 318.69º | 0.54% | 0.89% | - |
| XYZ | 45.92 | 30.11 | 51.54 | - |
| YUV | 151.05 | 149.42 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 105 | 189 | 0 | 0.54 | 0.17 | 0.11 | 318.69 | 0.69 | 0.65 |
| Hex | E3 | 69 | BD | 0 | 36 | 11 | B | 13F | 45 | 41 |
| Octal | 343 | 151 | 275 | 0 | 66 | 21 | 13 | 477 | 105 | 101 |
| Binary | 11100011 | 1101001 | 10111101 | 0 | 110110 | 10001 | 1011 | 100111111 | 1000101 | 1000001 |
Color Harmonies of #E369BD
Complementary color
Monochromatic Colors of #E369BD
Black with #E369BD
Text Example
Text Example
White with #E369BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E369BD; }
p { color: rgb(227,105,189); }
H1.HeaderClassName
{
color: #E369BD;
}
.AnyTagClassName
{
color: #E369BD;
}
</style>
background-color css
<style>
a { background-color: #E369BD; }
a { background-color: rgb(227,105,189); }
div.DivClassName
{
background-color: #E369BD;
}
.BgClassName
{
background-color: #E369BD;
}
</style>
border-color css
<style>
span { border-color: #E369BD; }
span { border-color: rgb(227,105,189); }
td.TdClassName
{
border-color: #E369BD;
}
.TagClassName
{
border-color: #E369BD;
}
</style>