Shades of Magenta #EF00E6
Tints of Magenta #EF00E6
RGB
CMYK
RGB Variations
Color information
#EF00E6 (or 0xEF00E6) is known color: Magenta. HEX triplet: EF, 00 and E6. RGB value is (239,0,230). Sum of RGB (Red+Green+Blue) = 239+0+230=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 0 (0.39% from 255 or 0% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF00E6 is #10FF19. Grayscale: #616161. Windows color (decimal): -1113882 or 15073519. OLE color: 15073519.
HSL color Cylindrical-coordinate representation of color #EF00E6: hue angle of 302.26º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF00E6 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 230 | - |
| CMYK | 0 | 1 | 0.04 | 0.06 |
| HSL | 302.26º | 1% | 0.47% | - |
| HSV(B) | 302.26º | 1% | 0.94% | - |
| XYZ | 49.88 | 24.06 | 76.88 | - |
| YUV | 97.68 | 202.68 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 230 | 0 | 1 | 0.04 | 0.06 | 302.26 | 1 | 0.47 |
| Hex | EF | 0 | E6 | 0 | 64 | 4 | 6 | 12E | 64 | 2F |
| Octal | 357 | 0 | 346 | 0 | 144 | 4 | 6 | 456 | 144 | 57 |
| Binary | 11101111 | 0 | 11100110 | 0 | 1100100 | 100 | 110 | 100101110 | 1100100 | 101111 |
Color Harmonies of #EF00E6
Complementary color
Monochromatic Colors of #EF00E6
Black with #EF00E6
Text Example
Text Example
White with #EF00E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF00E6; }
p { color: rgb(239,0,230); }
H1.HeaderClassName
{
color: #EF00E6;
}
.AnyTagClassName
{
color: #EF00E6;
}
</style>
background-color css
<style>
a { background-color: #EF00E6; }
a { background-color: rgb(239,0,230); }
div.DivClassName
{
background-color: #EF00E6;
}
.BgClassName
{
background-color: #EF00E6;
}
</style>
border-color css
<style>
span { border-color: #EF00E6; }
span { border-color: rgb(239,0,230); }
td.TdClassName
{
border-color: #EF00E6;
}
.TagClassName
{
border-color: #EF00E6;
}
</style>