Shades of Razzmatazz #E3054C
Tints of Razzmatazz #E3054C
RGB
CMYK
RGB Variations
Color information
#E3054C (or 0xE3054C) is known color: Razzmatazz. HEX triplet: E3, 05 and 4C. RGB value is (227,5,76). Sum of RGB (Red+Green+Blue) = 227+5+76=308 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.70% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 227 - color contains mainly: red. Hex color #E3054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3054C is #1CFAB3. Grayscale: #4F4F4F. Windows color (decimal): -1899188 or 4982243. OLE color: 4982243.
HSL color Cylindrical-coordinate representation of color #E3054C: hue angle of 340.81º 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 #E3054C is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 76 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.11 |
| HSL | 340.81º | 0.96% | 0.45% | - |
| HSV(B) | 340.81º | 0.98% | 0.89% | - |
| XYZ | 33.04 | 16.96 | 8.37 | - |
| YUV | 79.47 | 126.05 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 76 | 0 | 0.98 | 0.67 | 0.11 | 340.81 | 0.96 | 0.45 |
| Hex | E3 | 5 | 4C | 0 | 62 | 43 | B | 155 | 60 | 2D |
| Octal | 343 | 5 | 114 | 0 | 142 | 103 | 13 | 525 | 140 | 55 |
| Binary | 11100011 | 101 | 1001100 | 0 | 1100010 | 1000011 | 1011 | 101010101 | 1100000 | 101101 |
Color Harmonies of #E3054C
Complementary color
Monochromatic Colors of #E3054C
Black with #E3054C
Text Example
Text Example
White with #E3054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3054C; }
p { color: rgb(227,5,76); }
H1.HeaderClassName
{
color: #E3054C;
}
.AnyTagClassName
{
color: #E3054C;
}
</style>
background-color css
<style>
a { background-color: #E3054C; }
a { background-color: rgb(227,5,76); }
div.DivClassName
{
background-color: #E3054C;
}
.BgClassName
{
background-color: #E3054C;
}
</style>
border-color css
<style>
span { border-color: #E3054C; }
span { border-color: rgb(227,5,76); }
td.TdClassName
{
border-color: #E3054C;
}
.TagClassName
{
border-color: #E3054C;
}
</style>