Shades of Neon Pink #EA6BBC
Tints of Neon Pink #EA6BBC
RGB
CMYK
RGB Variations
Color information
#EA6BBC (or 0xEA6BBC) is known color: Neon Pink. HEX triplet: EA, 6B and BC. RGB value is (234,107,188). Sum of RGB (Red+Green+Blue) = 234+107+188=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6BBC is #159443. Grayscale: #9A9A9A. Windows color (decimal): -1414212 or 12348394. OLE color: 12348394.
HSL color Cylindrical-coordinate representation of color #EA6BBC: hue angle of 321.73º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EA6BBC is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 107 | 188 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.08 |
| HSL | 321.73º | 0.75% | 0.67% | - |
| HSV(B) | 321.73º | 0.54% | 0.92% | - |
| XYZ | 48.27 | 31.64 | 51.14 | - |
| YUV | 154.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 188 | 0 | 0.54 | 0.20 | 0.08 | 321.73 | 0.75 | 0.67 |
| Hex | EA | 6B | BC | 0 | 36 | 14 | 8 | 142 | 4B | 43 |
| Octal | 352 | 153 | 274 | 0 | 66 | 24 | 10 | 502 | 113 | 103 |
| Binary | 11101010 | 1101011 | 10111100 | 0 | 110110 | 10100 | 1000 | 101000010 | 1001011 | 1000011 |
Color Harmonies of #EA6BBC
Complementary color
Monochromatic Colors of #EA6BBC
Black with #EA6BBC
Text Example
Text Example
White with #EA6BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6BBC; }
p { color: rgb(234,107,188); }
H1.HeaderClassName
{
color: #EA6BBC;
}
.AnyTagClassName
{
color: #EA6BBC;
}
</style>
background-color css
<style>
a { background-color: #EA6BBC; }
a { background-color: rgb(234,107,188); }
div.DivClassName
{
background-color: #EA6BBC;
}
.BgClassName
{
background-color: #EA6BBC;
}
</style>
border-color css
<style>
span { border-color: #EA6BBC; }
span { border-color: rgb(234,107,188); }
td.TdClassName
{
border-color: #EA6BBC;
}
.TagClassName
{
border-color: #EA6BBC;
}
</style>