Shades of Magenta #EE25F3
Tints of Magenta #EE25F3
RGB
CMYK
RGB Variations
Color information
#EE25F3 (or 0xEE25F3) is known color: Magenta. HEX triplet: EE, 25 and F3. RGB value is (238,37,243). Sum of RGB (Red+Green+Blue) = 238+37+243=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 37 (14.84% from 255 or 7.14% from 518); Blue value is 243 (95.31% from 255 or 46.91% from 518); Max value from RGB is 243 - color contains mainly: blue. Hex color #EE25F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE25F3 is #11DA0C. Grayscale: #777777. Windows color (decimal): -1169933 or 15934958. OLE color: 15934958.
HSL color Cylindrical-coordinate representation of color #EE25F3: hue angle of 298.54º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE25F3 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 37 | 243 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.05 |
| HSL | 298.54º | 0.9% | 0.55% | - |
| HSV(B) | 298.54º | 0.85% | 0.95% | - |
| XYZ | 52.1 | 25.97 | 87.06 | - |
| YUV | 120.58 | 197.09 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 243 | 0.02 | 0.85 | 0 | 0.05 | 298.54 | 0.9 | 0.55 |
| Hex | EE | 25 | F3 | 2 | 55 | 0 | 5 | 12B | 5A | 37 |
| Octal | 356 | 45 | 363 | 2 | 125 | 0 | 5 | 453 | 132 | 67 |
| Binary | 11101110 | 100101 | 11110011 | 10 | 1010101 | 0 | 101 | 100101011 | 1011010 | 110111 |
Color Harmonies of #EE25F3
Complementary color
Monochromatic Colors of #EE25F3
Black with #EE25F3
Text Example
Text Example
White with #EE25F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE25F3; }
p { color: rgb(238,37,243); }
H1.HeaderClassName
{
color: #EE25F3;
}
.AnyTagClassName
{
color: #EE25F3;
}
</style>
background-color css
<style>
a { background-color: #EE25F3; }
a { background-color: rgb(238,37,243); }
div.DivClassName
{
background-color: #EE25F3;
}
.BgClassName
{
background-color: #EE25F3;
}
</style>
border-color css
<style>
span { border-color: #EE25F3; }
span { border-color: rgb(238,37,243); }
td.TdClassName
{
border-color: #EE25F3;
}
.TagClassName
{
border-color: #EE25F3;
}
</style>