Shades of Magenta #FF00EA
Tints of Magenta #FF00EA
RGB
CMYK
RGB Variations
Color information
#FF00EA (or 0xFF00EA) is known color: Magenta. HEX triplet: FF, 00 and EA. RGB value is (255,0,234). Sum of RGB (Red+Green+Blue) = 255+0+234=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 0 (0.39% from 255 or 0% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF00EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF00EA is #00FF15. Grayscale: #666666. Windows color (decimal): -65302 or 15335679. OLE color: 15335679.
HSL color Cylindrical-coordinate representation of color #FF00EA: hue angle of 304.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF00EA is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 234 | - |
| CMYK | 0 | 1 | 0.08 | 0 |
| HSL | 304.94º | 1% | 0.5% | - |
| HSV(B) | 304.94º | 1% | 1% | - |
| XYZ | 56.09 | 27.2 | 80.14 | - |
| YUV | 102.92 | 201.98 | 236.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 234 | 0 | 1 | 0.08 | 0 | 304.94 | 1 | 0.5 |
| Hex | FF | 0 | EA | 0 | 64 | 8 | 0 | 131 | 64 | 32 |
| Octal | 377 | 0 | 352 | 0 | 144 | 10 | 0 | 461 | 144 | 62 |
| Binary | 11111111 | 0 | 11101010 | 0 | 1100100 | 1000 | 0 | 100110001 | 1100100 | 110010 |
Color Harmonies of #FF00EA
Complementary color
Monochromatic Colors of #FF00EA
Black with #FF00EA
Text Example
Text Example
White with #FF00EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF00EA; }
p { color: rgb(255,0,234); }
H1.HeaderClassName
{
color: #FF00EA;
}
.AnyTagClassName
{
color: #FF00EA;
}
</style>
background-color css
<style>
a { background-color: #FF00EA; }
a { background-color: rgb(255,0,234); }
div.DivClassName
{
background-color: #FF00EA;
}
.BgClassName
{
background-color: #FF00EA;
}
</style>
border-color css
<style>
span { border-color: #FF00EA; }
span { border-color: rgb(255,0,234); }
td.TdClassName
{
border-color: #FF00EA;
}
.TagClassName
{
border-color: #FF00EA;
}
</style>