Shades of Razzmatazz #E10C4C
Tints of Razzmatazz #E10C4C
RGB
CMYK
RGB Variations
Color information
#E10C4C (or 0xE10C4C) is known color: Razzmatazz. HEX triplet: E1, 0C and 4C. RGB value is (225,12,76). Sum of RGB (Red+Green+Blue) = 225+12+76=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C4C is #1EF3B3. Grayscale: #525252. Windows color (decimal): -2028468 or 4984033. OLE color: 4984033.
HSL color Cylindrical-coordinate representation of color #E10C4C: hue angle of 341.97º 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 #E10C4C is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 76 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.12 |
| HSL | 341.97º | 0.9% | 0.46% | - |
| HSV(B) | 341.97º | 0.95% | 0.88% | - |
| XYZ | 32.49 | 16.79 | 8.37 | - |
| YUV | 82.98 | 124.07 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 76 | 0 | 0.95 | 0.66 | 0.12 | 341.97 | 0.9 | 0.46 |
| Hex | E1 | C | 4C | 0 | 5F | 42 | C | 156 | 5A | 2E |
| Octal | 341 | 14 | 114 | 0 | 137 | 102 | 14 | 526 | 132 | 56 |
| Binary | 11100001 | 1100 | 1001100 | 0 | 1011111 | 1000010 | 1100 | 101010110 | 1011010 | 101110 |
Color Harmonies of #E10C4C
Complementary color
Monochromatic Colors of #E10C4C
Black with #E10C4C
Text Example
Text Example
White with #E10C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C4C; }
p { color: rgb(225,12,76); }
H1.HeaderClassName
{
color: #E10C4C;
}
.AnyTagClassName
{
color: #E10C4C;
}
</style>
background-color css
<style>
a { background-color: #E10C4C; }
a { background-color: rgb(225,12,76); }
div.DivClassName
{
background-color: #E10C4C;
}
.BgClassName
{
background-color: #E10C4C;
}
</style>
border-color css
<style>
span { border-color: #E10C4C; }
span { border-color: rgb(225,12,76); }
td.TdClassName
{
border-color: #E10C4C;
}
.TagClassName
{
border-color: #E10C4C;
}
</style>