Shades of Neon Pink #E363BD
Tints of Neon Pink #E363BD
RGB
CMYK
RGB Variations
Color information
#E363BD (or 0xE363BD) is known color: Neon Pink. HEX triplet: E3, 63 and BD. RGB value is (227,99,189). Sum of RGB (Red+Green+Blue) = 227+99+189=515 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.08% from 515); Green value is 99 (39.06% from 255 or 19.22% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 227 - color contains mainly: red. Hex color #E363BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E363BD is #1C9C42. Grayscale: #939393. Windows color (decimal): -1875011 or 12411875. OLE color: 12411875.
HSL color Cylindrical-coordinate representation of color #E363BD: hue angle of 317.81º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E363BD is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 99 | 189 | - |
| CMYK | 0 | 0.56 | 0.17 | 0.11 |
| HSL | 317.81º | 0.7% | 0.64% | - |
| HSV(B) | 317.81º | 0.56% | 0.89% | - |
| XYZ | 45.33 | 28.93 | 51.34 | - |
| YUV | 147.53 | 151.41 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 99 | 189 | 0 | 0.56 | 0.17 | 0.11 | 317.81 | 0.7 | 0.64 |
| Hex | E3 | 63 | BD | 0 | 38 | 11 | B | 13E | 46 | 40 |
| Octal | 343 | 143 | 275 | 0 | 70 | 21 | 13 | 476 | 106 | 100 |
| Binary | 11100011 | 1100011 | 10111101 | 0 | 111000 | 10001 | 1011 | 100111110 | 1000110 | 1000000 |
Color Harmonies of #E363BD
Complementary color
Monochromatic Colors of #E363BD
Black with #E363BD
Text Example
Text Example
White with #E363BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E363BD; }
p { color: rgb(227,99,189); }
H1.HeaderClassName
{
color: #E363BD;
}
.AnyTagClassName
{
color: #E363BD;
}
</style>
background-color css
<style>
a { background-color: #E363BD; }
a { background-color: rgb(227,99,189); }
div.DivClassName
{
background-color: #E363BD;
}
.BgClassName
{
background-color: #E363BD;
}
</style>
border-color css
<style>
span { border-color: #E363BD; }
span { border-color: rgb(227,99,189); }
td.TdClassName
{
border-color: #E363BD;
}
.TagClassName
{
border-color: #E363BD;
}
</style>