Shades of Razzmatazz #E2014C
Tints of Razzmatazz #E2014C
RGB
CMYK
RGB Variations
Color information
#E2014C (or 0xE2014C) is known color: Razzmatazz. HEX triplet: E2, 01 and 4C. RGB value is (226,1,76). Sum of RGB (Red+Green+Blue) = 226+1+76=303 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.59% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 226 - color contains mainly: red. Hex color #E2014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2014C is #1DFEB3. Grayscale: #4C4C4C. Windows color (decimal): -1965748 or 4981218. OLE color: 4981218.
HSL color Cylindrical-coordinate representation of color #E2014C: hue angle of 340º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2014C is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 76 | - |
| CMYK | 0 | 1.00 | 0.66 | 0.11 |
| HSL | 340º | 0.99% | 0.45% | - |
| HSV(B) | 340º | 1% | 0.89% | - |
| XYZ | 32.68 | 16.71 | 8.34 | - |
| YUV | 76.83 | 127.54 | 234.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 76 | 0 | 1.00 | 0.66 | 0.11 | 340 | 0.99 | 0.45 |
| Hex | E2 | 1 | 4C | 0 | 64 | 42 | B | 154 | 63 | 2D |
| Octal | 342 | 1 | 114 | 0 | 144 | 102 | 13 | 524 | 143 | 55 |
| Binary | 11100010 | 1 | 1001100 | 0 | 1100100 | 1000010 | 1011 | 101010100 | 1100011 | 101101 |
Color Harmonies of #E2014C
Complementary color
Monochromatic Colors of #E2014C
Black with #E2014C
Text Example
Text Example
White with #E2014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2014C; }
p { color: rgb(226,1,76); }
H1.HeaderClassName
{
color: #E2014C;
}
.AnyTagClassName
{
color: #E2014C;
}
</style>
background-color css
<style>
a { background-color: #E2014C; }
a { background-color: rgb(226,1,76); }
div.DivClassName
{
background-color: #E2014C;
}
.BgClassName
{
background-color: #E2014C;
}
</style>
border-color css
<style>
span { border-color: #E2014C; }
span { border-color: rgb(226,1,76); }
td.TdClassName
{
border-color: #E2014C;
}
.TagClassName
{
border-color: #E2014C;
}
</style>