Shades of Neon Pink #EA6ABB
Tints of Neon Pink #EA6ABB
RGB
CMYK
RGB Variations
Color information
#EA6ABB (or 0xEA6ABB) is known color: Neon Pink. HEX triplet: EA, 6A and BB. RGB value is (234,106,187). Sum of RGB (Red+Green+Blue) = 234+106+187=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 187 (73.44% from 255 or 35.48% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6ABB is #159544. Grayscale: #999999. Windows color (decimal): -1414469 or 12282602. OLE color: 12282602.
HSL color Cylindrical-coordinate representation of color #EA6ABB: hue angle of 322.03º 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 #EA6ABB is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 106 | 187 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.08 |
| HSL | 322.03º | 0.75% | 0.67% | - |
| HSV(B) | 322.03º | 0.55% | 0.92% | - |
| XYZ | 48.06 | 31.39 | 50.54 | - |
| YUV | 153.51 | 146.91 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 187 | 0 | 0.55 | 0.20 | 0.08 | 322.03 | 0.75 | 0.67 |
| Hex | EA | 6A | BB | 0 | 37 | 14 | 8 | 142 | 4B | 43 |
| Octal | 352 | 152 | 273 | 0 | 67 | 24 | 10 | 502 | 113 | 103 |
| Binary | 11101010 | 1101010 | 10111011 | 0 | 110111 | 10100 | 1000 | 101000010 | 1001011 | 1000011 |
Color Harmonies of #EA6ABB
Complementary color
Monochromatic Colors of #EA6ABB
Black with #EA6ABB
Text Example
Text Example
White with #EA6ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6ABB; }
p { color: rgb(234,106,187); }
H1.HeaderClassName
{
color: #EA6ABB;
}
.AnyTagClassName
{
color: #EA6ABB;
}
</style>
background-color css
<style>
a { background-color: #EA6ABB; }
a { background-color: rgb(234,106,187); }
div.DivClassName
{
background-color: #EA6ABB;
}
.BgClassName
{
background-color: #EA6ABB;
}
</style>
border-color css
<style>
span { border-color: #EA6ABB; }
span { border-color: rgb(234,106,187); }
td.TdClassName
{
border-color: #EA6ABB;
}
.TagClassName
{
border-color: #EA6ABB;
}
</style>