Shades of Razzmatazz #E3004F
Tints of Razzmatazz #E3004F
RGB
CMYK
RGB Variations
Color information
#E3004F (or 0xE3004F) is known color: Razzmatazz. HEX triplet: E3, 00 and 4F. RGB value is (227,0,79). Sum of RGB (Red+Green+Blue) = 227+0+79=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E3004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3004F is #1CFFB0. Grayscale: #4C4C4C. Windows color (decimal): -1900465 or 5177571. OLE color: 5177571.
HSL color Cylindrical-coordinate representation of color #E3004F: hue angle of 339.12º 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 #E3004F is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.65 | 0.11 |
| HSL | 339.12º | 1% | 0.45% | - |
| HSV(B) | 339.12º | 1% | 0.89% | - |
| XYZ | 33.09 | 16.9 | 8.91 | - |
| YUV | 76.88 | 129.21 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 0 | 79 | 0 | 1 | 0.65 | 0.11 | 339.12 | 1 | 0.45 |
| Hex | E3 | 0 | 4F | 0 | 64 | 41 | B | 153 | 64 | 2D |
| Octal | 343 | 0 | 117 | 0 | 144 | 101 | 13 | 523 | 144 | 55 |
| Binary | 11100011 | 0 | 1001111 | 0 | 1100100 | 1000001 | 1011 | 101010011 | 1100100 | 101101 |
Color Harmonies of #E3004F
Complementary color
Monochromatic Colors of #E3004F
Black with #E3004F
Text Example
Text Example
White with #E3004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3004F; }
p { color: rgb(227,0,79); }
H1.HeaderClassName
{
color: #E3004F;
}
.AnyTagClassName
{
color: #E3004F;
}
</style>
background-color css
<style>
a { background-color: #E3004F; }
a { background-color: rgb(227,0,79); }
div.DivClassName
{
background-color: #E3004F;
}
.BgClassName
{
background-color: #E3004F;
}
</style>
border-color css
<style>
span { border-color: #E3004F; }
span { border-color: rgb(227,0,79); }
td.TdClassName
{
border-color: #E3004F;
}
.TagClassName
{
border-color: #E3004F;
}
</style>