Shades of Magenta #EE00F3
Tints of Magenta #EE00F3
RGB
CMYK
RGB Variations
Color information
#EE00F3 (or 0xEE00F3) is known color: Magenta. HEX triplet: EE, 00 and F3. RGB value is (238,0,243). Sum of RGB (Red+Green+Blue) = 238+0+243=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 0 (0.39% from 255 or 0% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #EE00F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE00F3 is #11FF0C. Grayscale: #626262. Windows color (decimal): -1179405 or 15925486. OLE color: 15925486.
HSL color Cylindrical-coordinate representation of color #EE00F3: hue angle of 298.77º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE00F3 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 0 | 243 | - |
| CMYK | 0.02 | 1 | 0 | 0.05 |
| HSL | 298.77º | 1% | 0.48% | - |
| HSV(B) | 298.77º | 1% | 0.95% | - |
| XYZ | 51.44 | 24.65 | 86.84 | - |
| YUV | 98.86 | 209.35 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 243 | 0.02 | 1 | 0 | 0.05 | 298.77 | 1 | 0.48 |
| Hex | EE | 0 | F3 | 2 | 64 | 0 | 5 | 12B | 64 | 30 |
| Octal | 356 | 0 | 363 | 2 | 144 | 0 | 5 | 453 | 144 | 60 |
| Binary | 11101110 | 0 | 11110011 | 10 | 1100100 | 0 | 101 | 100101011 | 1100100 | 110000 |
Color Harmonies of #EE00F3
Complementary color
Monochromatic Colors of #EE00F3
Black with #EE00F3
Text Example
Text Example
White with #EE00F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE00F3; }
p { color: rgb(238,0,243); }
H1.HeaderClassName
{
color: #EE00F3;
}
.AnyTagClassName
{
color: #EE00F3;
}
</style>
background-color css
<style>
a { background-color: #EE00F3; }
a { background-color: rgb(238,0,243); }
div.DivClassName
{
background-color: #EE00F3;
}
.BgClassName
{
background-color: #EE00F3;
}
</style>
border-color css
<style>
span { border-color: #EE00F3; }
span { border-color: rgb(238,0,243); }
td.TdClassName
{
border-color: #EE00F3;
}
.TagClassName
{
border-color: #EE00F3;
}
</style>