Shades of Razzmatazz #E30761
Tints of Razzmatazz #E30761
RGB
CMYK
RGB Variations
Color information
#E30761 (or 0xE30761) is known color: Razzmatazz. HEX triplet: E3, 07 and 61. RGB value is (227,7,97). Sum of RGB (Red+Green+Blue) = 227+7+97=331 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.58% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 227 - color contains mainly: red. Hex color #E30761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30761 is #1CF89E. Grayscale: #525252. Windows color (decimal): -1898655 or 6359011. OLE color: 6359011.
HSL color Cylindrical-coordinate representation of color #E30761: hue angle of 335.45º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E30761 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 97 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.11 |
| HSL | 335.45º | 0.94% | 0.46% | - |
| HSV(B) | 335.45º | 0.97% | 0.89% | - |
| XYZ | 33.91 | 17.35 | 12.87 | - |
| YUV | 83.04 | 135.89 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 97 | 0 | 0.97 | 0.57 | 0.11 | 335.45 | 0.94 | 0.46 |
| Hex | E3 | 7 | 61 | 0 | 61 | 39 | B | 14F | 5E | 2E |
| Octal | 343 | 7 | 141 | 0 | 141 | 71 | 13 | 517 | 136 | 56 |
| Binary | 11100011 | 111 | 1100001 | 0 | 1100001 | 111001 | 1011 | 101001111 | 1011110 | 101110 |
Color Harmonies of #E30761
Complementary color
Monochromatic Colors of #E30761
Black with #E30761
Text Example
Text Example
White with #E30761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30761; }
p { color: rgb(227,7,97); }
H1.HeaderClassName
{
color: #E30761;
}
.AnyTagClassName
{
color: #E30761;
}
</style>
background-color css
<style>
a { background-color: #E30761; }
a { background-color: rgb(227,7,97); }
div.DivClassName
{
background-color: #E30761;
}
.BgClassName
{
background-color: #E30761;
}
</style>
border-color css
<style>
span { border-color: #E30761; }
span { border-color: rgb(227,7,97); }
td.TdClassName
{
border-color: #E30761;
}
.TagClassName
{
border-color: #E30761;
}
</style>