Shades of Razzmatazz #E30E4D
Tints of Razzmatazz #E30E4D
RGB
CMYK
RGB Variations
Color information
#E30E4D (or 0xE30E4D) is known color: Razzmatazz. HEX triplet: E3, 0E and 4D. RGB value is (227,14,77). Sum of RGB (Red+Green+Blue) = 227+14+77=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 14 (5.86% from 255 or 4.40% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E30E4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30E4D is #1CF1B2. Grayscale: #545454. Windows color (decimal): -1896883 or 5050083. OLE color: 5050083.
HSL color Cylindrical-coordinate representation of color #E30E4D: hue angle of 342.25º 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 #E30E4D is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 14 | 77 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.11 |
| HSL | 342.25º | 0.88% | 0.47% | - |
| HSV(B) | 342.25º | 0.94% | 0.89% | - |
| XYZ | 33.18 | 17.18 | 8.59 | - |
| YUV | 84.87 | 123.57 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 14 | 77 | 0 | 0.94 | 0.66 | 0.11 | 342.25 | 0.88 | 0.47 |
| Hex | E3 | E | 4D | 0 | 5E | 42 | B | 156 | 58 | 2F |
| Octal | 343 | 16 | 115 | 0 | 136 | 102 | 13 | 526 | 130 | 57 |
| Binary | 11100011 | 1110 | 1001101 | 0 | 1011110 | 1000010 | 1011 | 101010110 | 1011000 | 101111 |
Color Harmonies of #E30E4D
Complementary color
Monochromatic Colors of #E30E4D
Black with #E30E4D
Text Example
Text Example
White with #E30E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30E4D; }
p { color: rgb(227,14,77); }
H1.HeaderClassName
{
color: #E30E4D;
}
.AnyTagClassName
{
color: #E30E4D;
}
</style>
background-color css
<style>
a { background-color: #E30E4D; }
a { background-color: rgb(227,14,77); }
div.DivClassName
{
background-color: #E30E4D;
}
.BgClassName
{
background-color: #E30E4D;
}
</style>
border-color css
<style>
span { border-color: #E30E4D; }
span { border-color: rgb(227,14,77); }
td.TdClassName
{
border-color: #E30E4D;
}
.TagClassName
{
border-color: #E30E4D;
}
</style>