Shades of Razzmatazz #E9014E
Tints of Razzmatazz #E9014E
RGB
CMYK
RGB Variations
Color information
#E9014E (or 0xE9014E) is known color: Razzmatazz. HEX triplet: E9, 01 and 4E. RGB value is (233,1,78). Sum of RGB (Red+Green+Blue) = 233+1+78=312 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.68% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 233 - color contains mainly: red. Hex color #E9014E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9014E is #16FEB1. Grayscale: #4F4F4F. Windows color (decimal): -1506994 or 5112297. OLE color: 5112297.
HSL color Cylindrical-coordinate representation of color #E9014E: hue angle of 340.09º 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 #E9014E is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.09 |
| HSL | 340.09º | 0.99% | 0.46% | - |
| HSV(B) | 340.09º | 1% | 0.91% | - |
| XYZ | 34.99 | 17.9 | 8.82 | - |
| YUV | 79.15 | 127.36 | 237.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 78 | 0 | 1.00 | 0.67 | 0.09 | 340.09 | 0.99 | 0.46 |
| Hex | E9 | 1 | 4E | 0 | 64 | 43 | 9 | 154 | 63 | 2E |
| Octal | 351 | 1 | 116 | 0 | 144 | 103 | 11 | 524 | 143 | 56 |
| Binary | 11101001 | 1 | 1001110 | 0 | 1100100 | 1000011 | 1001 | 101010100 | 1100011 | 101110 |
Color Harmonies of #E9014E
Complementary color
Monochromatic Colors of #E9014E
Black with #E9014E
Text Example
Text Example
White with #E9014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9014E; }
p { color: rgb(233,1,78); }
H1.HeaderClassName
{
color: #E9014E;
}
.AnyTagClassName
{
color: #E9014E;
}
</style>
background-color css
<style>
a { background-color: #E9014E; }
a { background-color: rgb(233,1,78); }
div.DivClassName
{
background-color: #E9014E;
}
.BgClassName
{
background-color: #E9014E;
}
</style>
border-color css
<style>
span { border-color: #E9014E; }
span { border-color: rgb(233,1,78); }
td.TdClassName
{
border-color: #E9014E;
}
.TagClassName
{
border-color: #E9014E;
}
</style>