Shades of Razzmatazz #E9014A
Tints of Razzmatazz #E9014A
RGB
CMYK
RGB Variations
Color information
#E9014A (or 0xE9014A) is known color: Razzmatazz. HEX triplet: E9, 01 and 4A. RGB value is (233,1,74). Sum of RGB (Red+Green+Blue) = 233+1+74=308 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.65% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 233 - color contains mainly: red. Hex color #E9014A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9014A is #16FEB5. Grayscale: #4E4E4E. Windows color (decimal): -1506998 or 4850153. OLE color: 4850153.
HSL color Cylindrical-coordinate representation of color #E9014A: hue angle of 341.12º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9014A is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 74 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.09 |
| HSL | 341.12º | 0.99% | 0.46% | - |
| HSV(B) | 341.12º | 1% | 0.91% | - |
| XYZ | 34.85 | 17.84 | 8.09 | - |
| YUV | 78.69 | 125.36 | 238.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 74 | 0 | 1.00 | 0.68 | 0.09 | 341.12 | 0.99 | 0.46 |
| Hex | E9 | 1 | 4A | 0 | 64 | 44 | 9 | 155 | 63 | 2E |
| Octal | 351 | 1 | 112 | 0 | 144 | 104 | 11 | 525 | 143 | 56 |
| Binary | 11101001 | 1 | 1001010 | 0 | 1100100 | 1000100 | 1001 | 101010101 | 1100011 | 101110 |
Color Harmonies of #E9014A
Complementary color
Monochromatic Colors of #E9014A
Black with #E9014A
Text Example
Text Example
White with #E9014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9014A; }
p { color: rgb(233,1,74); }
H1.HeaderClassName
{
color: #E9014A;
}
.AnyTagClassName
{
color: #E9014A;
}
</style>
background-color css
<style>
a { background-color: #E9014A; }
a { background-color: rgb(233,1,74); }
div.DivClassName
{
background-color: #E9014A;
}
.BgClassName
{
background-color: #E9014A;
}
</style>
border-color css
<style>
span { border-color: #E9014A; }
span { border-color: rgb(233,1,74); }
td.TdClassName
{
border-color: #E9014A;
}
.TagClassName
{
border-color: #E9014A;
}
</style>