Shades of Razzmatazz #E00C5D
Tints of Razzmatazz #E00C5D
RGB
CMYK
RGB Variations
Color information
#E00C5D (or 0xE00C5D) is known color: Razzmatazz. HEX triplet: E0, 0C and 5D. RGB value is (224,12,93). Sum of RGB (Red+Green+Blue) = 224+12+93=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00C5D is #1FF3A2. Grayscale: #545454. Windows color (decimal): -2093987 or 6098144. OLE color: 6098144.
HSL color Cylindrical-coordinate representation of color #E00C5D: hue angle of 337.08º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00C5D is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 93 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.12 |
| HSL | 337.08º | 0.9% | 0.46% | - |
| HSV(B) | 337.08º | 0.95% | 0.88% | - |
| XYZ | 32.85 | 16.9 | 11.89 | - |
| YUV | 84.62 | 132.74 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 93 | 0 | 0.95 | 0.58 | 0.12 | 337.08 | 0.9 | 0.46 |
| Hex | E0 | C | 5D | 0 | 5F | 3A | C | 151 | 5A | 2E |
| Octal | 340 | 14 | 135 | 0 | 137 | 72 | 14 | 521 | 132 | 56 |
| Binary | 11100000 | 1100 | 1011101 | 0 | 1011111 | 111010 | 1100 | 101010001 | 1011010 | 101110 |
Color Harmonies of #E00C5D
Complementary color
Monochromatic Colors of #E00C5D
Black with #E00C5D
Text Example
Text Example
White with #E00C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C5D; }
p { color: rgb(224,12,93); }
H1.HeaderClassName
{
color: #E00C5D;
}
.AnyTagClassName
{
color: #E00C5D;
}
</style>
background-color css
<style>
a { background-color: #E00C5D; }
a { background-color: rgb(224,12,93); }
div.DivClassName
{
background-color: #E00C5D;
}
.BgClassName
{
background-color: #E00C5D;
}
</style>
border-color css
<style>
span { border-color: #E00C5D; }
span { border-color: rgb(224,12,93); }
td.TdClassName
{
border-color: #E00C5D;
}
.TagClassName
{
border-color: #E00C5D;
}
</style>