Shades of Razzmatazz #E00354
Tints of Razzmatazz #E00354
RGB
CMYK
RGB Variations
Color information
#E00354 (or 0xE00354) is known color: Razzmatazz. HEX triplet: E0, 03 and 54. RGB value is (224,3,84). Sum of RGB (Red+Green+Blue) = 224+3+84=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E00354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00354 is #1FFCAB. Grayscale: #4E4E4E. Windows color (decimal): -2096300 or 5506016. OLE color: 5506016.
HSL color Cylindrical-coordinate representation of color #E00354: hue angle of 338.01º 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 #E00354 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 84 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.12 |
| HSL | 338.01º | 0.97% | 0.45% | - |
| HSV(B) | 338.01º | 0.99% | 0.88% | - |
| XYZ | 32.37 | 16.55 | 9.88 | - |
| YUV | 78.31 | 131.22 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 84 | 0 | 0.99 | 0.62 | 0.12 | 338.01 | 0.97 | 0.45 |
| Hex | E0 | 3 | 54 | 0 | 63 | 3E | C | 152 | 61 | 2D |
| Octal | 340 | 3 | 124 | 0 | 143 | 76 | 14 | 522 | 141 | 55 |
| Binary | 11100000 | 11 | 1010100 | 0 | 1100011 | 111110 | 1100 | 101010010 | 1100001 | 101101 |
Color Harmonies of #E00354
Complementary color
Monochromatic Colors of #E00354
Black with #E00354
Text Example
Text Example
White with #E00354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00354; }
p { color: rgb(224,3,84); }
H1.HeaderClassName
{
color: #E00354;
}
.AnyTagClassName
{
color: #E00354;
}
</style>
background-color css
<style>
a { background-color: #E00354; }
a { background-color: rgb(224,3,84); }
div.DivClassName
{
background-color: #E00354;
}
.BgClassName
{
background-color: #E00354;
}
</style>
border-color css
<style>
span { border-color: #E00354; }
span { border-color: rgb(224,3,84); }
td.TdClassName
{
border-color: #E00354;
}
.TagClassName
{
border-color: #E00354;
}
</style>