Shades of Razzmatazz #E4004A
Tints of Razzmatazz #E4004A
RGB
CMYK
RGB Variations
Color information
#E4004A (or 0xE4004A) is known color: Razzmatazz. HEX triplet: E4, 00 and 4A. RGB value is (228,0,74). Sum of RGB (Red+Green+Blue) = 228+0+74=302 (40% of max value = 765). Red value is 228 (89.45% from 255 or 75.50% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 228 - color contains mainly: red. Hex color #E4004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E4004A is #1BFFB5. Grayscale: #4C4C4C. Windows color (decimal): -1834934 or 4849892. OLE color: 4849892.
HSL color Cylindrical-coordinate representation of color #E4004A: hue angle of 340.53º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4004A is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.68 | 0.11 |
| HSL | 340.53º | 1% | 0.45% | - |
| HSV(B) | 340.53º | 1% | 0.89% | - |
| XYZ | 33.23 | 16.99 | 8.01 | - |
| YUV | 76.61 | 126.54 | 235.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 74 | 0 | 1 | 0.68 | 0.11 | 340.53 | 1 | 0.45 |
| Hex | E4 | 0 | 4A | 0 | 64 | 44 | B | 155 | 64 | 2D |
| Octal | 344 | 0 | 112 | 0 | 144 | 104 | 13 | 525 | 144 | 55 |
| Binary | 11100100 | 0 | 1001010 | 0 | 1100100 | 1000100 | 1011 | 101010101 | 1100100 | 101101 |
Color Harmonies of #E4004A
Complementary color
Monochromatic Colors of #E4004A
Black with #E4004A
Text Example
Text Example
White with #E4004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4004A; }
p { color: rgb(228,0,74); }
H1.HeaderClassName
{
color: #E4004A;
}
.AnyTagClassName
{
color: #E4004A;
}
</style>
background-color css
<style>
a { background-color: #E4004A; }
a { background-color: rgb(228,0,74); }
div.DivClassName
{
background-color: #E4004A;
}
.BgClassName
{
background-color: #E4004A;
}
</style>
border-color css
<style>
span { border-color: #E4004A; }
span { border-color: rgb(228,0,74); }
td.TdClassName
{
border-color: #E4004A;
}
.TagClassName
{
border-color: #E4004A;
}
</style>