Shades of Magenta #FF20EB
Tints of Magenta #FF20EB
RGB
CMYK
RGB Variations
Color information
#FF20EB (or 0xFF20EB) is known color: Magenta. HEX triplet: FF, 20 and EB. RGB value is (255,32,235). Sum of RGB (Red+Green+Blue) = 255+32+235=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 32 (12.89% from 255 or 6.13% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF20EB is #00DF14. Grayscale: #797979. Windows color (decimal): -57109 or 15409407. OLE color: 15409407.
HSL color Cylindrical-coordinate representation of color #FF20EB: hue angle of 305.38º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF20EB is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 235 | - |
| CMYK | 0 | 0.87 | 0.08 | 0 |
| HSL | 305.38º | 1% | 0.56% | - |
| HSV(B) | 305.38º | 0.87% | 1% | - |
| XYZ | 56.75 | 28.29 | 81.07 | - |
| YUV | 121.82 | 191.88 | 222.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 235 | 0 | 0.87 | 0.08 | 0 | 305.38 | 1 | 0.56 |
| Hex | FF | 20 | EB | 0 | 57 | 8 | 0 | 131 | 64 | 38 |
| Octal | 377 | 40 | 353 | 0 | 127 | 10 | 0 | 461 | 144 | 70 |
| Binary | 11111111 | 100000 | 11101011 | 0 | 1010111 | 1000 | 0 | 100110001 | 1100100 | 111000 |
Color Harmonies of #FF20EB
Complementary color
Monochromatic Colors of #FF20EB
Black with #FF20EB
Text Example
Text Example
White with #FF20EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20EB; }
p { color: rgb(255,32,235); }
H1.HeaderClassName
{
color: #FF20EB;
}
.AnyTagClassName
{
color: #FF20EB;
}
</style>
background-color css
<style>
a { background-color: #FF20EB; }
a { background-color: rgb(255,32,235); }
div.DivClassName
{
background-color: #FF20EB;
}
.BgClassName
{
background-color: #FF20EB;
}
</style>
border-color css
<style>
span { border-color: #FF20EB; }
span { border-color: rgb(255,32,235); }
td.TdClassName
{
border-color: #FF20EB;
}
.TagClassName
{
border-color: #FF20EB;
}
</style>