Shades of Razzmatazz #E2074B
Tints of Razzmatazz #E2074B
RGB
CMYK
RGB Variations
Color information
#E2074B (or 0xE2074B) is known color: Razzmatazz. HEX triplet: E2, 07 and 4B. RGB value is (226,7,75). Sum of RGB (Red+Green+Blue) = 226+7+75=308 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.38% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 226 - color contains mainly: red. Hex color #E2074B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2074B is #1DF8B4. Grayscale: #505050. Windows color (decimal): -1964213 or 4917218. OLE color: 4917218.
HSL color Cylindrical-coordinate representation of color #E2074B: hue angle of 341.37º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2074B is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 75 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.11 |
| HSL | 341.37º | 0.94% | 0.46% | - |
| HSV(B) | 341.37º | 0.97% | 0.89% | - |
| XYZ | 32.71 | 16.83 | 8.18 | - |
| YUV | 80.23 | 125.05 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 75 | 0 | 0.97 | 0.67 | 0.11 | 341.37 | 0.94 | 0.46 |
| Hex | E2 | 7 | 4B | 0 | 61 | 43 | B | 155 | 5E | 2E |
| Octal | 342 | 7 | 113 | 0 | 141 | 103 | 13 | 525 | 136 | 56 |
| Binary | 11100010 | 111 | 1001011 | 0 | 1100001 | 1000011 | 1011 | 101010101 | 1011110 | 101110 |
Color Harmonies of #E2074B
Complementary color
Monochromatic Colors of #E2074B
Black with #E2074B
Text Example
Text Example
White with #E2074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2074B; }
p { color: rgb(226,7,75); }
H1.HeaderClassName
{
color: #E2074B;
}
.AnyTagClassName
{
color: #E2074B;
}
</style>
background-color css
<style>
a { background-color: #E2074B; }
a { background-color: rgb(226,7,75); }
div.DivClassName
{
background-color: #E2074B;
}
.BgClassName
{
background-color: #E2074B;
}
</style>
border-color css
<style>
span { border-color: #E2074B; }
span { border-color: rgb(226,7,75); }
td.TdClassName
{
border-color: #E2074B;
}
.TagClassName
{
border-color: #E2074B;
}
</style>