Shades of Razzmatazz #E60348
Tints of Razzmatazz #E60348
RGB
CMYK
RGB Variations
Color information
#E60348 (or 0xE60348) is known color: Razzmatazz. HEX triplet: E6, 03 and 48. RGB value is (230,3,72). Sum of RGB (Red+Green+Blue) = 230+3+72=305 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.41% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 230 - color contains mainly: red. Hex color #E60348 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60348 is #19FCB7. Grayscale: #4E4E4E. Windows color (decimal): -1703096 or 4719590. OLE color: 4719590.
HSL color Cylindrical-coordinate representation of color #E60348: hue angle of 341.76º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60348 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 72 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.10 |
| HSL | 341.76º | 0.97% | 0.46% | - |
| HSV(B) | 341.76º | 0.99% | 0.9% | - |
| XYZ | 33.84 | 17.36 | 7.7 | - |
| YUV | 78.74 | 124.21 | 235.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 72 | 0 | 0.99 | 0.69 | 0.10 | 341.76 | 0.97 | 0.46 |
| Hex | E6 | 3 | 48 | 0 | 63 | 45 | A | 156 | 61 | 2E |
| Octal | 346 | 3 | 110 | 0 | 143 | 105 | 12 | 526 | 141 | 56 |
| Binary | 11100110 | 11 | 1001000 | 0 | 1100011 | 1000101 | 1010 | 101010110 | 1100001 | 101110 |
Color Harmonies of #E60348
Complementary color
Monochromatic Colors of #E60348
Black with #E60348
Text Example
Text Example
White with #E60348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60348; }
p { color: rgb(230,3,72); }
H1.HeaderClassName
{
color: #E60348;
}
.AnyTagClassName
{
color: #E60348;
}
</style>
background-color css
<style>
a { background-color: #E60348; }
a { background-color: rgb(230,3,72); }
div.DivClassName
{
background-color: #E60348;
}
.BgClassName
{
background-color: #E60348;
}
</style>
border-color css
<style>
span { border-color: #E60348; }
span { border-color: rgb(230,3,72); }
td.TdClassName
{
border-color: #E60348;
}
.TagClassName
{
border-color: #E60348;
}
</style>