Shades of Magenta #FF14EA
Tints of Magenta #FF14EA
RGB
CMYK
RGB Variations
Color information
#FF14EA (or 0xFF14EA) is known color: Magenta. HEX triplet: FF, 14 and EA. RGB value is (255,20,234). Sum of RGB (Red+Green+Blue) = 255+20+234=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 20 (8.20% from 255 or 3.93% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF14EA is #00EB15. Grayscale: #727272. Windows color (decimal): -60182 or 15340799. OLE color: 15340799.
HSL color Cylindrical-coordinate representation of color #FF14EA: hue angle of 305.36º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF14EA is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 234 | - |
| CMYK | 0 | 0.92 | 0.08 | 0 |
| HSL | 305.36º | 1% | 0.54% | - |
| HSV(B) | 305.36º | 0.92% | 1% | - |
| XYZ | 56.34 | 27.7 | 80.22 | - |
| YUV | 114.66 | 195.36 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 234 | 0 | 0.92 | 0.08 | 0 | 305.36 | 1 | 0.54 |
| Hex | FF | 14 | EA | 0 | 5C | 8 | 0 | 131 | 64 | 36 |
| Octal | 377 | 24 | 352 | 0 | 134 | 10 | 0 | 461 | 144 | 66 |
| Binary | 11111111 | 10100 | 11101010 | 0 | 1011100 | 1000 | 0 | 100110001 | 1100100 | 110110 |
Color Harmonies of #FF14EA
Complementary color
Monochromatic Colors of #FF14EA
Black with #FF14EA
Text Example
Text Example
White with #FF14EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF14EA; }
p { color: rgb(255,20,234); }
H1.HeaderClassName
{
color: #FF14EA;
}
.AnyTagClassName
{
color: #FF14EA;
}
</style>
background-color css
<style>
a { background-color: #FF14EA; }
a { background-color: rgb(255,20,234); }
div.DivClassName
{
background-color: #FF14EA;
}
.BgClassName
{
background-color: #FF14EA;
}
</style>
border-color css
<style>
span { border-color: #FF14EA; }
span { border-color: rgb(255,20,234); }
td.TdClassName
{
border-color: #FF14EA;
}
.TagClassName
{
border-color: #FF14EA;
}
</style>