Shades of Neon Pink #EA6FC1
Tints of Neon Pink #EA6FC1
RGB
CMYK
RGB Variations
Color information
#EA6FC1 (or 0xEA6FC1) is known color: Neon Pink. HEX triplet: EA, 6F and C1. RGB value is (234,111,193). Sum of RGB (Red+Green+Blue) = 234+111+193=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6FC1 is #15903E. Grayscale: #9C9C9C. Windows color (decimal): -1413183 or 12677098. OLE color: 12677098.
HSL color Cylindrical-coordinate representation of color #EA6FC1: hue angle of 320º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6FC1 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 111 | 193 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.08 |
| HSL | 320º | 0.75% | 0.68% | - |
| HSV(B) | 320º | 0.53% | 0.92% | - |
| XYZ | 49.24 | 32.71 | 54.17 | - |
| YUV | 157.13 | 148.25 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 111 | 193 | 0 | 0.53 | 0.18 | 0.08 | 320 | 0.75 | 0.68 |
| Hex | EA | 6F | C1 | 0 | 35 | 12 | 8 | 140 | 4B | 44 |
| Octal | 352 | 157 | 301 | 0 | 65 | 22 | 10 | 500 | 113 | 104 |
| Binary | 11101010 | 1101111 | 11000001 | 0 | 110101 | 10010 | 1000 | 101000000 | 1001011 | 1000100 |
Color Harmonies of #EA6FC1
Complementary color
Monochromatic Colors of #EA6FC1
Black with #EA6FC1
Text Example
Text Example
White with #EA6FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6FC1; }
p { color: rgb(234,111,193); }
H1.HeaderClassName
{
color: #EA6FC1;
}
.AnyTagClassName
{
color: #EA6FC1;
}
</style>
background-color css
<style>
a { background-color: #EA6FC1; }
a { background-color: rgb(234,111,193); }
div.DivClassName
{
background-color: #EA6FC1;
}
.BgClassName
{
background-color: #EA6FC1;
}
</style>
border-color css
<style>
span { border-color: #EA6FC1; }
span { border-color: rgb(234,111,193); }
td.TdClassName
{
border-color: #EA6FC1;
}
.TagClassName
{
border-color: #EA6FC1;
}
</style>