Shades of Razzmatazz #E3054B
Tints of Razzmatazz #E3054B
RGB
CMYK
RGB Variations
Color information
#E3054B (or 0xE3054B) is known color: Razzmatazz. HEX triplet: E3, 05 and 4B. RGB value is (227,5,75). Sum of RGB (Red+Green+Blue) = 227+5+75=307 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.94% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 227 - color contains mainly: red. Hex color #E3054B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3054B is #1CFAB4. Grayscale: #4F4F4F. Windows color (decimal): -1899189 or 4916707. OLE color: 4916707.
HSL color Cylindrical-coordinate representation of color #E3054B: hue angle of 341.08º 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 #E3054B is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 5 | 75 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.11 |
| HSL | 341.08º | 0.96% | 0.45% | - |
| HSV(B) | 341.08º | 0.98% | 0.89% | - |
| XYZ | 33 | 16.95 | 8.19 | - |
| YUV | 79.36 | 125.55 | 233.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 75 | 0 | 0.98 | 0.67 | 0.11 | 341.08 | 0.96 | 0.45 |
| Hex | E3 | 5 | 4B | 0 | 62 | 43 | B | 155 | 60 | 2D |
| Octal | 343 | 5 | 113 | 0 | 142 | 103 | 13 | 525 | 140 | 55 |
| Binary | 11100011 | 101 | 1001011 | 0 | 1100010 | 1000011 | 1011 | 101010101 | 1100000 | 101101 |
Color Harmonies of #E3054B
Complementary color
Monochromatic Colors of #E3054B
Black with #E3054B
Text Example
Text Example
White with #E3054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3054B; }
p { color: rgb(227,5,75); }
H1.HeaderClassName
{
color: #E3054B;
}
.AnyTagClassName
{
color: #E3054B;
}
</style>
background-color css
<style>
a { background-color: #E3054B; }
a { background-color: rgb(227,5,75); }
div.DivClassName
{
background-color: #E3054B;
}
.BgClassName
{
background-color: #E3054B;
}
</style>
border-color css
<style>
span { border-color: #E3054B; }
span { border-color: rgb(227,5,75); }
td.TdClassName
{
border-color: #E3054B;
}
.TagClassName
{
border-color: #E3054B;
}
</style>