Shades of Neon Pink #EA60BD
Tints of Neon Pink #EA60BD
RGB
CMYK
RGB Variations
Color information
#EA60BD (or 0xEA60BD) is known color: Neon Pink. HEX triplet: EA, 60 and BD. RGB value is (234,96,189). Sum of RGB (Red+Green+Blue) = 234+96+189=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA60BD is #159F42. Grayscale: #939393. Windows color (decimal): -1417027 or 12411114. OLE color: 12411114.
HSL color Cylindrical-coordinate representation of color #EA60BD: hue angle of 319.57º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA60BD is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 96 | 189 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.08 |
| HSL | 319.57º | 0.77% | 0.65% | - |
| HSV(B) | 319.57º | 0.59% | 0.92% | - |
| XYZ | 47.3 | 29.53 | 51.35 | - |
| YUV | 147.86 | 151.22 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 96 | 189 | 0 | 0.59 | 0.19 | 0.08 | 319.57 | 0.77 | 0.65 |
| Hex | EA | 60 | BD | 0 | 3B | 13 | 8 | 140 | 4D | 41 |
| Octal | 352 | 140 | 275 | 0 | 73 | 23 | 10 | 500 | 115 | 101 |
| Binary | 11101010 | 1100000 | 10111101 | 0 | 111011 | 10011 | 1000 | 101000000 | 1001101 | 1000001 |
Color Harmonies of #EA60BD
Complementary color
Monochromatic Colors of #EA60BD
Black with #EA60BD
Text Example
Text Example
White with #EA60BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA60BD; }
p { color: rgb(234,96,189); }
H1.HeaderClassName
{
color: #EA60BD;
}
.AnyTagClassName
{
color: #EA60BD;
}
</style>
background-color css
<style>
a { background-color: #EA60BD; }
a { background-color: rgb(234,96,189); }
div.DivClassName
{
background-color: #EA60BD;
}
.BgClassName
{
background-color: #EA60BD;
}
</style>
border-color css
<style>
span { border-color: #EA60BD; }
span { border-color: rgb(234,96,189); }
td.TdClassName
{
border-color: #EA60BD;
}
.TagClassName
{
border-color: #EA60BD;
}
</style>