Shades of Razzmatazz #E10C4D
Tints of Razzmatazz #E10C4D
RGB
CMYK
RGB Variations
Color information
#E10C4D (or 0xE10C4D) is known color: Razzmatazz. HEX triplet: E1, 0C and 4D. RGB value is (225,12,77). Sum of RGB (Red+Green+Blue) = 225+12+77=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10C4D is #1EF3B2. Grayscale: #535353. Windows color (decimal): -2028467 or 5049569. OLE color: 5049569.
HSL color Cylindrical-coordinate representation of color #E10C4D: hue angle of 341.69º 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 #E10C4D is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 77 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.12 |
| HSL | 341.69º | 0.9% | 0.46% | - |
| HSV(B) | 341.69º | 0.95% | 0.88% | - |
| XYZ | 32.52 | 16.81 | 8.55 | - |
| YUV | 83.1 | 124.57 | 229.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 77 | 0 | 0.95 | 0.66 | 0.12 | 341.69 | 0.9 | 0.46 |
| Hex | E1 | C | 4D | 0 | 5F | 42 | C | 156 | 5A | 2E |
| Octal | 341 | 14 | 115 | 0 | 137 | 102 | 14 | 526 | 132 | 56 |
| Binary | 11100001 | 1100 | 1001101 | 0 | 1011111 | 1000010 | 1100 | 101010110 | 1011010 | 101110 |
Color Harmonies of #E10C4D
Complementary color
Monochromatic Colors of #E10C4D
Black with #E10C4D
Text Example
Text Example
White with #E10C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C4D; }
p { color: rgb(225,12,77); }
H1.HeaderClassName
{
color: #E10C4D;
}
.AnyTagClassName
{
color: #E10C4D;
}
</style>
background-color css
<style>
a { background-color: #E10C4D; }
a { background-color: rgb(225,12,77); }
div.DivClassName
{
background-color: #E10C4D;
}
.BgClassName
{
background-color: #E10C4D;
}
</style>
border-color css
<style>
span { border-color: #E10C4D; }
span { border-color: rgb(225,12,77); }
td.TdClassName
{
border-color: #E10C4D;
}
.TagClassName
{
border-color: #E10C4D;
}
</style>