Shades of Razzmatazz #E5004B
Tints of Razzmatazz #E5004B
RGB
CMYK
RGB Variations
Color information
#E5004B (or 0xE5004B) is known color: Razzmatazz. HEX triplet: E5, 00 and 4B. RGB value is (229,0,75). Sum of RGB (Red+Green+Blue) = 229+0+75=304 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.33% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 229 - color contains mainly: red. Hex color #E5004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5004B is #1AFFB4. Grayscale: #4C4C4C. Windows color (decimal): -1769397 or 4915429. OLE color: 4915429.
HSL color Cylindrical-coordinate representation of color #E5004B: hue angle of 340.35º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E5004B is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.67 | 0.10 |
| HSL | 340.35º | 1% | 0.45% | - |
| HSV(B) | 340.35º | 1% | 0.9% | - |
| XYZ | 33.58 | 17.17 | 8.2 | - |
| YUV | 77.02 | 126.87 | 236.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 75 | 0 | 1 | 0.67 | 0.10 | 340.35 | 1 | 0.45 |
| Hex | E5 | 0 | 4B | 0 | 64 | 43 | A | 154 | 64 | 2D |
| Octal | 345 | 0 | 113 | 0 | 144 | 103 | 12 | 524 | 144 | 55 |
| Binary | 11100101 | 0 | 1001011 | 0 | 1100100 | 1000011 | 1010 | 101010100 | 1100100 | 101101 |
Color Harmonies of #E5004B
Complementary color
Monochromatic Colors of #E5004B
Black with #E5004B
Text Example
Text Example
White with #E5004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5004B; }
p { color: rgb(229,0,75); }
H1.HeaderClassName
{
color: #E5004B;
}
.AnyTagClassName
{
color: #E5004B;
}
</style>
background-color css
<style>
a { background-color: #E5004B; }
a { background-color: rgb(229,0,75); }
div.DivClassName
{
background-color: #E5004B;
}
.BgClassName
{
background-color: #E5004B;
}
</style>
border-color css
<style>
span { border-color: #E5004B; }
span { border-color: rgb(229,0,75); }
td.TdClassName
{
border-color: #E5004B;
}
.TagClassName
{
border-color: #E5004B;
}
</style>