Shades of Razzmatazz #E9124C
Tints of Razzmatazz #E9124C
RGB
CMYK
RGB Variations
Color information
#E9124C (or 0xE9124C) is known color: Razzmatazz. HEX triplet: E9, 12 and 4C. RGB value is (233,18,76). Sum of RGB (Red+Green+Blue) = 233+18+76=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E9124C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9124C is #16EDB3. Grayscale: #585858. Windows color (decimal): -1502644 or 4985577. OLE color: 4985577.
HSL color Cylindrical-coordinate representation of color #E9124C: hue angle of 343.81º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E9124C is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 76 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.09 |
| HSL | 343.81º | 0.86% | 0.49% | - |
| HSV(B) | 343.81º | 0.92% | 0.91% | - |
| XYZ | 35.13 | 18.28 | 8.51 | - |
| YUV | 88.9 | 120.73 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 76 | 0 | 0.92 | 0.67 | 0.09 | 343.81 | 0.86 | 0.49 |
| Hex | E9 | 12 | 4C | 0 | 5C | 43 | 9 | 158 | 56 | 31 |
| Octal | 351 | 22 | 114 | 0 | 134 | 103 | 11 | 530 | 126 | 61 |
| Binary | 11101001 | 10010 | 1001100 | 0 | 1011100 | 1000011 | 1001 | 101011000 | 1010110 | 110001 |
Color Harmonies of #E9124C
Complementary color
Monochromatic Colors of #E9124C
Black with #E9124C
Text Example
Text Example
White with #E9124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9124C; }
p { color: rgb(233,18,76); }
H1.HeaderClassName
{
color: #E9124C;
}
.AnyTagClassName
{
color: #E9124C;
}
</style>
background-color css
<style>
a { background-color: #E9124C; }
a { background-color: rgb(233,18,76); }
div.DivClassName
{
background-color: #E9124C;
}
.BgClassName
{
background-color: #E9124C;
}
</style>
border-color css
<style>
span { border-color: #E9124C; }
span { border-color: rgb(233,18,76); }
td.TdClassName
{
border-color: #E9124C;
}
.TagClassName
{
border-color: #E9124C;
}
</style>