Shades of Magenta #FF1CEB
Tints of Magenta #FF1CEB
RGB
CMYK
RGB Variations
Color information
#FF1CEB (or 0xFF1CEB) is known color: Magenta. HEX triplet: FF, 1C and EB. RGB value is (255,28,235). Sum of RGB (Red+Green+Blue) = 255+28+235=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 28 (11.33% from 255 or 5.41% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1CEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF1CEB is #00E314. Grayscale: #767676. Windows color (decimal): -58133 or 15408383. OLE color: 15408383.
HSL color Cylindrical-coordinate representation of color #FF1CEB: hue angle of 305.29º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1CEB is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 235 | - |
| CMYK | 0 | 0.89 | 0.08 | 0 |
| HSL | 305.29º | 1% | 0.55% | - |
| HSV(B) | 305.29º | 0.89% | 1% | - |
| XYZ | 56.65 | 28.09 | 81.03 | - |
| YUV | 119.47 | 193.21 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 235 | 0 | 0.89 | 0.08 | 0 | 305.29 | 1 | 0.55 |
| Hex | FF | 1C | EB | 0 | 59 | 8 | 0 | 131 | 64 | 37 |
| Octal | 377 | 34 | 353 | 0 | 131 | 10 | 0 | 461 | 144 | 67 |
| Binary | 11111111 | 11100 | 11101011 | 0 | 1011001 | 1000 | 0 | 100110001 | 1100100 | 110111 |
Color Harmonies of #FF1CEB
Complementary color
Monochromatic Colors of #FF1CEB
Black with #FF1CEB
Text Example
Text Example
White with #FF1CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1CEB; }
p { color: rgb(255,28,235); }
H1.HeaderClassName
{
color: #FF1CEB;
}
.AnyTagClassName
{
color: #FF1CEB;
}
</style>
background-color css
<style>
a { background-color: #FF1CEB; }
a { background-color: rgb(255,28,235); }
div.DivClassName
{
background-color: #FF1CEB;
}
.BgClassName
{
background-color: #FF1CEB;
}
</style>
border-color css
<style>
span { border-color: #FF1CEB; }
span { border-color: rgb(255,28,235); }
td.TdClassName
{
border-color: #FF1CEB;
}
.TagClassName
{
border-color: #FF1CEB;
}
</style>