Shades of Razzmatazz #E2024A
Tints of Razzmatazz #E2024A
RGB
CMYK
RGB Variations
Color information
#E2024A (or 0xE2024A) is known color: Razzmatazz. HEX triplet: E2, 02 and 4A. RGB value is (226,2,74). Sum of RGB (Red+Green+Blue) = 226+2+74=302 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.83% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 226 - color contains mainly: red. Hex color #E2024A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2024A is #1DFDB5. Grayscale: #4D4D4D. Windows color (decimal): -1965494 or 4850402. OLE color: 4850402.
HSL color Cylindrical-coordinate representation of color #E2024A: hue angle of 340.71º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2024A is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.11 |
| HSL | 340.71º | 0.98% | 0.45% | - |
| HSV(B) | 340.71º | 0.99% | 0.89% | - |
| XYZ | 32.62 | 16.71 | 7.98 | - |
| YUV | 77.18 | 126.21 | 234.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 74 | 0 | 0.99 | 0.67 | 0.11 | 340.71 | 0.98 | 0.45 |
| Hex | E2 | 2 | 4A | 0 | 63 | 43 | B | 155 | 62 | 2D |
| Octal | 342 | 2 | 112 | 0 | 143 | 103 | 13 | 525 | 142 | 55 |
| Binary | 11100010 | 10 | 1001010 | 0 | 1100011 | 1000011 | 1011 | 101010101 | 1100010 | 101101 |
Color Harmonies of #E2024A
Complementary color
Monochromatic Colors of #E2024A
Black with #E2024A
Text Example
Text Example
White with #E2024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2024A; }
p { color: rgb(226,2,74); }
H1.HeaderClassName
{
color: #E2024A;
}
.AnyTagClassName
{
color: #E2024A;
}
</style>
background-color css
<style>
a { background-color: #E2024A; }
a { background-color: rgb(226,2,74); }
div.DivClassName
{
background-color: #E2024A;
}
.BgClassName
{
background-color: #E2024A;
}
</style>
border-color css
<style>
span { border-color: #E2024A; }
span { border-color: rgb(226,2,74); }
td.TdClassName
{
border-color: #E2024A;
}
.TagClassName
{
border-color: #E2024A;
}
</style>