Shades of Razzmatazz #E30E4E
Tints of Razzmatazz #E30E4E
RGB
CMYK
RGB Variations
Color information
#E30E4E (or 0xE30E4E) is known color: Razzmatazz. HEX triplet: E3, 0E and 4E. RGB value is (227,14,78). Sum of RGB (Red+Green+Blue) = 227+14+78=319 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.16% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 227 - color contains mainly: red. Hex color #E30E4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30E4E is #1CF1B1. Grayscale: #545454. Windows color (decimal): -1896882 or 5115619. OLE color: 5115619.
HSL color Cylindrical-coordinate representation of color #E30E4E: hue angle of 341.97º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30E4E is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 14 | 78 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.11 |
| HSL | 341.97º | 0.88% | 0.47% | - |
| HSV(B) | 341.97º | 0.94% | 0.89% | - |
| XYZ | 33.21 | 17.2 | 8.78 | - |
| YUV | 84.98 | 124.07 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 78 | 0 | 0.94 | 0.66 | 0.11 | 341.97 | 0.88 | 0.47 |
| Hex | E3 | E | 4E | 0 | 5E | 42 | B | 156 | 58 | 2F |
| Octal | 343 | 16 | 116 | 0 | 136 | 102 | 13 | 526 | 130 | 57 |
| Binary | 11100011 | 1110 | 1001110 | 0 | 1011110 | 1000010 | 1011 | 101010110 | 1011000 | 101111 |
Color Harmonies of #E30E4E
Complementary color
Monochromatic Colors of #E30E4E
Black with #E30E4E
Text Example
Text Example
White with #E30E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30E4E; }
p { color: rgb(227,14,78); }
H1.HeaderClassName
{
color: #E30E4E;
}
.AnyTagClassName
{
color: #E30E4E;
}
</style>
background-color css
<style>
a { background-color: #E30E4E; }
a { background-color: rgb(227,14,78); }
div.DivClassName
{
background-color: #E30E4E;
}
.BgClassName
{
background-color: #E30E4E;
}
</style>
border-color css
<style>
span { border-color: #E30E4E; }
span { border-color: rgb(227,14,78); }
td.TdClassName
{
border-color: #E30E4E;
}
.TagClassName
{
border-color: #E30E4E;
}
</style>