Shades of Neon Pink #EA6DBE
Tints of Neon Pink #EA6DBE
RGB
CMYK
RGB Variations
Color information
#EA6DBE (or 0xEA6DBE) is known color: Neon Pink. HEX triplet: EA, 6D and BE. RGB value is (234,109,190). Sum of RGB (Red+Green+Blue) = 234+109+190=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6DBE is #159241. Grayscale: #9B9B9B. Windows color (decimal): -1413698 or 12479978. OLE color: 12479978.
HSL color Cylindrical-coordinate representation of color #EA6DBE: hue angle of 321.12º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6DBE is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 190 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.08 |
| HSL | 321.12º | 0.75% | 0.67% | - |
| HSV(B) | 321.12º | 0.53% | 0.92% | - |
| XYZ | 48.69 | 32.15 | 52.35 | - |
| YUV | 155.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 190 | 0 | 0.53 | 0.19 | 0.08 | 321.12 | 0.75 | 0.67 |
| Hex | EA | 6D | BE | 0 | 35 | 13 | 8 | 141 | 4B | 43 |
| Octal | 352 | 155 | 276 | 0 | 65 | 23 | 10 | 501 | 113 | 103 |
| Binary | 11101010 | 1101101 | 10111110 | 0 | 110101 | 10011 | 1000 | 101000001 | 1001011 | 1000011 |
Color Harmonies of #EA6DBE
Complementary color
Monochromatic Colors of #EA6DBE
Black with #EA6DBE
Text Example
Text Example
White with #EA6DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6DBE; }
p { color: rgb(234,109,190); }
H1.HeaderClassName
{
color: #EA6DBE;
}
.AnyTagClassName
{
color: #EA6DBE;
}
</style>
background-color css
<style>
a { background-color: #EA6DBE; }
a { background-color: rgb(234,109,190); }
div.DivClassName
{
background-color: #EA6DBE;
}
.BgClassName
{
background-color: #EA6DBE;
}
</style>
border-color css
<style>
span { border-color: #EA6DBE; }
span { border-color: rgb(234,109,190); }
td.TdClassName
{
border-color: #EA6DBE;
}
.TagClassName
{
border-color: #EA6DBE;
}
</style>