Shades of Razzmatazz #E9124D
Tints of Razzmatazz #E9124D
RGB
CMYK
RGB Variations
Color information
#E9124D (or 0xE9124D) is known color: Razzmatazz. HEX triplet: E9, 12 and 4D. RGB value is (233,18,77). Sum of RGB (Red+Green+Blue) = 233+18+77=328 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.04% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 233 - color contains mainly: red. Hex color #E9124D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9124D is #16EDB2. Grayscale: #585858. Windows color (decimal): -1502643 or 5051113. OLE color: 5051113.
HSL color Cylindrical-coordinate representation of color #E9124D: hue angle of 343.53º 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 #E9124D is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 77 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.09 |
| HSL | 343.53º | 0.86% | 0.49% | - |
| HSV(B) | 343.53º | 0.92% | 0.91% | - |
| XYZ | 35.16 | 18.29 | 8.7 | - |
| YUV | 89.01 | 121.23 | 230.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 77 | 0 | 0.92 | 0.67 | 0.09 | 343.53 | 0.86 | 0.49 |
| Hex | E9 | 12 | 4D | 0 | 5C | 43 | 9 | 158 | 56 | 31 |
| Octal | 351 | 22 | 115 | 0 | 134 | 103 | 11 | 530 | 126 | 61 |
| Binary | 11101001 | 10010 | 1001101 | 0 | 1011100 | 1000011 | 1001 | 101011000 | 1010110 | 110001 |
Color Harmonies of #E9124D
Complementary color
Monochromatic Colors of #E9124D
Black with #E9124D
Text Example
Text Example
White with #E9124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9124D; }
p { color: rgb(233,18,77); }
H1.HeaderClassName
{
color: #E9124D;
}
.AnyTagClassName
{
color: #E9124D;
}
</style>
background-color css
<style>
a { background-color: #E9124D; }
a { background-color: rgb(233,18,77); }
div.DivClassName
{
background-color: #E9124D;
}
.BgClassName
{
background-color: #E9124D;
}
</style>
border-color css
<style>
span { border-color: #E9124D; }
span { border-color: rgb(233,18,77); }
td.TdClassName
{
border-color: #E9124D;
}
.TagClassName
{
border-color: #E9124D;
}
</style>