Shades of Magenta #EF18F3
Tints of Magenta #EF18F3
RGB
CMYK
RGB Variations
Color information
#EF18F3 (or 0xEF18F3) is known color: Magenta. HEX triplet: EF, 18 and F3. RGB value is (239,24,243). Sum of RGB (Red+Green+Blue) = 239+24+243=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 24 (9.77% from 255 or 4.74% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #EF18F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF18F3 is #10E70C. Grayscale: #707070. Windows color (decimal): -1107725 or 15931631. OLE color: 15931631.
HSL color Cylindrical-coordinate representation of color #EF18F3: hue angle of 298.9º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF18F3 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 24 | 243 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.05 |
| HSL | 298.9º | 0.9% | 0.52% | - |
| HSV(B) | 298.9º | 0.9% | 0.95% | - |
| XYZ | 52.1 | 25.48 | 86.97 | - |
| YUV | 113.25 | 201.23 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 24 | 243 | 0.02 | 0.90 | 0 | 0.05 | 298.9 | 0.9 | 0.52 |
| Hex | EF | 18 | F3 | 2 | 5A | 0 | 5 | 12B | 5A | 34 |
| Octal | 357 | 30 | 363 | 2 | 132 | 0 | 5 | 453 | 132 | 64 |
| Binary | 11101111 | 11000 | 11110011 | 10 | 1011010 | 0 | 101 | 100101011 | 1011010 | 110100 |
Color Harmonies of #EF18F3
Complementary color
Monochromatic Colors of #EF18F3
Black with #EF18F3
Text Example
Text Example
White with #EF18F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF18F3; }
p { color: rgb(239,24,243); }
H1.HeaderClassName
{
color: #EF18F3;
}
.AnyTagClassName
{
color: #EF18F3;
}
</style>
background-color css
<style>
a { background-color: #EF18F3; }
a { background-color: rgb(239,24,243); }
div.DivClassName
{
background-color: #EF18F3;
}
.BgClassName
{
background-color: #EF18F3;
}
</style>
border-color css
<style>
span { border-color: #EF18F3; }
span { border-color: rgb(239,24,243); }
td.TdClassName
{
border-color: #EF18F3;
}
.TagClassName
{
border-color: #EF18F3;
}
</style>