Shades of Razzmatazz #E00359
Tints of Razzmatazz #E00359
RGB
CMYK
RGB Variations
Color information
#E00359 (or 0xE00359) is known color: Razzmatazz. HEX triplet: E0, 03 and 59. RGB value is (224,3,89). Sum of RGB (Red+Green+Blue) = 224+3+89=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 3 (1.56% from 255 or 0.95% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E00359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00359 is #1FFCA6. Grayscale: #4E4E4E. Windows color (decimal): -2096295 or 5833696. OLE color: 5833696.
HSL color Cylindrical-coordinate representation of color #E00359: hue angle of 336.65º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E00359 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 89 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.12 |
| HSL | 336.65º | 0.97% | 0.45% | - |
| HSV(B) | 336.65º | 0.99% | 0.88% | - |
| XYZ | 32.58 | 16.63 | 10.94 | - |
| YUV | 78.88 | 133.72 | 231.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 89 | 0 | 0.99 | 0.60 | 0.12 | 336.65 | 0.97 | 0.45 |
| Hex | E0 | 3 | 59 | 0 | 63 | 3C | C | 151 | 61 | 2D |
| Octal | 340 | 3 | 131 | 0 | 143 | 74 | 14 | 521 | 141 | 55 |
| Binary | 11100000 | 11 | 1011001 | 0 | 1100011 | 111100 | 1100 | 101010001 | 1100001 | 101101 |
Color Harmonies of #E00359
Complementary color
Monochromatic Colors of #E00359
Black with #E00359
Text Example
Text Example
White with #E00359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00359; }
p { color: rgb(224,3,89); }
H1.HeaderClassName
{
color: #E00359;
}
.AnyTagClassName
{
color: #E00359;
}
</style>
background-color css
<style>
a { background-color: #E00359; }
a { background-color: rgb(224,3,89); }
div.DivClassName
{
background-color: #E00359;
}
.BgClassName
{
background-color: #E00359;
}
</style>
border-color css
<style>
span { border-color: #E00359; }
span { border-color: rgb(224,3,89); }
td.TdClassName
{
border-color: #E00359;
}
.TagClassName
{
border-color: #E00359;
}
</style>