Shades of Razzmatazz #E2014B
Tints of Razzmatazz #E2014B
RGB
CMYK
RGB Variations
Color information
#E2014B (or 0xE2014B) is known color: Razzmatazz. HEX triplet: E2, 01 and 4B. RGB value is (226,1,75). Sum of RGB (Red+Green+Blue) = 226+1+75=302 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.83% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 226 - color contains mainly: red. Hex color #E2014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2014B is #1DFEB4. Grayscale: #4C4C4C. Windows color (decimal): -1965749 or 4915682. OLE color: 4915682.
HSL color Cylindrical-coordinate representation of color #E2014B: hue angle of 340.27º 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 #E2014B is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 75 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.11 |
| HSL | 340.27º | 0.99% | 0.45% | - |
| HSV(B) | 340.27º | 1% | 0.89% | - |
| XYZ | 32.64 | 16.7 | 8.16 | - |
| YUV | 76.71 | 127.04 | 234.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 75 | 0 | 1.00 | 0.67 | 0.11 | 340.27 | 0.99 | 0.45 |
| Hex | E2 | 1 | 4B | 0 | 64 | 43 | B | 154 | 63 | 2D |
| Octal | 342 | 1 | 113 | 0 | 144 | 103 | 13 | 524 | 143 | 55 |
| Binary | 11100010 | 1 | 1001011 | 0 | 1100100 | 1000011 | 1011 | 101010100 | 1100011 | 101101 |
Color Harmonies of #E2014B
Complementary color
Monochromatic Colors of #E2014B
Black with #E2014B
Text Example
Text Example
White with #E2014B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2014B; }
p { color: rgb(226,1,75); }
H1.HeaderClassName
{
color: #E2014B;
}
.AnyTagClassName
{
color: #E2014B;
}
</style>
background-color css
<style>
a { background-color: #E2014B; }
a { background-color: rgb(226,1,75); }
div.DivClassName
{
background-color: #E2014B;
}
.BgClassName
{
background-color: #E2014B;
}
</style>
border-color css
<style>
span { border-color: #E2014B; }
span { border-color: rgb(226,1,75); }
td.TdClassName
{
border-color: #E2014B;
}
.TagClassName
{
border-color: #E2014B;
}
</style>