Shades of Razzmatazz #E0034D
Tints of Razzmatazz #E0034D
RGB
CMYK
RGB Variations
Color information
#E0034D (or 0xE0034D) is known color: Razzmatazz. HEX triplet: E0, 03 and 4D. RGB value is (224,3,77). Sum of RGB (Red+Green+Blue) = 224+3+77=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E0034D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0034D is #1FFCB2. Grayscale: #4D4D4D. Windows color (decimal): -2096307 or 5047264. OLE color: 5047264.
HSL color Cylindrical-coordinate representation of color #E0034D: hue angle of 339.91º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0034D is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 77 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.12 |
| HSL | 339.91º | 0.97% | 0.45% | - |
| HSV(B) | 339.91º | 0.99% | 0.88% | - |
| XYZ | 32.11 | 16.45 | 8.5 | - |
| YUV | 77.52 | 127.72 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 77 | 0 | 0.99 | 0.66 | 0.12 | 339.91 | 0.97 | 0.45 |
| Hex | E0 | 3 | 4D | 0 | 63 | 42 | C | 154 | 61 | 2D |
| Octal | 340 | 3 | 115 | 0 | 143 | 102 | 14 | 524 | 141 | 55 |
| Binary | 11100000 | 11 | 1001101 | 0 | 1100011 | 1000010 | 1100 | 101010100 | 1100001 | 101101 |
Color Harmonies of #E0034D
Complementary color
Monochromatic Colors of #E0034D
Black with #E0034D
Text Example
Text Example
White with #E0034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0034D; }
p { color: rgb(224,3,77); }
H1.HeaderClassName
{
color: #E0034D;
}
.AnyTagClassName
{
color: #E0034D;
}
</style>
background-color css
<style>
a { background-color: #E0034D; }
a { background-color: rgb(224,3,77); }
div.DivClassName
{
background-color: #E0034D;
}
.BgClassName
{
background-color: #E0034D;
}
</style>
border-color css
<style>
span { border-color: #E0034D; }
span { border-color: rgb(224,3,77); }
td.TdClassName
{
border-color: #E0034D;
}
.TagClassName
{
border-color: #E0034D;
}
</style>