Shades of Razzmatazz #E61354
Tints of Razzmatazz #E61354
RGB
CMYK
RGB Variations
Color information
#E61354 (or 0xE61354) is known color: Razzmatazz. HEX triplet: E6, 13 and 54. RGB value is (230,19,84). Sum of RGB (Red+Green+Blue) = 230+19+84=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E61354 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61354 is #19ECAB. Grayscale: #595959. Windows color (decimal): -1698988 or 5510118. OLE color: 5510118.
HSL color Cylindrical-coordinate representation of color #E61354: hue angle of 341.52º 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 #E61354 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 84 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.10 |
| HSL | 341.52º | 0.85% | 0.49% | - |
| HSV(B) | 341.52º | 0.92% | 0.9% | - |
| XYZ | 34.47 | 17.93 | 10.03 | - |
| YUV | 89.5 | 124.9 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 84 | 0 | 0.92 | 0.63 | 0.10 | 341.52 | 0.85 | 0.49 |
| Hex | E6 | 13 | 54 | 0 | 5C | 3F | A | 156 | 55 | 31 |
| Octal | 346 | 23 | 124 | 0 | 134 | 77 | 12 | 526 | 125 | 61 |
| Binary | 11100110 | 10011 | 1010100 | 0 | 1011100 | 111111 | 1010 | 101010110 | 1010101 | 110001 |
Color Harmonies of #E61354
Complementary color
Monochromatic Colors of #E61354
Black with #E61354
Text Example
Text Example
White with #E61354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61354; }
p { color: rgb(230,19,84); }
H1.HeaderClassName
{
color: #E61354;
}
.AnyTagClassName
{
color: #E61354;
}
</style>
background-color css
<style>
a { background-color: #E61354; }
a { background-color: rgb(230,19,84); }
div.DivClassName
{
background-color: #E61354;
}
.BgClassName
{
background-color: #E61354;
}
</style>
border-color css
<style>
span { border-color: #E61354; }
span { border-color: rgb(230,19,84); }
td.TdClassName
{
border-color: #E61354;
}
.TagClassName
{
border-color: #E61354;
}
</style>