Shades of Neon Pink #EA6EC4
Tints of Neon Pink #EA6EC4
RGB
CMYK
RGB Variations
Color information
#EA6EC4 (or 0xEA6EC4) is known color: Neon Pink. HEX triplet: EA, 6E and C4. RGB value is (234,110,196). Sum of RGB (Red+Green+Blue) = 234+110+196=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6EC4 is #15913B. Grayscale: #9C9C9C. Windows color (decimal): -1413436 or 12873450. OLE color: 12873450.
HSL color Cylindrical-coordinate representation of color #EA6EC4: hue angle of 318.39º 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 #EA6EC4 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 110 | 196 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.08 |
| HSL | 318.39º | 0.75% | 0.67% | - |
| HSV(B) | 318.39º | 0.53% | 0.92% | - |
| XYZ | 49.47 | 32.63 | 55.92 | - |
| YUV | 156.88 | 150.08 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 110 | 196 | 0 | 0.53 | 0.16 | 0.08 | 318.39 | 0.75 | 0.67 |
| Hex | EA | 6E | C4 | 0 | 35 | 10 | 8 | 13E | 4B | 43 |
| Octal | 352 | 156 | 304 | 0 | 65 | 20 | 10 | 476 | 113 | 103 |
| Binary | 11101010 | 1101110 | 11000100 | 0 | 110101 | 10000 | 1000 | 100111110 | 1001011 | 1000011 |
Color Harmonies of #EA6EC4
Complementary color
Monochromatic Colors of #EA6EC4
Black with #EA6EC4
Text Example
Text Example
White with #EA6EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6EC4; }
p { color: rgb(234,110,196); }
H1.HeaderClassName
{
color: #EA6EC4;
}
.AnyTagClassName
{
color: #EA6EC4;
}
</style>
background-color css
<style>
a { background-color: #EA6EC4; }
a { background-color: rgb(234,110,196); }
div.DivClassName
{
background-color: #EA6EC4;
}
.BgClassName
{
background-color: #EA6EC4;
}
</style>
border-color css
<style>
span { border-color: #EA6EC4; }
span { border-color: rgb(234,110,196); }
td.TdClassName
{
border-color: #EA6EC4;
}
.TagClassName
{
border-color: #EA6EC4;
}
</style>