Shades of Razzmatazz #E60351
Tints of Razzmatazz #E60351
RGB
CMYK
RGB Variations
Color information
#E60351 (or 0xE60351) is known color: Razzmatazz. HEX triplet: E6, 03 and 51. RGB value is (230,3,81). Sum of RGB (Red+Green+Blue) = 230+3+81=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E60351 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60351 is #19FCAE. Grayscale: #4F4F4F. Windows color (decimal): -1703087 or 5309414. OLE color: 5309414.
HSL color Cylindrical-coordinate representation of color #E60351: hue angle of 339.38º 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 #E60351 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 81 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.10 |
| HSL | 339.38º | 0.97% | 0.46% | - |
| HSV(B) | 339.38º | 0.99% | 0.9% | - |
| XYZ | 34.15 | 17.48 | 9.36 | - |
| YUV | 79.77 | 128.71 | 235.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 81 | 0 | 0.99 | 0.65 | 0.10 | 339.38 | 0.97 | 0.46 |
| Hex | E6 | 3 | 51 | 0 | 63 | 41 | A | 153 | 61 | 2E |
| Octal | 346 | 3 | 121 | 0 | 143 | 101 | 12 | 523 | 141 | 56 |
| Binary | 11100110 | 11 | 1010001 | 0 | 1100011 | 1000001 | 1010 | 101010011 | 1100001 | 101110 |
Color Harmonies of #E60351
Complementary color
Monochromatic Colors of #E60351
Black with #E60351
Text Example
Text Example
White with #E60351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60351; }
p { color: rgb(230,3,81); }
H1.HeaderClassName
{
color: #E60351;
}
.AnyTagClassName
{
color: #E60351;
}
</style>
background-color css
<style>
a { background-color: #E60351; }
a { background-color: rgb(230,3,81); }
div.DivClassName
{
background-color: #E60351;
}
.BgClassName
{
background-color: #E60351;
}
</style>
border-color css
<style>
span { border-color: #E60351; }
span { border-color: rgb(230,3,81); }
td.TdClassName
{
border-color: #E60351;
}
.TagClassName
{
border-color: #E60351;
}
</style>