Shades of Razzmatazz #E6074B
Tints of Razzmatazz #E6074B
RGB
CMYK
RGB Variations
Color information
#E6074B (or 0xE6074B) is known color: Razzmatazz. HEX triplet: E6, 07 and 4B. RGB value is (230,7,75). Sum of RGB (Red+Green+Blue) = 230+7+75=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E6074B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6074B is #19F8B4. Grayscale: #515151. Windows color (decimal): -1702069 or 4917222. OLE color: 4917222.
HSL color Cylindrical-coordinate representation of color #E6074B: hue angle of 341.7º 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 #E6074B is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 7 | 75 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.10 |
| HSL | 341.7º | 0.94% | 0.46% | - |
| HSV(B) | 341.7º | 0.97% | 0.9% | - |
| XYZ | 33.98 | 17.48 | 8.24 | - |
| YUV | 81.43 | 124.38 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 7 | 75 | 0 | 0.97 | 0.67 | 0.10 | 341.7 | 0.94 | 0.46 |
| Hex | E6 | 7 | 4B | 0 | 61 | 43 | A | 156 | 5E | 2E |
| Octal | 346 | 7 | 113 | 0 | 141 | 103 | 12 | 526 | 136 | 56 |
| Binary | 11100110 | 111 | 1001011 | 0 | 1100001 | 1000011 | 1010 | 101010110 | 1011110 | 101110 |
Color Harmonies of #E6074B
Complementary color
Monochromatic Colors of #E6074B
Black with #E6074B
Text Example
Text Example
White with #E6074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6074B; }
p { color: rgb(230,7,75); }
H1.HeaderClassName
{
color: #E6074B;
}
.AnyTagClassName
{
color: #E6074B;
}
</style>
background-color css
<style>
a { background-color: #E6074B; }
a { background-color: rgb(230,7,75); }
div.DivClassName
{
background-color: #E6074B;
}
.BgClassName
{
background-color: #E6074B;
}
</style>
border-color css
<style>
span { border-color: #E6074B; }
span { border-color: rgb(230,7,75); }
td.TdClassName
{
border-color: #E6074B;
}
.TagClassName
{
border-color: #E6074B;
}
</style>