Shades of Razzmatazz #E3005E
Tints of Razzmatazz #E3005E
RGB
CMYK
RGB Variations
Color information
#E3005E (or 0xE3005E) is known color: Razzmatazz. HEX triplet: E3, 00 and 5E. RGB value is (227,0,94). Sum of RGB (Red+Green+Blue) = 227+0+94=321 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.72% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 227 - color contains mainly: red. Hex color #E3005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3005E is #1CFFA1. Grayscale: #4E4E4E. Windows color (decimal): -1900450 or 6160611. OLE color: 6160611.
HSL color Cylindrical-coordinate representation of color #E3005E: hue angle of 335.15º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E3005E is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.59 | 0.11 |
| HSL | 335.15º | 1% | 0.45% | - |
| HSV(B) | 335.15º | 1% | 0.89% | - |
| XYZ | 33.7 | 17.14 | 12.12 | - |
| YUV | 78.59 | 136.71 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 94 | 0 | 1 | 0.59 | 0.11 | 335.15 | 1 | 0.45 |
| Hex | E3 | 0 | 5E | 0 | 64 | 3B | B | 14F | 64 | 2D |
| Octal | 343 | 0 | 136 | 0 | 144 | 73 | 13 | 517 | 144 | 55 |
| Binary | 11100011 | 0 | 1011110 | 0 | 1100100 | 111011 | 1011 | 101001111 | 1100100 | 101101 |
Color Harmonies of #E3005E
Complementary color
Monochromatic Colors of #E3005E
Black with #E3005E
Text Example
Text Example
White with #E3005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3005E; }
p { color: rgb(227,0,94); }
H1.HeaderClassName
{
color: #E3005E;
}
.AnyTagClassName
{
color: #E3005E;
}
</style>
background-color css
<style>
a { background-color: #E3005E; }
a { background-color: rgb(227,0,94); }
div.DivClassName
{
background-color: #E3005E;
}
.BgClassName
{
background-color: #E3005E;
}
</style>
border-color css
<style>
span { border-color: #E3005E; }
span { border-color: rgb(227,0,94); }
td.TdClassName
{
border-color: #E3005E;
}
.TagClassName
{
border-color: #E3005E;
}
</style>