Shades of Razzmatazz #E6074C
Tints of Razzmatazz #E6074C
RGB
CMYK
RGB Variations
Color information
#E6074C (or 0xE6074C) is known color: Razzmatazz. HEX triplet: E6, 07 and 4C. RGB value is (230,7,76). Sum of RGB (Red+Green+Blue) = 230+7+76=313 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.48% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 230 - color contains mainly: red. Hex color #E6074C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6074C is #19F8B3. Grayscale: #515151. Windows color (decimal): -1702068 or 4982758. OLE color: 4982758.
HSL color Cylindrical-coordinate representation of color #E6074C: hue angle of 341.43º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E6074C is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 76 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.10 |
| HSL | 341.44º | 0.94% | 0.46% | - |
| HSV(B) | 341.44º | 0.97% | 0.9% | - |
| XYZ | 34.01 | 17.5 | 8.42 | - |
| YUV | 81.54 | 124.88 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 76 | 0 | 0.97 | 0.67 | 0.10 | 341.44 | 0.94 | 0.46 |
| Hex | E6 | 7 | 4C | 0 | 61 | 43 | A | 155 | 5E | 2E |
| Octal | 346 | 7 | 114 | 0 | 141 | 103 | 12 | 525 | 136 | 56 |
| Binary | 11100110 | 111 | 1001100 | 0 | 1100001 | 1000011 | 1010 | 101010101 | 1011110 | 101110 |
Color Harmonies of #E6074C
Complementary color
Monochromatic Colors of #E6074C
Black with #E6074C
Text Example
Text Example
White with #E6074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6074C; }
p { color: rgb(230,7,76); }
H1.HeaderClassName
{
color: #E6074C;
}
.AnyTagClassName
{
color: #E6074C;
}
</style>
background-color css
<style>
a { background-color: #E6074C; }
a { background-color: rgb(230,7,76); }
div.DivClassName
{
background-color: #E6074C;
}
.BgClassName
{
background-color: #E6074C;
}
</style>
border-color css
<style>
span { border-color: #E6074C; }
span { border-color: rgb(230,7,76); }
td.TdClassName
{
border-color: #E6074C;
}
.TagClassName
{
border-color: #E6074C;
}
</style>