Shades of Neon Pink #E85CBD
Tints of Neon Pink #E85CBD
RGB
CMYK
RGB Variations
Color information
#E85CBD (or 0xE85CBD) is known color: Neon Pink. HEX triplet: E8, 5C and BD. RGB value is (232,92,189). Sum of RGB (Red+Green+Blue) = 232+92+189=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E85CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85CBD is #17A342. Grayscale: #909090. Windows color (decimal): -1549123 or 12410088. OLE color: 12410088.
HSL color Cylindrical-coordinate representation of color #E85CBD: hue angle of 318.43º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E85CBD is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 189 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.09 |
| HSL | 318.43º | 0.75% | 0.64% | - |
| HSV(B) | 318.43º | 0.6% | 0.91% | - |
| XYZ | 46.29 | 28.48 | 51.2 | - |
| YUV | 144.92 | 152.88 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 189 | 0 | 0.60 | 0.19 | 0.09 | 318.43 | 0.75 | 0.64 |
| Hex | E8 | 5C | BD | 0 | 3C | 13 | 9 | 13E | 4B | 40 |
| Octal | 350 | 134 | 275 | 0 | 74 | 23 | 11 | 476 | 113 | 100 |
| Binary | 11101000 | 1011100 | 10111101 | 0 | 111100 | 10011 | 1001 | 100111110 | 1001011 | 1000000 |
Color Harmonies of #E85CBD
Complementary color
Monochromatic Colors of #E85CBD
Black with #E85CBD
Text Example
Text Example
White with #E85CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85CBD; }
p { color: rgb(232,92,189); }
H1.HeaderClassName
{
color: #E85CBD;
}
.AnyTagClassName
{
color: #E85CBD;
}
</style>
background-color css
<style>
a { background-color: #E85CBD; }
a { background-color: rgb(232,92,189); }
div.DivClassName
{
background-color: #E85CBD;
}
.BgClassName
{
background-color: #E85CBD;
}
</style>
border-color css
<style>
span { border-color: #E85CBD; }
span { border-color: rgb(232,92,189); }
td.TdClassName
{
border-color: #E85CBD;
}
.TagClassName
{
border-color: #E85CBD;
}
</style>