Shades of Razzmatazz #E10C4B
Tints of Razzmatazz #E10C4B
RGB
CMYK
RGB Variations
Color information
#E10C4B (or 0xE10C4B) is known color: Razzmatazz. HEX triplet: E1, 0C and 4B. RGB value is (225,12,75). Sum of RGB (Red+Green+Blue) = 225+12+75=312 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.12% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10C4B is #1EF3B4. Grayscale: #525252. Windows color (decimal): -2028469 or 4918497. OLE color: 4918497.
HSL color Cylindrical-coordinate representation of color #E10C4B: hue angle of 342.25º 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 #E10C4B is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 75 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.12 |
| HSL | 342.25º | 0.9% | 0.46% | - |
| HSV(B) | 342.25º | 0.95% | 0.88% | - |
| XYZ | 32.45 | 16.78 | 8.18 | - |
| YUV | 82.87 | 123.57 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 75 | 0 | 0.95 | 0.67 | 0.12 | 342.25 | 0.9 | 0.46 |
| Hex | E1 | C | 4B | 0 | 5F | 43 | C | 156 | 5A | 2E |
| Octal | 341 | 14 | 113 | 0 | 137 | 103 | 14 | 526 | 132 | 56 |
| Binary | 11100001 | 1100 | 1001011 | 0 | 1011111 | 1000011 | 1100 | 101010110 | 1011010 | 101110 |
Color Harmonies of #E10C4B
Complementary color
Monochromatic Colors of #E10C4B
Black with #E10C4B
Text Example
Text Example
White with #E10C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C4B; }
p { color: rgb(225,12,75); }
H1.HeaderClassName
{
color: #E10C4B;
}
.AnyTagClassName
{
color: #E10C4B;
}
</style>
background-color css
<style>
a { background-color: #E10C4B; }
a { background-color: rgb(225,12,75); }
div.DivClassName
{
background-color: #E10C4B;
}
.BgClassName
{
background-color: #E10C4B;
}
</style>
border-color css
<style>
span { border-color: #E10C4B; }
span { border-color: rgb(225,12,75); }
td.TdClassName
{
border-color: #E10C4B;
}
.TagClassName
{
border-color: #E10C4B;
}
</style>