Shades of Magenta #EE30FA
Tints of Magenta #EE30FA
RGB
CMYK
RGB Variations
Color information
#EE30FA (or 0xEE30FA) is known color: Magenta. HEX triplet: EE, 30 and FA. RGB value is (238,48,250). Sum of RGB (Red+Green+Blue) = 238+48+250=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 48 (19.14% from 255 or 8.96% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE30FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE30FA is #11CF05. Grayscale: #7F7F7F. Windows color (decimal): -1167110 or 16396526. OLE color: 16396526.
HSL color Cylindrical-coordinate representation of color #EE30FA: hue angle of 296.44º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE30FA is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 48 | 250 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.02 |
| HSL | 296.44º | 0.95% | 0.58% | - |
| HSV(B) | 296.44º | 0.81% | 0.98% | - |
| XYZ | 53.57 | 27.19 | 92.87 | - |
| YUV | 127.84 | 196.95 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 250 | 0.05 | 0.81 | 0 | 0.02 | 296.44 | 0.95 | 0.58 |
| Hex | EE | 30 | FA | 5 | 51 | 0 | 2 | 128 | 5F | 3A |
| Octal | 356 | 60 | 372 | 5 | 121 | 0 | 2 | 450 | 137 | 72 |
| Binary | 11101110 | 110000 | 11111010 | 101 | 1010001 | 0 | 10 | 100101000 | 1011111 | 111010 |
Color Harmonies of #EE30FA
Complementary color
Monochromatic Colors of #EE30FA
Black with #EE30FA
Text Example
Text Example
White with #EE30FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE30FA; }
p { color: rgb(238,48,250); }
H1.HeaderClassName
{
color: #EE30FA;
}
.AnyTagClassName
{
color: #EE30FA;
}
</style>
background-color css
<style>
a { background-color: #EE30FA; }
a { background-color: rgb(238,48,250); }
div.DivClassName
{
background-color: #EE30FA;
}
.BgClassName
{
background-color: #EE30FA;
}
</style>
border-color css
<style>
span { border-color: #EE30FA; }
span { border-color: rgb(238,48,250); }
td.TdClassName
{
border-color: #EE30FA;
}
.TagClassName
{
border-color: #EE30FA;
}
</style>