Shades of Razzmatazz #E4005E
Tints of Razzmatazz #E4005E
RGB
CMYK
RGB Variations
Color information
#E4005E (or 0xE4005E) is known color: Razzmatazz. HEX triplet: E4, 00 and 5E. RGB value is (228,0,94). Sum of RGB (Red+Green+Blue) = 228+0+94=322 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.81% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 228 - color contains mainly: red. Hex color #E4005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4005E is #1BFFA1. Grayscale: #4E4E4E. Windows color (decimal): -1834914 or 6160612. OLE color: 6160612.
HSL color Cylindrical-coordinate representation of color #E4005E: hue angle of 335.26º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4005E is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.59 | 0.11 |
| HSL | 335.26º | 1% | 0.45% | - |
| HSV(B) | 335.26º | 1% | 0.89% | - |
| XYZ | 34.02 | 17.3 | 12.14 | - |
| YUV | 78.89 | 136.54 | 234.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 94 | 0 | 1 | 0.59 | 0.11 | 335.26 | 1 | 0.45 |
| Hex | E4 | 0 | 5E | 0 | 64 | 3B | B | 14F | 64 | 2D |
| Octal | 344 | 0 | 136 | 0 | 144 | 73 | 13 | 517 | 144 | 55 |
| Binary | 11100100 | 0 | 1011110 | 0 | 1100100 | 111011 | 1011 | 101001111 | 1100100 | 101101 |
Color Harmonies of #E4005E
Complementary color
Monochromatic Colors of #E4005E
Black with #E4005E
Text Example
Text Example
White with #E4005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4005E; }
p { color: rgb(228,0,94); }
H1.HeaderClassName
{
color: #E4005E;
}
.AnyTagClassName
{
color: #E4005E;
}
</style>
background-color css
<style>
a { background-color: #E4005E; }
a { background-color: rgb(228,0,94); }
div.DivClassName
{
background-color: #E4005E;
}
.BgClassName
{
background-color: #E4005E;
}
</style>
border-color css
<style>
span { border-color: #E4005E; }
span { border-color: rgb(228,0,94); }
td.TdClassName
{
border-color: #E4005E;
}
.TagClassName
{
border-color: #E4005E;
}
</style>