Shades of Neon Pink #EA6ABD
Tints of Neon Pink #EA6ABD
RGB
CMYK
RGB Variations
Color information
#EA6ABD (or 0xEA6ABD) is known color: Neon Pink. HEX triplet: EA, 6A and BD. RGB value is (234,106,189). Sum of RGB (Red+Green+Blue) = 234+106+189=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6ABD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6ABD is #159542. Grayscale: #999999. Windows color (decimal): -1414467 or 12413674. OLE color: 12413674.
HSL color Cylindrical-coordinate representation of color #EA6ABD: hue angle of 321.09º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6ABD is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 106 | 189 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.08 |
| HSL | 321.09º | 0.75% | 0.67% | - |
| HSV(B) | 321.09º | 0.55% | 0.92% | - |
| XYZ | 48.27 | 31.47 | 51.68 | - |
| YUV | 153.73 | 147.91 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 189 | 0 | 0.55 | 0.19 | 0.08 | 321.09 | 0.75 | 0.67 |
| Hex | EA | 6A | BD | 0 | 37 | 13 | 8 | 141 | 4B | 43 |
| Octal | 352 | 152 | 275 | 0 | 67 | 23 | 10 | 501 | 113 | 103 |
| Binary | 11101010 | 1101010 | 10111101 | 0 | 110111 | 10011 | 1000 | 101000001 | 1001011 | 1000011 |
Color Harmonies of #EA6ABD
Complementary color
Monochromatic Colors of #EA6ABD
Black with #EA6ABD
Text Example
Text Example
White with #EA6ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6ABD; }
p { color: rgb(234,106,189); }
H1.HeaderClassName
{
color: #EA6ABD;
}
.AnyTagClassName
{
color: #EA6ABD;
}
</style>
background-color css
<style>
a { background-color: #EA6ABD; }
a { background-color: rgb(234,106,189); }
div.DivClassName
{
background-color: #EA6ABD;
}
.BgClassName
{
background-color: #EA6ABD;
}
</style>
border-color css
<style>
span { border-color: #EA6ABD; }
span { border-color: rgb(234,106,189); }
td.TdClassName
{
border-color: #EA6ABD;
}
.TagClassName
{
border-color: #EA6ABD;
}
</style>