Shades of Razzmatazz #E00355
Tints of Razzmatazz #E00355
RGB
CMYK
RGB Variations
Color information
#E00355 (or 0xE00355) is known color: Razzmatazz. HEX triplet: E0, 03 and 55. RGB value is (224,3,85). Sum of RGB (Red+Green+Blue) = 224+3+85=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E00355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00355 is #1FFCAA. Grayscale: #4E4E4E. Windows color (decimal): -2096299 or 5571552. OLE color: 5571552.
HSL color Cylindrical-coordinate representation of color #E00355: hue angle of 337.74º 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 #E00355 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 85 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.12 |
| HSL | 337.74º | 0.97% | 0.45% | - |
| HSV(B) | 337.74º | 0.99% | 0.88% | - |
| XYZ | 32.41 | 16.57 | 10.08 | - |
| YUV | 78.43 | 131.72 | 231.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 85 | 0 | 0.99 | 0.62 | 0.12 | 337.74 | 0.97 | 0.45 |
| Hex | E0 | 3 | 55 | 0 | 63 | 3E | C | 152 | 61 | 2D |
| Octal | 340 | 3 | 125 | 0 | 143 | 76 | 14 | 522 | 141 | 55 |
| Binary | 11100000 | 11 | 1010101 | 0 | 1100011 | 111110 | 1100 | 101010010 | 1100001 | 101101 |
Color Harmonies of #E00355
Complementary color
Monochromatic Colors of #E00355
Black with #E00355
Text Example
Text Example
White with #E00355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00355; }
p { color: rgb(224,3,85); }
H1.HeaderClassName
{
color: #E00355;
}
.AnyTagClassName
{
color: #E00355;
}
</style>
background-color css
<style>
a { background-color: #E00355; }
a { background-color: rgb(224,3,85); }
div.DivClassName
{
background-color: #E00355;
}
.BgClassName
{
background-color: #E00355;
}
</style>
border-color css
<style>
span { border-color: #E00355; }
span { border-color: rgb(224,3,85); }
td.TdClassName
{
border-color: #E00355;
}
.TagClassName
{
border-color: #E00355;
}
</style>