Shades of Razzmatazz #E61356
Tints of Razzmatazz #E61356
RGB
CMYK
RGB Variations
Color information
#E61356 (or 0xE61356) is known color: Razzmatazz. HEX triplet: E6, 13 and 56. RGB value is (230,19,86). Sum of RGB (Red+Green+Blue) = 230+19+86=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 86 (33.98% from 255 or 25.67% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E61356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61356 is #19ECA9. Grayscale: #595959. Windows color (decimal): -1698986 or 5641190. OLE color: 5641190.
HSL color Cylindrical-coordinate representation of color #E61356: hue angle of 340.95º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61356 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 86 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.10 |
| HSL | 340.95º | 0.85% | 0.49% | - |
| HSV(B) | 340.95º | 0.92% | 0.9% | - |
| XYZ | 34.55 | 17.96 | 10.45 | - |
| YUV | 89.73 | 125.9 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 86 | 0 | 0.92 | 0.63 | 0.10 | 340.95 | 0.85 | 0.49 |
| Hex | E6 | 13 | 56 | 0 | 5C | 3F | A | 155 | 55 | 31 |
| Octal | 346 | 23 | 126 | 0 | 134 | 77 | 12 | 525 | 125 | 61 |
| Binary | 11100110 | 10011 | 1010110 | 0 | 1011100 | 111111 | 1010 | 101010101 | 1010101 | 110001 |
Color Harmonies of #E61356
Complementary color
Monochromatic Colors of #E61356
Black with #E61356
Text Example
Text Example
White with #E61356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61356; }
p { color: rgb(230,19,86); }
H1.HeaderClassName
{
color: #E61356;
}
.AnyTagClassName
{
color: #E61356;
}
</style>
background-color css
<style>
a { background-color: #E61356; }
a { background-color: rgb(230,19,86); }
div.DivClassName
{
background-color: #E61356;
}
.BgClassName
{
background-color: #E61356;
}
</style>
border-color css
<style>
span { border-color: #E61356; }
span { border-color: rgb(230,19,86); }
td.TdClassName
{
border-color: #E61356;
}
.TagClassName
{
border-color: #E61356;
}
</style>