Shades of Razzmatazz #E4064D
Tints of Razzmatazz #E4064D
RGB
CMYK
RGB Variations
Color information
#E4064D (or 0xE4064D) is known color: Razzmatazz. HEX triplet: E4, 06 and 4D. RGB value is (228,6,77). Sum of RGB (Red+Green+Blue) = 228+6+77=311 (41% of max value = 765). Red value is 228 (89.45% from 255 or 73.31% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 228 - color contains mainly: red. Hex color #E4064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4064D is #1BF9B2. Grayscale: #505050. Windows color (decimal): -1833395 or 5048036. OLE color: 5048036.
HSL color Cylindrical-coordinate representation of color #E4064D: hue angle of 340.81º degrees, saturation: 0.95, 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 #E4064D is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 77 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.11 |
| HSL | 340.81º | 0.95% | 0.46% | - |
| HSV(B) | 340.81º | 0.97% | 0.89% | - |
| XYZ | 33.4 | 17.16 | 8.57 | - |
| YUV | 80.47 | 126.05 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 77 | 0 | 0.97 | 0.66 | 0.11 | 340.81 | 0.95 | 0.46 |
| Hex | E4 | 6 | 4D | 0 | 61 | 42 | B | 155 | 5F | 2E |
| Octal | 344 | 6 | 115 | 0 | 141 | 102 | 13 | 525 | 137 | 56 |
| Binary | 11100100 | 110 | 1001101 | 0 | 1100001 | 1000010 | 1011 | 101010101 | 1011111 | 101110 |
Color Harmonies of #E4064D
Complementary color
Monochromatic Colors of #E4064D
Black with #E4064D
Text Example
Text Example
White with #E4064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4064D; }
p { color: rgb(228,6,77); }
H1.HeaderClassName
{
color: #E4064D;
}
.AnyTagClassName
{
color: #E4064D;
}
</style>
background-color css
<style>
a { background-color: #E4064D; }
a { background-color: rgb(228,6,77); }
div.DivClassName
{
background-color: #E4064D;
}
.BgClassName
{
background-color: #E4064D;
}
</style>
border-color css
<style>
span { border-color: #E4064D; }
span { border-color: rgb(228,6,77); }
td.TdClassName
{
border-color: #E4064D;
}
.TagClassName
{
border-color: #E4064D;
}
</style>