Shades of Magenta #EE01FB
Tints of Magenta #EE01FB
RGB
CMYK
RGB Variations
Color information
#EE01FB (or 0xEE01FB) is known color: Magenta. HEX triplet: EE, 01 and FB. RGB value is (238,1,251). Sum of RGB (Red+Green+Blue) = 238+1+251=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 1 (0.78% from 255 or 0.20% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE01FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE01FB is #11FE04. Grayscale: #636363. Windows color (decimal): -1179141 or 16450030. OLE color: 16450030.
HSL color Cylindrical-coordinate representation of color #EE01FB: hue angle of 296.88º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE01FB is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 1 | 251 | - |
| CMYK | 0.05 | 1.00 | 0 | 0.02 |
| HSL | 296.88º | 0.99% | 0.49% | - |
| HSV(B) | 296.88º | 1% | 0.98% | - |
| XYZ | 52.68 | 25.16 | 93.35 | - |
| YUV | 100.36 | 213.02 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 251 | 0.05 | 1.00 | 0 | 0.02 | 296.88 | 0.99 | 0.49 |
| Hex | EE | 1 | FB | 5 | 64 | 0 | 2 | 129 | 63 | 31 |
| Octal | 356 | 1 | 373 | 5 | 144 | 0 | 2 | 451 | 143 | 61 |
| Binary | 11101110 | 1 | 11111011 | 101 | 1100100 | 0 | 10 | 100101001 | 1100011 | 110001 |
Color Harmonies of #EE01FB
Complementary color
Monochromatic Colors of #EE01FB
Black with #EE01FB
Text Example
Text Example
White with #EE01FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE01FB; }
p { color: rgb(238,1,251); }
H1.HeaderClassName
{
color: #EE01FB;
}
.AnyTagClassName
{
color: #EE01FB;
}
</style>
background-color css
<style>
a { background-color: #EE01FB; }
a { background-color: rgb(238,1,251); }
div.DivClassName
{
background-color: #EE01FB;
}
.BgClassName
{
background-color: #EE01FB;
}
</style>
border-color css
<style>
span { border-color: #EE01FB; }
span { border-color: rgb(238,1,251); }
td.TdClassName
{
border-color: #EE01FB;
}
.TagClassName
{
border-color: #EE01FB;
}
</style>