Shades of Razzmatazz #E9084A
Tints of Razzmatazz #E9084A
RGB
CMYK
RGB Variations
Color information
#E9084A (or 0xE9084A) is known color: Razzmatazz. HEX triplet: E9, 08 and 4A. RGB value is (233,8,74). Sum of RGB (Red+Green+Blue) = 233+8+74=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E9084A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9084A is #16F7B5. Grayscale: #525252. Windows color (decimal): -1505206 or 4851945. OLE color: 4851945.
HSL color Cylindrical-coordinate representation of color #E9084A: hue angle of 342.4º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E9084A is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 8 | 74 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.09 |
| HSL | 342.4º | 0.93% | 0.47% | - |
| HSV(B) | 342.4º | 0.97% | 0.91% | - |
| XYZ | 34.93 | 17.99 | 8.11 | - |
| YUV | 82.8 | 123.04 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 8 | 74 | 0 | 0.97 | 0.68 | 0.09 | 342.4 | 0.93 | 0.47 |
| Hex | E9 | 8 | 4A | 0 | 61 | 44 | 9 | 156 | 5D | 2F |
| Octal | 351 | 10 | 112 | 0 | 141 | 104 | 11 | 526 | 135 | 57 |
| Binary | 11101001 | 1000 | 1001010 | 0 | 1100001 | 1000100 | 1001 | 101010110 | 1011101 | 101111 |
Color Harmonies of #E9084A
Complementary color
Monochromatic Colors of #E9084A
Black with #E9084A
Text Example
Text Example
White with #E9084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9084A; }
p { color: rgb(233,8,74); }
H1.HeaderClassName
{
color: #E9084A;
}
.AnyTagClassName
{
color: #E9084A;
}
</style>
background-color css
<style>
a { background-color: #E9084A; }
a { background-color: rgb(233,8,74); }
div.DivClassName
{
background-color: #E9084A;
}
.BgClassName
{
background-color: #E9084A;
}
</style>
border-color css
<style>
span { border-color: #E9084A; }
span { border-color: rgb(233,8,74); }
td.TdClassName
{
border-color: #E9084A;
}
.TagClassName
{
border-color: #E9084A;
}
</style>