Shades of Magenta #EE0AF1
Tints of Magenta #EE0AF1
RGB
CMYK
RGB Variations
Color information
#EE0AF1 (or 0xEE0AF1) is known color: Magenta. HEX triplet: EE, 0A and F1. RGB value is (238,10,241). Sum of RGB (Red+Green+Blue) = 238+10+241=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 10 (4.30% from 255 or 2.04% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE0AF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0AF1 is #11F50E. Grayscale: #676767. Windows color (decimal): -1176847 or 15796974. OLE color: 15796974.
HSL color Cylindrical-coordinate representation of color #EE0AF1: hue angle of 299.22º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0AF1 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 10 | 241 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.05 |
| HSL | 299.22º | 0.92% | 0.49% | - |
| HSV(B) | 299.22º | 0.96% | 0.95% | - |
| XYZ | 51.25 | 24.75 | 85.29 | - |
| YUV | 104.51 | 205.04 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 10 | 241 | 0.01 | 0.96 | 0 | 0.05 | 299.22 | 0.92 | 0.49 |
| Hex | EE | A | F1 | 1 | 60 | 0 | 5 | 12B | 5C | 31 |
| Octal | 356 | 12 | 361 | 1 | 140 | 0 | 5 | 453 | 134 | 61 |
| Binary | 11101110 | 1010 | 11110001 | 1 | 1100000 | 0 | 101 | 100101011 | 1011100 | 110001 |
Color Harmonies of #EE0AF1
Complementary color
Monochromatic Colors of #EE0AF1
Black with #EE0AF1
Text Example
Text Example
White with #EE0AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0AF1; }
p { color: rgb(238,10,241); }
H1.HeaderClassName
{
color: #EE0AF1;
}
.AnyTagClassName
{
color: #EE0AF1;
}
</style>
background-color css
<style>
a { background-color: #EE0AF1; }
a { background-color: rgb(238,10,241); }
div.DivClassName
{
background-color: #EE0AF1;
}
.BgClassName
{
background-color: #EE0AF1;
}
</style>
border-color css
<style>
span { border-color: #EE0AF1; }
span { border-color: rgb(238,10,241); }
td.TdClassName
{
border-color: #EE0AF1;
}
.TagClassName
{
border-color: #EE0AF1;
}
</style>