Shades of Magenta #EF03EE
Tints of Magenta #EF03EE
RGB
CMYK
RGB Variations
Color information
#EF03EE (or 0xEF03EE) is known color: Magenta. HEX triplet: EF, 03 and EE. RGB value is (239,3,238). Sum of RGB (Red+Green+Blue) = 239+3+238=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 3 (1.56% from 255 or 0.62% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF03EE is #10FC11. Grayscale: #636363. Windows color (decimal): -1113106 or 15598575. OLE color: 15598575.
HSL color Cylindrical-coordinate representation of color #EF03EE: hue angle of 300.25º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF03EE is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 3 | 238 | - |
| CMYK | 0 | 0.99 | 0.00 | 0.06 |
| HSL | 300.25º | 0.98% | 0.47% | - |
| HSV(B) | 300.25º | 0.99% | 0.94% | - |
| XYZ | 51.06 | 24.59 | 82.94 | - |
| YUV | 100.35 | 205.69 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 3 | 238 | 0 | 0.99 | 0.00 | 0.06 | 300.25 | 0.98 | 0.47 |
| Hex | EF | 3 | EE | 0 | 63 | 0 | 6 | 12C | 62 | 2F |
| Octal | 357 | 3 | 356 | 0 | 143 | 0 | 6 | 454 | 142 | 57 |
| Binary | 11101111 | 11 | 11101110 | 0 | 1100011 | 0 | 110 | 100101100 | 1100010 | 101111 |
Color Harmonies of #EF03EE
Complementary color
Monochromatic Colors of #EF03EE
Black with #EF03EE
Text Example
Text Example
White with #EF03EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF03EE; }
p { color: rgb(239,3,238); }
H1.HeaderClassName
{
color: #EF03EE;
}
.AnyTagClassName
{
color: #EF03EE;
}
</style>
background-color css
<style>
a { background-color: #EF03EE; }
a { background-color: rgb(239,3,238); }
div.DivClassName
{
background-color: #EF03EE;
}
.BgClassName
{
background-color: #EF03EE;
}
</style>
border-color css
<style>
span { border-color: #EF03EE; }
span { border-color: rgb(239,3,238); }
td.TdClassName
{
border-color: #EF03EE;
}
.TagClassName
{
border-color: #EF03EE;
}
</style>