Shades of Razzmatazz #E9024B
Tints of Razzmatazz #E9024B
RGB
CMYK
RGB Variations
Color information
#E9024B (or 0xE9024B) is known color: Razzmatazz. HEX triplet: E9, 02 and 4B. RGB value is (233,2,75). Sum of RGB (Red+Green+Blue) = 233+2+75=310 (41% of max value = 765). Red value is 233 (91.41% from 255 or 75.16% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 233 - color contains mainly: red. Hex color #E9024B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9024B is #16FDB4. Grayscale: #4F4F4F. Windows color (decimal): -1506741 or 4915945. OLE color: 4915945.
HSL color Cylindrical-coordinate representation of color #E9024B: hue angle of 341.04º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E9024B is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.09 |
| HSL | 341.04º | 0.98% | 0.46% | - |
| HSV(B) | 341.04º | 0.99% | 0.91% | - |
| XYZ | 34.9 | 17.88 | 8.27 | - |
| YUV | 79.39 | 125.53 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 75 | 0 | 0.99 | 0.68 | 0.09 | 341.04 | 0.98 | 0.46 |
| Hex | E9 | 2 | 4B | 0 | 63 | 44 | 9 | 155 | 62 | 2E |
| Octal | 351 | 2 | 113 | 0 | 143 | 104 | 11 | 525 | 142 | 56 |
| Binary | 11101001 | 10 | 1001011 | 0 | 1100011 | 1000100 | 1001 | 101010101 | 1100010 | 101110 |
Color Harmonies of #E9024B
Complementary color
Monochromatic Colors of #E9024B
Black with #E9024B
Text Example
Text Example
White with #E9024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9024B; }
p { color: rgb(233,2,75); }
H1.HeaderClassName
{
color: #E9024B;
}
.AnyTagClassName
{
color: #E9024B;
}
</style>
background-color css
<style>
a { background-color: #E9024B; }
a { background-color: rgb(233,2,75); }
div.DivClassName
{
background-color: #E9024B;
}
.BgClassName
{
background-color: #E9024B;
}
</style>
border-color css
<style>
span { border-color: #E9024B; }
span { border-color: rgb(233,2,75); }
td.TdClassName
{
border-color: #E9024B;
}
.TagClassName
{
border-color: #E9024B;
}
</style>