Shades of Razzmatazz #E00C52
Tints of Razzmatazz #E00C52
RGB
CMYK
RGB Variations
Color information
#E00C52 (or 0xE00C52) is known color: Razzmatazz. HEX triplet: E0, 0C and 52. RGB value is (224,12,82). Sum of RGB (Red+Green+Blue) = 224+12+82=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00C52 is #1FF3AD. Grayscale: #535353. Windows color (decimal): -2093998 or 5377248. OLE color: 5377248.
HSL color Cylindrical-coordinate representation of color #E00C52: hue angle of 340.19º 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 #E00C52 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 12 | 82 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.12 |
| HSL | 340.19º | 0.9% | 0.46% | - |
| HSV(B) | 340.19º | 0.95% | 0.88% | - |
| XYZ | 32.39 | 16.72 | 9.5 | - |
| YUV | 83.37 | 127.24 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 82 | 0 | 0.95 | 0.63 | 0.12 | 340.19 | 0.9 | 0.46 |
| Hex | E0 | C | 52 | 0 | 5F | 3F | C | 154 | 5A | 2E |
| Octal | 340 | 14 | 122 | 0 | 137 | 77 | 14 | 524 | 132 | 56 |
| Binary | 11100000 | 1100 | 1010010 | 0 | 1011111 | 111111 | 1100 | 101010100 | 1011010 | 101110 |
Color Harmonies of #E00C52
Complementary color
Monochromatic Colors of #E00C52
Black with #E00C52
Text Example
Text Example
White with #E00C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00C52; }
p { color: rgb(224,12,82); }
H1.HeaderClassName
{
color: #E00C52;
}
.AnyTagClassName
{
color: #E00C52;
}
</style>
background-color css
<style>
a { background-color: #E00C52; }
a { background-color: rgb(224,12,82); }
div.DivClassName
{
background-color: #E00C52;
}
.BgClassName
{
background-color: #E00C52;
}
</style>
border-color css
<style>
span { border-color: #E00C52; }
span { border-color: rgb(224,12,82); }
td.TdClassName
{
border-color: #E00C52;
}
.TagClassName
{
border-color: #E00C52;
}
</style>