Shades of Neon Pink #EA6EBD
Tints of Neon Pink #EA6EBD
RGB
CMYK
RGB Variations
Color information
#EA6EBD (or 0xEA6EBD) is known color: Neon Pink. HEX triplet: EA, 6E and BD. RGB value is (234,110,189). Sum of RGB (Red+Green+Blue) = 234+110+189=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6EBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6EBD is #159142. Grayscale: #9B9B9B. Windows color (decimal): -1413443 or 12414698. OLE color: 12414698.
HSL color Cylindrical-coordinate representation of color #EA6EBD: hue angle of 321.77º 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 #EA6EBD is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 110 | 189 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.08 |
| HSL | 321.77º | 0.75% | 0.67% | - |
| HSV(B) | 321.77º | 0.53% | 0.92% | - |
| XYZ | 48.69 | 32.32 | 51.82 | - |
| YUV | 156.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 110 | 189 | 0 | 0.53 | 0.19 | 0.08 | 321.77 | 0.75 | 0.67 |
| Hex | EA | 6E | BD | 0 | 35 | 13 | 8 | 142 | 4B | 43 |
| Octal | 352 | 156 | 275 | 0 | 65 | 23 | 10 | 502 | 113 | 103 |
| Binary | 11101010 | 1101110 | 10111101 | 0 | 110101 | 10011 | 1000 | 101000010 | 1001011 | 1000011 |
Color Harmonies of #EA6EBD
Complementary color
Monochromatic Colors of #EA6EBD
Black with #EA6EBD
Text Example
Text Example
White with #EA6EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6EBD; }
p { color: rgb(234,110,189); }
H1.HeaderClassName
{
color: #EA6EBD;
}
.AnyTagClassName
{
color: #EA6EBD;
}
</style>
background-color css
<style>
a { background-color: #EA6EBD; }
a { background-color: rgb(234,110,189); }
div.DivClassName
{
background-color: #EA6EBD;
}
.BgClassName
{
background-color: #EA6EBD;
}
</style>
border-color css
<style>
span { border-color: #EA6EBD; }
span { border-color: rgb(234,110,189); }
td.TdClassName
{
border-color: #EA6EBD;
}
.TagClassName
{
border-color: #EA6EBD;
}
</style>