Shades of Razzmatazz #E8004B
Tints of Razzmatazz #E8004B
RGB
CMYK
RGB Variations
Color information
#E8004B (or 0xE8004B) is known color: Razzmatazz. HEX triplet: E8, 00 and 4B. RGB value is (232,0,75). Sum of RGB (Red+Green+Blue) = 232+0+75=307 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.57% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 232 - color contains mainly: red. Hex color #E8004B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8004B is #17FFB4. Grayscale: #4D4D4D. Windows color (decimal): -1572789 or 4915432. OLE color: 4915432.
HSL color Cylindrical-coordinate representation of color #E8004B: hue angle of 340.6º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8004B is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.68 | 0.09 |
| HSL | 340.6º | 1% | 0.45% | - |
| HSV(B) | 340.6º | 1% | 0.91% | - |
| XYZ | 34.55 | 17.66 | 8.25 | - |
| YUV | 77.92 | 126.36 | 237.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 75 | 0 | 1 | 0.68 | 0.09 | 340.6 | 1 | 0.45 |
| Hex | E8 | 0 | 4B | 0 | 64 | 44 | 9 | 155 | 64 | 2D |
| Octal | 350 | 0 | 113 | 0 | 144 | 104 | 11 | 525 | 144 | 55 |
| Binary | 11101000 | 0 | 1001011 | 0 | 1100100 | 1000100 | 1001 | 101010101 | 1100100 | 101101 |
Color Harmonies of #E8004B
Complementary color
Monochromatic Colors of #E8004B
Black with #E8004B
Text Example
Text Example
White with #E8004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8004B; }
p { color: rgb(232,0,75); }
H1.HeaderClassName
{
color: #E8004B;
}
.AnyTagClassName
{
color: #E8004B;
}
</style>
background-color css
<style>
a { background-color: #E8004B; }
a { background-color: rgb(232,0,75); }
div.DivClassName
{
background-color: #E8004B;
}
.BgClassName
{
background-color: #E8004B;
}
</style>
border-color css
<style>
span { border-color: #E8004B; }
span { border-color: rgb(232,0,75); }
td.TdClassName
{
border-color: #E8004B;
}
.TagClassName
{
border-color: #E8004B;
}
</style>