Shades of Razzmatazz #E4035A
Tints of Razzmatazz #E4035A
RGB
CMYK
RGB Variations
Color information
#E4035A (or 0xE4035A) is known color: Razzmatazz. HEX triplet: E4, 03 and 5A. RGB value is (228,3,90). Sum of RGB (Red+Green+Blue) = 228+3+90=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E4035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4035A is #1BFCA5. Grayscale: #505050. Windows color (decimal): -1834150 or 5899236. OLE color: 5899236.
HSL color Cylindrical-coordinate representation of color #E4035A: hue angle of 336.8º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E4035A is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 3 | 90 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.11 |
| HSL | 336.8º | 0.97% | 0.45% | - |
| HSV(B) | 336.8º | 0.99% | 0.89% | - |
| XYZ | 33.87 | 17.3 | 11.23 | - |
| YUV | 80.19 | 133.54 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 3 | 90 | 0 | 0.99 | 0.61 | 0.11 | 336.8 | 0.97 | 0.45 |
| Hex | E4 | 3 | 5A | 0 | 63 | 3D | B | 151 | 61 | 2D |
| Octal | 344 | 3 | 132 | 0 | 143 | 75 | 13 | 521 | 141 | 55 |
| Binary | 11100100 | 11 | 1011010 | 0 | 1100011 | 111101 | 1011 | 101010001 | 1100001 | 101101 |
Color Harmonies of #E4035A
Complementary color
Monochromatic Colors of #E4035A
Black with #E4035A
Text Example
Text Example
White with #E4035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4035A; }
p { color: rgb(228,3,90); }
H1.HeaderClassName
{
color: #E4035A;
}
.AnyTagClassName
{
color: #E4035A;
}
</style>
background-color css
<style>
a { background-color: #E4035A; }
a { background-color: rgb(228,3,90); }
div.DivClassName
{
background-color: #E4035A;
}
.BgClassName
{
background-color: #E4035A;
}
</style>
border-color css
<style>
span { border-color: #E4035A; }
span { border-color: rgb(228,3,90); }
td.TdClassName
{
border-color: #E4035A;
}
.TagClassName
{
border-color: #E4035A;
}
</style>