Shades of Magenta #EE0AF3
Tints of Magenta #EE0AF3
RGB
CMYK
RGB Variations
Color information
#EE0AF3 (or 0xEE0AF3) is known color: Magenta. HEX triplet: EE, 0A and F3. RGB value is (238,10,243). Sum of RGB (Red+Green+Blue) = 238+10+243=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 10 (4.30% from 255 or 2.04% from 491); Blue value is 243 (95.31% from 255 or 49.49% from 491); Max value from RGB is 243 - color contains mainly: blue. Hex color #EE0AF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0AF3 is #11F50C. Grayscale: #686868. Windows color (decimal): -1176845 or 15928046. OLE color: 15928046.
HSL color Cylindrical-coordinate representation of color #EE0AF3: hue angle of 298.71º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0AF3 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 10 | 243 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.05 |
| HSL | 298.71º | 0.92% | 0.5% | - |
| HSV(B) | 298.71º | 0.96% | 0.95% | - |
| XYZ | 51.55 | 24.87 | 86.88 | - |
| YUV | 104.73 | 206.04 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 243 | 0.02 | 0.96 | 0 | 0.05 | 298.71 | 0.92 | 0.5 |
| Hex | EE | A | F3 | 2 | 60 | 0 | 5 | 12B | 5C | 32 |
| Octal | 356 | 12 | 363 | 2 | 140 | 0 | 5 | 453 | 134 | 62 |
| Binary | 11101110 | 1010 | 11110011 | 10 | 1100000 | 0 | 101 | 100101011 | 1011100 | 110010 |
Color Harmonies of #EE0AF3
Complementary color
Monochromatic Colors of #EE0AF3
Black with #EE0AF3
Text Example
Text Example
White with #EE0AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0AF3; }
p { color: rgb(238,10,243); }
H1.HeaderClassName
{
color: #EE0AF3;
}
.AnyTagClassName
{
color: #EE0AF3;
}
</style>
background-color css
<style>
a { background-color: #EE0AF3; }
a { background-color: rgb(238,10,243); }
div.DivClassName
{
background-color: #EE0AF3;
}
.BgClassName
{
background-color: #EE0AF3;
}
</style>
border-color css
<style>
span { border-color: #EE0AF3; }
span { border-color: rgb(238,10,243); }
td.TdClassName
{
border-color: #EE0AF3;
}
.TagClassName
{
border-color: #EE0AF3;
}
</style>