Shades of Razzmatazz #E00358
Tints of Razzmatazz #E00358
RGB
CMYK
RGB Variations
Color information
#E00358 (or 0xE00358) is known color: Razzmatazz. HEX triplet: E0, 03 and 58. RGB value is (224,3,88). Sum of RGB (Red+Green+Blue) = 224+3+88=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E00358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00358 is #1FFCA7. Grayscale: #4E4E4E. Windows color (decimal): -2096296 or 5768160. OLE color: 5768160.
HSL color Cylindrical-coordinate representation of color #E00358: hue angle of 336.92º 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 #E00358 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 3 | 88 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.12 |
| HSL | 336.92º | 0.97% | 0.45% | - |
| HSV(B) | 336.92º | 0.99% | 0.88% | - |
| XYZ | 32.53 | 16.62 | 10.73 | - |
| YUV | 78.77 | 133.22 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 88 | 0 | 0.99 | 0.61 | 0.12 | 336.92 | 0.97 | 0.45 |
| Hex | E0 | 3 | 58 | 0 | 63 | 3D | C | 151 | 61 | 2D |
| Octal | 340 | 3 | 130 | 0 | 143 | 75 | 14 | 521 | 141 | 55 |
| Binary | 11100000 | 11 | 1011000 | 0 | 1100011 | 111101 | 1100 | 101010001 | 1100001 | 101101 |
Color Harmonies of #E00358
Complementary color
Monochromatic Colors of #E00358
Black with #E00358
Text Example
Text Example
White with #E00358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00358; }
p { color: rgb(224,3,88); }
H1.HeaderClassName
{
color: #E00358;
}
.AnyTagClassName
{
color: #E00358;
}
</style>
background-color css
<style>
a { background-color: #E00358; }
a { background-color: rgb(224,3,88); }
div.DivClassName
{
background-color: #E00358;
}
.BgClassName
{
background-color: #E00358;
}
</style>
border-color css
<style>
span { border-color: #E00358; }
span { border-color: rgb(224,3,88); }
td.TdClassName
{
border-color: #E00358;
}
.TagClassName
{
border-color: #E00358;
}
</style>