Shades of Razzmatazz #E30C4C
Tints of Razzmatazz #E30C4C
RGB
CMYK
RGB Variations
Color information
#E30C4C (or 0xE30C4C) is known color: Razzmatazz. HEX triplet: E3, 0C and 4C. RGB value is (227,12,76). Sum of RGB (Red+Green+Blue) = 227+12+76=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E30C4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E30C4C is #1CF3B3. Grayscale: #535353. Windows color (decimal): -1897396 or 4984035. OLE color: 4984035.
HSL color Cylindrical-coordinate representation of color #E30C4C: hue angle of 342.14º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E30C4C is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 12 | 76 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.11 |
| HSL | 342.14º | 0.9% | 0.47% | - |
| HSV(B) | 342.14º | 0.95% | 0.89% | - |
| XYZ | 33.11 | 17.12 | 8.4 | - |
| YUV | 83.58 | 123.73 | 230.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 12 | 76 | 0 | 0.95 | 0.67 | 0.11 | 342.14 | 0.9 | 0.47 |
| Hex | E3 | C | 4C | 0 | 5F | 43 | B | 156 | 5A | 2F |
| Octal | 343 | 14 | 114 | 0 | 137 | 103 | 13 | 526 | 132 | 57 |
| Binary | 11100011 | 1100 | 1001100 | 0 | 1011111 | 1000011 | 1011 | 101010110 | 1011010 | 101111 |
Color Harmonies of #E30C4C
Complementary color
Monochromatic Colors of #E30C4C
Black with #E30C4C
Text Example
Text Example
White with #E30C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30C4C; }
p { color: rgb(227,12,76); }
H1.HeaderClassName
{
color: #E30C4C;
}
.AnyTagClassName
{
color: #E30C4C;
}
</style>
background-color css
<style>
a { background-color: #E30C4C; }
a { background-color: rgb(227,12,76); }
div.DivClassName
{
background-color: #E30C4C;
}
.BgClassName
{
background-color: #E30C4C;
}
</style>
border-color css
<style>
span { border-color: #E30C4C; }
span { border-color: rgb(227,12,76); }
td.TdClassName
{
border-color: #E30C4C;
}
.TagClassName
{
border-color: #E30C4C;
}
</style>