Shades of Magenta #EE26F1
Tints of Magenta #EE26F1
RGB
CMYK
RGB Variations
Color information
#EE26F1 (or 0xEE26F1) is known color: Magenta. HEX triplet: EE, 26 and F1. RGB value is (238,38,241). Sum of RGB (Red+Green+Blue) = 238+38+241=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 38 (15.23% from 255 or 7.35% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE26F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE26F1 is #11D90E. Grayscale: #787878. Windows color (decimal): -1169679 or 15804142. OLE color: 15804142.
HSL color Cylindrical-coordinate representation of color #EE26F1: hue angle of 299.11º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE26F1 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 38 | 241 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.05 |
| HSL | 299.11º | 0.88% | 0.55% | - |
| HSV(B) | 299.11º | 0.84% | 0.95% | - |
| XYZ | 51.83 | 25.91 | 85.49 | - |
| YUV | 120.94 | 195.76 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 38 | 241 | 0.01 | 0.84 | 0 | 0.05 | 299.11 | 0.88 | 0.55 |
| Hex | EE | 26 | F1 | 1 | 54 | 0 | 5 | 12B | 58 | 37 |
| Octal | 356 | 46 | 361 | 1 | 124 | 0 | 5 | 453 | 130 | 67 |
| Binary | 11101110 | 100110 | 11110001 | 1 | 1010100 | 0 | 101 | 100101011 | 1011000 | 110111 |
Color Harmonies of #EE26F1
Complementary color
Monochromatic Colors of #EE26F1
Black with #EE26F1
Text Example
Text Example
White with #EE26F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE26F1; }
p { color: rgb(238,38,241); }
H1.HeaderClassName
{
color: #EE26F1;
}
.AnyTagClassName
{
color: #EE26F1;
}
</style>
background-color css
<style>
a { background-color: #EE26F1; }
a { background-color: rgb(238,38,241); }
div.DivClassName
{
background-color: #EE26F1;
}
.BgClassName
{
background-color: #EE26F1;
}
</style>
border-color css
<style>
span { border-color: #EE26F1; }
span { border-color: rgb(238,38,241); }
td.TdClassName
{
border-color: #EE26F1;
}
.TagClassName
{
border-color: #EE26F1;
}
</style>