Shades of Razzmatazz #E60356
Tints of Razzmatazz #E60356
RGB
CMYK
RGB Variations
Color information
#E60356 (or 0xE60356) is known color: Razzmatazz. HEX triplet: E6, 03 and 56. RGB value is (230,3,86). Sum of RGB (Red+Green+Blue) = 230+3+86=319 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.10% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 230 - color contains mainly: red. Hex color #E60356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E60356 is #19FCA9. Grayscale: #505050. Windows color (decimal): -1703082 or 5637094. OLE color: 5637094.
HSL color Cylindrical-coordinate representation of color #E60356: hue angle of 338.06º 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 #E60356 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 86 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.10 |
| HSL | 338.06º | 0.97% | 0.46% | - |
| HSV(B) | 338.06º | 0.99% | 0.9% | - |
| XYZ | 34.35 | 17.56 | 10.38 | - |
| YUV | 80.34 | 131.21 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 86 | 0 | 0.99 | 0.63 | 0.10 | 338.06 | 0.97 | 0.46 |
| Hex | E6 | 3 | 56 | 0 | 63 | 3F | A | 152 | 61 | 2E |
| Octal | 346 | 3 | 126 | 0 | 143 | 77 | 12 | 522 | 141 | 56 |
| Binary | 11100110 | 11 | 1010110 | 0 | 1100011 | 111111 | 1010 | 101010010 | 1100001 | 101110 |
Color Harmonies of #E60356
Complementary color
Monochromatic Colors of #E60356
Black with #E60356
Text Example
Text Example
White with #E60356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60356; }
p { color: rgb(230,3,86); }
H1.HeaderClassName
{
color: #E60356;
}
.AnyTagClassName
{
color: #E60356;
}
</style>
background-color css
<style>
a { background-color: #E60356; }
a { background-color: rgb(230,3,86); }
div.DivClassName
{
background-color: #E60356;
}
.BgClassName
{
background-color: #E60356;
}
</style>
border-color css
<style>
span { border-color: #E60356; }
span { border-color: rgb(230,3,86); }
td.TdClassName
{
border-color: #E60356;
}
.TagClassName
{
border-color: #E60356;
}
</style>