Shades of Neon Pink #E65DBD
Tints of Neon Pink #E65DBD
RGB
CMYK
RGB Variations
Color information
#E65DBD (or 0xE65DBD) is known color: Neon Pink. HEX triplet: E6, 5D and BD. RGB value is (230,93,189). Sum of RGB (Red+Green+Blue) = 230+93+189=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E65DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E65DBD is #19A242. Grayscale: #909090. Windows color (decimal): -1679939 or 12410342. OLE color: 12410342.
HSL color Cylindrical-coordinate representation of color #E65DBD: hue angle of 317.96º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65DBD is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 189 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.10 |
| HSL | 317.96º | 0.73% | 0.63% | - |
| HSV(B) | 317.96º | 0.6% | 0.9% | - |
| XYZ | 45.73 | 28.33 | 51.2 | - |
| YUV | 144.91 | 152.89 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 189 | 0 | 0.60 | 0.18 | 0.10 | 317.96 | 0.73 | 0.63 |
| Hex | E6 | 5D | BD | 0 | 3C | 12 | A | 13E | 49 | 3F |
| Octal | 346 | 135 | 275 | 0 | 74 | 22 | 12 | 476 | 111 | 77 |
| Binary | 11100110 | 1011101 | 10111101 | 0 | 111100 | 10010 | 1010 | 100111110 | 1001001 | 111111 |
Color Harmonies of #E65DBD
Complementary color
Monochromatic Colors of #E65DBD
Black with #E65DBD
Text Example
Text Example
White with #E65DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65DBD; }
p { color: rgb(230,93,189); }
H1.HeaderClassName
{
color: #E65DBD;
}
.AnyTagClassName
{
color: #E65DBD;
}
</style>
background-color css
<style>
a { background-color: #E65DBD; }
a { background-color: rgb(230,93,189); }
div.DivClassName
{
background-color: #E65DBD;
}
.BgClassName
{
background-color: #E65DBD;
}
</style>
border-color css
<style>
span { border-color: #E65DBD; }
span { border-color: rgb(230,93,189); }
td.TdClassName
{
border-color: #E65DBD;
}
.TagClassName
{
border-color: #E65DBD;
}
</style>