Shades of Neon Pink #EA6ACA
Tints of Neon Pink #EA6ACA
RGB
CMYK
RGB Variations
Color information
#EA6ACA (or 0xEA6ACA) is known color: Neon Pink. HEX triplet: EA, 6A and CA. RGB value is (234,106,202). Sum of RGB (Red+Green+Blue) = 234+106+202=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6ACA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6ACA is #159535. Grayscale: #9A9A9A. Windows color (decimal): -1414454 or 13265642. OLE color: 13265642.
HSL color Cylindrical-coordinate representation of color #EA6ACA: hue angle of 315º 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 #EA6ACA is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 106 | 202 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.08 |
| HSL | 315º | 0.75% | 0.67% | - |
| HSV(B) | 315º | 0.55% | 0.92% | - |
| XYZ | 49.75 | 32.06 | 59.44 | - |
| YUV | 155.22 | 154.41 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 106 | 202 | 0 | 0.55 | 0.14 | 0.08 | 315 | 0.75 | 0.67 |
| Hex | EA | 6A | CA | 0 | 37 | E | 8 | 13B | 4B | 43 |
| Octal | 352 | 152 | 312 | 0 | 67 | 16 | 10 | 473 | 113 | 103 |
| Binary | 11101010 | 1101010 | 11001010 | 0 | 110111 | 1110 | 1000 | 100111011 | 1001011 | 1000011 |
Color Harmonies of #EA6ACA
Complementary color
Monochromatic Colors of #EA6ACA
Black with #EA6ACA
Text Example
Text Example
White with #EA6ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6ACA; }
p { color: rgb(234,106,202); }
H1.HeaderClassName
{
color: #EA6ACA;
}
.AnyTagClassName
{
color: #EA6ACA;
}
</style>
background-color css
<style>
a { background-color: #EA6ACA; }
a { background-color: rgb(234,106,202); }
div.DivClassName
{
background-color: #EA6ACA;
}
.BgClassName
{
background-color: #EA6ACA;
}
</style>
border-color css
<style>
span { border-color: #EA6ACA; }
span { border-color: rgb(234,106,202); }
td.TdClassName
{
border-color: #EA6ACA;
}
.TagClassName
{
border-color: #EA6ACA;
}
</style>