Shades of Razzmatazz #E4014D
Tints of Razzmatazz #E4014D
RGB
CMYK
RGB Variations
Color information
#E4014D (or 0xE4014D) is known color: Razzmatazz. HEX triplet: E4, 01 and 4D. RGB value is (228,1,77). Sum of RGB (Red+Green+Blue) = 228+1+77=306 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.51% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 228 - color contains mainly: red. Hex color #E4014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4014D is #1BFEB2. Grayscale: #4D4D4D. Windows color (decimal): -1834675 or 5046756. OLE color: 5046756.
HSL color Cylindrical-coordinate representation of color #E4014D: hue angle of 339.91º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4014D is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 77 | - |
| CMYK | 0 | 1.00 | 0.66 | 0.11 |
| HSL | 339.91º | 0.99% | 0.45% | - |
| HSV(B) | 339.91º | 1% | 0.89% | - |
| XYZ | 33.35 | 17.05 | 8.55 | - |
| YUV | 77.54 | 127.71 | 235.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 77 | 0 | 1.00 | 0.66 | 0.11 | 339.91 | 0.99 | 0.45 |
| Hex | E4 | 1 | 4D | 0 | 64 | 42 | B | 154 | 63 | 2D |
| Octal | 344 | 1 | 115 | 0 | 144 | 102 | 13 | 524 | 143 | 55 |
| Binary | 11100100 | 1 | 1001101 | 0 | 1100100 | 1000010 | 1011 | 101010100 | 1100011 | 101101 |
Color Harmonies of #E4014D
Complementary color
Monochromatic Colors of #E4014D
Black with #E4014D
Text Example
Text Example
White with #E4014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4014D; }
p { color: rgb(228,1,77); }
H1.HeaderClassName
{
color: #E4014D;
}
.AnyTagClassName
{
color: #E4014D;
}
</style>
background-color css
<style>
a { background-color: #E4014D; }
a { background-color: rgb(228,1,77); }
div.DivClassName
{
background-color: #E4014D;
}
.BgClassName
{
background-color: #E4014D;
}
</style>
border-color css
<style>
span { border-color: #E4014D; }
span { border-color: rgb(228,1,77); }
td.TdClassName
{
border-color: #E4014D;
}
.TagClassName
{
border-color: #E4014D;
}
</style>