Shades of Magenta #EF02EB
Tints of Magenta #EF02EB
RGB
CMYK
RGB Variations
Color information
#EF02EB (or 0xEF02EB) is known color: Magenta. HEX triplet: EF, 02 and EB. RGB value is (239,2,235). Sum of RGB (Red+Green+Blue) = 239+2+235=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 2 (1.17% from 255 or 0.42% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EF02EB is #10FD14. Grayscale: #626262. Windows color (decimal): -1113365 or 15401711. OLE color: 15401711.
HSL color Cylindrical-coordinate representation of color #EF02EB: hue angle of 301.01º 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 #EF02EB is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 235 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.06 |
| HSL | 301.01º | 0.98% | 0.47% | - |
| HSV(B) | 301.01º | 0.99% | 0.94% | - |
| XYZ | 50.61 | 24.39 | 80.64 | - |
| YUV | 99.43 | 204.52 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 235 | 0 | 0.99 | 0.02 | 0.06 | 301.01 | 0.98 | 0.47 |
| Hex | EF | 2 | EB | 0 | 63 | 2 | 6 | 12D | 62 | 2F |
| Octal | 357 | 2 | 353 | 0 | 143 | 2 | 6 | 455 | 142 | 57 |
| Binary | 11101111 | 10 | 11101011 | 0 | 1100011 | 10 | 110 | 100101101 | 1100010 | 101111 |
Color Harmonies of #EF02EB
Complementary color
Monochromatic Colors of #EF02EB
Black with #EF02EB
Text Example
Text Example
White with #EF02EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF02EB; }
p { color: rgb(239,2,235); }
H1.HeaderClassName
{
color: #EF02EB;
}
.AnyTagClassName
{
color: #EF02EB;
}
</style>
background-color css
<style>
a { background-color: #EF02EB; }
a { background-color: rgb(239,2,235); }
div.DivClassName
{
background-color: #EF02EB;
}
.BgClassName
{
background-color: #EF02EB;
}
</style>
border-color css
<style>
span { border-color: #EF02EB; }
span { border-color: rgb(239,2,235); }
td.TdClassName
{
border-color: #EF02EB;
}
.TagClassName
{
border-color: #EF02EB;
}
</style>