Shades of Razzmatazz #E00D4B
Tints of Razzmatazz #E00D4B
RGB
CMYK
RGB Variations
Color information
#E00D4B (or 0xE00D4B) is known color: Razzmatazz. HEX triplet: E0, 0D and 4B. RGB value is (224,13,75). Sum of RGB (Red+Green+Blue) = 224+13+75=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00D4B is #1FF2B4. Grayscale: #535353. Windows color (decimal): -2093749 or 4918752. OLE color: 4918752.
HSL color Cylindrical-coordinate representation of color #E00D4B: hue angle of 342.37º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00D4B is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 75 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.12 |
| HSL | 342.37º | 0.89% | 0.46% | - |
| HSV(B) | 342.37º | 0.94% | 0.88% | - |
| XYZ | 32.15 | 16.64 | 8.17 | - |
| YUV | 83.16 | 123.4 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 75 | 0 | 0.94 | 0.67 | 0.12 | 342.37 | 0.89 | 0.46 |
| Hex | E0 | D | 4B | 0 | 5E | 43 | C | 156 | 59 | 2E |
| Octal | 340 | 15 | 113 | 0 | 136 | 103 | 14 | 526 | 131 | 56 |
| Binary | 11100000 | 1101 | 1001011 | 0 | 1011110 | 1000011 | 1100 | 101010110 | 1011001 | 101110 |
Color Harmonies of #E00D4B
Complementary color
Monochromatic Colors of #E00D4B
Black with #E00D4B
Text Example
Text Example
White with #E00D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D4B; }
p { color: rgb(224,13,75); }
H1.HeaderClassName
{
color: #E00D4B;
}
.AnyTagClassName
{
color: #E00D4B;
}
</style>
background-color css
<style>
a { background-color: #E00D4B; }
a { background-color: rgb(224,13,75); }
div.DivClassName
{
background-color: #E00D4B;
}
.BgClassName
{
background-color: #E00D4B;
}
</style>
border-color css
<style>
span { border-color: #E00D4B; }
span { border-color: rgb(224,13,75); }
td.TdClassName
{
border-color: #E00D4B;
}
.TagClassName
{
border-color: #E00D4B;
}
</style>