Shades of Razzmatazz #FF0E55
Tints of Razzmatazz #FF0E55
RGB
CMYK
RGB Variations
Color information
#FF0E55 (or 0xFF0E55) is known color: Razzmatazz. HEX triplet: FF, 0E and 55. RGB value is (255,14,85). Sum of RGB (Red+Green+Blue) = 255+14+85=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E55 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0E55 is #00F1AA. Grayscale: #5E5E5E. Windows color (decimal): -61867 or 5574399. OLE color: 5574399.
HSL color Cylindrical-coordinate representation of color #FF0E55: hue angle of 342.32º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0E55 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 85 | - |
| CMYK | 0 | 0.95 | 0.67 | 0 |
| HSL | 342.32º | 1% | 0.53% | - |
| HSV(B) | 342.32º | 0.95% | 1% | - |
| XYZ | 43.04 | 22.23 | 10.62 | - |
| YUV | 94.15 | 122.84 | 242.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 85 | 0 | 0.95 | 0.67 | 0 | 342.32 | 1 | 0.53 |
| Hex | FF | E | 55 | 0 | 5F | 43 | 0 | 156 | 64 | 35 |
| Octal | 377 | 16 | 125 | 0 | 137 | 103 | 0 | 526 | 144 | 65 |
| Binary | 11111111 | 1110 | 1010101 | 0 | 1011111 | 1000011 | 0 | 101010110 | 1100100 | 110101 |
Color Harmonies of #FF0E55
Complementary color
Monochromatic Colors of #FF0E55
Black with #FF0E55
Text Example
Text Example
White with #FF0E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E55; }
p { color: rgb(255,14,85); }
H1.HeaderClassName
{
color: #FF0E55;
}
.AnyTagClassName
{
color: #FF0E55;
}
</style>
background-color css
<style>
a { background-color: #FF0E55; }
a { background-color: rgb(255,14,85); }
div.DivClassName
{
background-color: #FF0E55;
}
.BgClassName
{
background-color: #FF0E55;
}
</style>
border-color css
<style>
span { border-color: #FF0E55; }
span { border-color: rgb(255,14,85); }
td.TdClassName
{
border-color: #FF0E55;
}
.TagClassName
{
border-color: #FF0E55;
}
</style>