Shades of Razzmatazz #E30A4D
Tints of Razzmatazz #E30A4D
RGB
CMYK
RGB Variations
Color information
#E30A4D (or 0xE30A4D) is known color: Razzmatazz. HEX triplet: E3, 0A and 4D. RGB value is (227,10,77). Sum of RGB (Red+Green+Blue) = 227+10+77=314 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.29% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30A4D is #1CF5B2. Grayscale: #525252. Windows color (decimal): -1897907 or 5049059. OLE color: 5049059.
HSL color Cylindrical-coordinate representation of color #E30A4D: hue angle of 341.47º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30A4D is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 10 | 77 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.11 |
| HSL | 341.47º | 0.92% | 0.46% | - |
| HSV(B) | 341.47º | 0.96% | 0.89% | - |
| XYZ | 33.13 | 17.08 | 8.57 | - |
| YUV | 82.52 | 124.89 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 10 | 77 | 0 | 0.96 | 0.66 | 0.11 | 341.47 | 0.92 | 0.46 |
| Hex | E3 | A | 4D | 0 | 60 | 42 | B | 155 | 5C | 2E |
| Octal | 343 | 12 | 115 | 0 | 140 | 102 | 13 | 525 | 134 | 56 |
| Binary | 11100011 | 1010 | 1001101 | 0 | 1100000 | 1000010 | 1011 | 101010101 | 1011100 | 101110 |
Color Harmonies of #E30A4D
Complementary color
Monochromatic Colors of #E30A4D
Black with #E30A4D
Text Example
Text Example
White with #E30A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30A4D; }
p { color: rgb(227,10,77); }
H1.HeaderClassName
{
color: #E30A4D;
}
.AnyTagClassName
{
color: #E30A4D;
}
</style>
background-color css
<style>
a { background-color: #E30A4D; }
a { background-color: rgb(227,10,77); }
div.DivClassName
{
background-color: #E30A4D;
}
.BgClassName
{
background-color: #E30A4D;
}
</style>
border-color css
<style>
span { border-color: #E30A4D; }
span { border-color: rgb(227,10,77); }
td.TdClassName
{
border-color: #E30A4D;
}
.TagClassName
{
border-color: #E30A4D;
}
</style>