Shades of Razzmatazz #E3054A
Tints of Razzmatazz #E3054A
RGB
CMYK
RGB Variations
Color information
#E3054A (or 0xE3054A) is known color: Razzmatazz. HEX triplet: E3, 05 and 4A. RGB value is (227,5,74). Sum of RGB (Red+Green+Blue) = 227+5+74=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E3054A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3054A is #1CFAB5. Grayscale: #4F4F4F. Windows color (decimal): -1899190 or 4851171. OLE color: 4851171.
HSL color Cylindrical-coordinate representation of color #E3054A: hue angle of 341.35º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E3054A is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 74 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.11 |
| HSL | 341.35º | 0.96% | 0.45% | - |
| HSV(B) | 341.35º | 0.98% | 0.89% | - |
| XYZ | 32.97 | 16.93 | 8.01 | - |
| YUV | 79.24 | 125.05 | 233.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 74 | 0 | 0.98 | 0.67 | 0.11 | 341.35 | 0.96 | 0.45 |
| Hex | E3 | 5 | 4A | 0 | 62 | 43 | B | 155 | 60 | 2D |
| Octal | 343 | 5 | 112 | 0 | 142 | 103 | 13 | 525 | 140 | 55 |
| Binary | 11100011 | 101 | 1001010 | 0 | 1100010 | 1000011 | 1011 | 101010101 | 1100000 | 101101 |
Color Harmonies of #E3054A
Complementary color
Monochromatic Colors of #E3054A
Black with #E3054A
Text Example
Text Example
White with #E3054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3054A; }
p { color: rgb(227,5,74); }
H1.HeaderClassName
{
color: #E3054A;
}
.AnyTagClassName
{
color: #E3054A;
}
</style>
background-color css
<style>
a { background-color: #E3054A; }
a { background-color: rgb(227,5,74); }
div.DivClassName
{
background-color: #E3054A;
}
.BgClassName
{
background-color: #E3054A;
}
</style>
border-color css
<style>
span { border-color: #E3054A; }
span { border-color: rgb(227,5,74); }
td.TdClassName
{
border-color: #E3054A;
}
.TagClassName
{
border-color: #E3054A;
}
</style>