Shades of Razzmatazz #E60249
Tints of Razzmatazz #E60249
RGB
CMYK
RGB Variations
Color information
#E60249 (or 0xE60249) is known color: Razzmatazz. HEX triplet: E6, 02 and 49. RGB value is (230,2,73). Sum of RGB (Red+Green+Blue) = 230+2+73=305 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.41% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 230 - color contains mainly: red. Hex color #E60249 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60249 is #19FDB6. Grayscale: #4E4E4E. Windows color (decimal): -1703351 or 4784870. OLE color: 4784870.
HSL color Cylindrical-coordinate representation of color #E60249: hue angle of 341.32º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60249 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 73 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.10 |
| HSL | 341.32º | 0.98% | 0.45% | - |
| HSV(B) | 341.32º | 0.99% | 0.9% | - |
| XYZ | 33.86 | 17.35 | 7.87 | - |
| YUV | 78.27 | 125.04 | 236.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 73 | 0 | 0.99 | 0.68 | 0.10 | 341.32 | 0.98 | 0.45 |
| Hex | E6 | 2 | 49 | 0 | 63 | 44 | A | 155 | 62 | 2D |
| Octal | 346 | 2 | 111 | 0 | 143 | 104 | 12 | 525 | 142 | 55 |
| Binary | 11100110 | 10 | 1001001 | 0 | 1100011 | 1000100 | 1010 | 101010101 | 1100010 | 101101 |
Color Harmonies of #E60249
Complementary color
Monochromatic Colors of #E60249
Black with #E60249
Text Example
Text Example
White with #E60249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60249; }
p { color: rgb(230,2,73); }
H1.HeaderClassName
{
color: #E60249;
}
.AnyTagClassName
{
color: #E60249;
}
</style>
background-color css
<style>
a { background-color: #E60249; }
a { background-color: rgb(230,2,73); }
div.DivClassName
{
background-color: #E60249;
}
.BgClassName
{
background-color: #E60249;
}
</style>
border-color css
<style>
span { border-color: #E60249; }
span { border-color: rgb(230,2,73); }
td.TdClassName
{
border-color: #E60249;
}
.TagClassName
{
border-color: #E60249;
}
</style>