Shades of Magenta #FF22EE
Tints of Magenta #FF22EE
RGB
CMYK
RGB Variations
Color information
#FF22EE (or 0xFF22EE) is known color: Magenta. HEX triplet: FF, 22 and EE. RGB value is (255,34,238). Sum of RGB (Red+Green+Blue) = 255+34+238=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 34 (13.67% from 255 or 6.45% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FF22EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF22EE is #00DD11. Grayscale: #7A7A7A. Windows color (decimal): -56594 or 15606527. OLE color: 15606527.
HSL color Cylindrical-coordinate representation of color #FF22EE: hue angle of 304.62º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF22EE is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 238 | - |
| CMYK | 0 | 0.87 | 0.07 | 0 |
| HSL | 304.62º | 1% | 0.57% | - |
| HSV(B) | 304.62º | 0.87% | 1% | - |
| XYZ | 57.24 | 28.58 | 83.39 | - |
| YUV | 123.34 | 192.72 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 238 | 0 | 0.87 | 0.07 | 0 | 304.62 | 1 | 0.57 |
| Hex | FF | 22 | EE | 0 | 57 | 7 | 0 | 131 | 64 | 39 |
| Octal | 377 | 42 | 356 | 0 | 127 | 7 | 0 | 461 | 144 | 71 |
| Binary | 11111111 | 100010 | 11101110 | 0 | 1010111 | 111 | 0 | 100110001 | 1100100 | 111001 |
Color Harmonies of #FF22EE
Complementary color
Monochromatic Colors of #FF22EE
Black with #FF22EE
Text Example
Text Example
White with #FF22EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF22EE; }
p { color: rgb(255,34,238); }
H1.HeaderClassName
{
color: #FF22EE;
}
.AnyTagClassName
{
color: #FF22EE;
}
</style>
background-color css
<style>
a { background-color: #FF22EE; }
a { background-color: rgb(255,34,238); }
div.DivClassName
{
background-color: #FF22EE;
}
.BgClassName
{
background-color: #FF22EE;
}
</style>
border-color css
<style>
span { border-color: #FF22EE; }
span { border-color: rgb(255,34,238); }
td.TdClassName
{
border-color: #FF22EE;
}
.TagClassName
{
border-color: #FF22EE;
}
</style>