Shades of Razzmatazz #E1004B
Tints of Razzmatazz #E1004B
RGB
CMYK
RGB Variations
Color information
#E1004B (or 0xE1004B) is known color: Razzmatazz. HEX triplet: E1, 00 and 4B. RGB value is (225,0,75). Sum of RGB (Red+Green+Blue) = 225+0+75=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E1004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1004B is #1EFFB4. Grayscale: #4B4B4B. Windows color (decimal): -2031541 or 4915425. OLE color: 4915425.
HSL color Cylindrical-coordinate representation of color #E1004B: hue angle of 340º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E1004B is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.67 | 0.12 |
| HSL | 340º | 1% | 0.44% | - |
| HSV(B) | 340º | 1% | 0.88% | - |
| XYZ | 32.32 | 16.52 | 8.14 | - |
| YUV | 75.83 | 127.54 | 234.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 0 | 75 | 0 | 1 | 0.67 | 0.12 | 340 | 1 | 0.44 |
| Hex | E1 | 0 | 4B | 0 | 64 | 43 | C | 154 | 64 | 2C |
| Octal | 341 | 0 | 113 | 0 | 144 | 103 | 14 | 524 | 144 | 54 |
| Binary | 11100001 | 0 | 1001011 | 0 | 1100100 | 1000011 | 1100 | 101010100 | 1100100 | 101100 |
Color Harmonies of #E1004B
Complementary color
Monochromatic Colors of #E1004B
Black with #E1004B
Text Example
Text Example
White with #E1004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1004B; }
p { color: rgb(225,0,75); }
H1.HeaderClassName
{
color: #E1004B;
}
.AnyTagClassName
{
color: #E1004B;
}
</style>
background-color css
<style>
a { background-color: #E1004B; }
a { background-color: rgb(225,0,75); }
div.DivClassName
{
background-color: #E1004B;
}
.BgClassName
{
background-color: #E1004B;
}
</style>
border-color css
<style>
span { border-color: #E1004B; }
span { border-color: rgb(225,0,75); }
td.TdClassName
{
border-color: #E1004B;
}
.TagClassName
{
border-color: #E1004B;
}
</style>