Shades of Razzmatazz #E3065E
Tints of Razzmatazz #E3065E
RGB
CMYK
RGB Variations
Color information
#E3065E (or 0xE3065E) is known color: Razzmatazz. HEX triplet: E3, 06 and 5E. RGB value is (227,6,94). Sum of RGB (Red+Green+Blue) = 227+6+94=327 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.42% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 227 - color contains mainly: red. Hex color #E3065E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3065E is #1CF9A1. Grayscale: #515151. Windows color (decimal): -1898914 or 6162147. OLE color: 6162147.
HSL color Cylindrical-coordinate representation of color #E3065E: hue angle of 336.11º degrees, saturation: 0.95, 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 #E3065E is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 6 | 94 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.11 |
| HSL | 336.11º | 0.95% | 0.46% | - |
| HSV(B) | 336.11º | 0.97% | 0.89% | - |
| XYZ | 33.76 | 17.27 | 12.14 | - |
| YUV | 82.11 | 134.72 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 6 | 94 | 0 | 0.97 | 0.59 | 0.11 | 336.11 | 0.95 | 0.46 |
| Hex | E3 | 6 | 5E | 0 | 61 | 3B | B | 150 | 5F | 2E |
| Octal | 343 | 6 | 136 | 0 | 141 | 73 | 13 | 520 | 137 | 56 |
| Binary | 11100011 | 110 | 1011110 | 0 | 1100001 | 111011 | 1011 | 101010000 | 1011111 | 101110 |
Color Harmonies of #E3065E
Complementary color
Monochromatic Colors of #E3065E
Black with #E3065E
Text Example
Text Example
White with #E3065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3065E; }
p { color: rgb(227,6,94); }
H1.HeaderClassName
{
color: #E3065E;
}
.AnyTagClassName
{
color: #E3065E;
}
</style>
background-color css
<style>
a { background-color: #E3065E; }
a { background-color: rgb(227,6,94); }
div.DivClassName
{
background-color: #E3065E;
}
.BgClassName
{
background-color: #E3065E;
}
</style>
border-color css
<style>
span { border-color: #E3065E; }
span { border-color: rgb(227,6,94); }
td.TdClassName
{
border-color: #E3065E;
}
.TagClassName
{
border-color: #E3065E;
}
</style>