Shades of Neon Pink #EA5CBE
Tints of Neon Pink #EA5CBE
RGB
CMYK
RGB Variations
Color information
#EA5CBE (or 0xEA5CBE) is known color: Neon Pink. HEX triplet: EA, 5C and BE. RGB value is (234,92,190). Sum of RGB (Red+Green+Blue) = 234+92+190=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5CBE is #15A341. Grayscale: #919191. Windows color (decimal): -1418050 or 12475626. OLE color: 12475626.
HSL color Cylindrical-coordinate representation of color #EA5CBE: hue angle of 318.59º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5CBE is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 190 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.08 |
| HSL | 318.59º | 0.77% | 0.64% | - |
| HSV(B) | 318.59º | 0.61% | 0.92% | - |
| XYZ | 47.05 | 28.86 | 51.81 | - |
| YUV | 145.63 | 153.04 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 190 | 0 | 0.61 | 0.19 | 0.08 | 318.59 | 0.77 | 0.64 |
| Hex | EA | 5C | BE | 0 | 3D | 13 | 8 | 13F | 4D | 40 |
| Octal | 352 | 134 | 276 | 0 | 75 | 23 | 10 | 477 | 115 | 100 |
| Binary | 11101010 | 1011100 | 10111110 | 0 | 111101 | 10011 | 1000 | 100111111 | 1001101 | 1000000 |
Color Harmonies of #EA5CBE
Complementary color
Monochromatic Colors of #EA5CBE
Black with #EA5CBE
Text Example
Text Example
White with #EA5CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5CBE; }
p { color: rgb(234,92,190); }
H1.HeaderClassName
{
color: #EA5CBE;
}
.AnyTagClassName
{
color: #EA5CBE;
}
</style>
background-color css
<style>
a { background-color: #EA5CBE; }
a { background-color: rgb(234,92,190); }
div.DivClassName
{
background-color: #EA5CBE;
}
.BgClassName
{
background-color: #EA5CBE;
}
</style>
border-color css
<style>
span { border-color: #EA5CBE; }
span { border-color: rgb(234,92,190); }
td.TdClassName
{
border-color: #EA5CBE;
}
.TagClassName
{
border-color: #EA5CBE;
}
</style>