Shades of Razzmatazz #E2034C
Tints of Razzmatazz #E2034C
RGB
CMYK
RGB Variations
Color information
#E2034C (or 0xE2034C) is known color: Razzmatazz. HEX triplet: E2, 03 and 4C. RGB value is (226,3,76). Sum of RGB (Red+Green+Blue) = 226+3+76=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E2034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2034C is #1DFCB3. Grayscale: #4D4D4D. Windows color (decimal): -1965236 or 4981730. OLE color: 4981730.
HSL color Cylindrical-coordinate representation of color #E2034C: hue angle of 340.36º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2034C is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 76 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.11 |
| HSL | 340.36º | 0.97% | 0.45% | - |
| HSV(B) | 340.36º | 0.99% | 0.89% | - |
| XYZ | 32.7 | 16.76 | 8.35 | - |
| YUV | 78 | 126.88 | 233.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 76 | 0 | 0.99 | 0.66 | 0.11 | 340.36 | 0.97 | 0.45 |
| Hex | E2 | 3 | 4C | 0 | 63 | 42 | B | 154 | 61 | 2D |
| Octal | 342 | 3 | 114 | 0 | 143 | 102 | 13 | 524 | 141 | 55 |
| Binary | 11100010 | 11 | 1001100 | 0 | 1100011 | 1000010 | 1011 | 101010100 | 1100001 | 101101 |
Color Harmonies of #E2034C
Complementary color
Monochromatic Colors of #E2034C
Black with #E2034C
Text Example
Text Example
White with #E2034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2034C; }
p { color: rgb(226,3,76); }
H1.HeaderClassName
{
color: #E2034C;
}
.AnyTagClassName
{
color: #E2034C;
}
</style>
background-color css
<style>
a { background-color: #E2034C; }
a { background-color: rgb(226,3,76); }
div.DivClassName
{
background-color: #E2034C;
}
.BgClassName
{
background-color: #E2034C;
}
</style>
border-color css
<style>
span { border-color: #E2034C; }
span { border-color: rgb(226,3,76); }
td.TdClassName
{
border-color: #E2034C;
}
.TagClassName
{
border-color: #E2034C;
}
</style>