Shades of Magenta #FF18E7
Tints of Magenta #FF18E7
RGB
CMYK
RGB Variations
Color information
#FF18E7 (or 0xFF18E7) is known color: Magenta. HEX triplet: FF, 18 and E7. RGB value is (255,24,231). Sum of RGB (Red+Green+Blue) = 255+24+231=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 24 (9.77% from 255 or 4.71% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF18E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF18E7 is #00E718. Grayscale: #747474. Windows color (decimal): -59161 or 15145215. OLE color: 15145215.
HSL color Cylindrical-coordinate representation of color #FF18E7: hue angle of 306.23º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF18E7 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 231 | - |
| CMYK | 0 | 0.91 | 0.09 | 0 |
| HSL | 306.23º | 1% | 0.55% | - |
| HSV(B) | 306.23º | 0.91% | 1% | - |
| XYZ | 55.99 | 27.68 | 77.99 | - |
| YUV | 116.67 | 192.53 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 231 | 0 | 0.91 | 0.09 | 0 | 306.23 | 1 | 0.55 |
| Hex | FF | 18 | E7 | 0 | 5B | 9 | 0 | 132 | 64 | 37 |
| Octal | 377 | 30 | 347 | 0 | 133 | 11 | 0 | 462 | 144 | 67 |
| Binary | 11111111 | 11000 | 11100111 | 0 | 1011011 | 1001 | 0 | 100110010 | 1100100 | 110111 |
Color Harmonies of #FF18E7
Complementary color
Monochromatic Colors of #FF18E7
Black with #FF18E7
Text Example
Text Example
White with #FF18E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF18E7; }
p { color: rgb(255,24,231); }
H1.HeaderClassName
{
color: #FF18E7;
}
.AnyTagClassName
{
color: #FF18E7;
}
</style>
background-color css
<style>
a { background-color: #FF18E7; }
a { background-color: rgb(255,24,231); }
div.DivClassName
{
background-color: #FF18E7;
}
.BgClassName
{
background-color: #FF18E7;
}
</style>
border-color css
<style>
span { border-color: #FF18E7; }
span { border-color: rgb(255,24,231); }
td.TdClassName
{
border-color: #FF18E7;
}
.TagClassName
{
border-color: #FF18E7;
}
</style>