Shades of Razzmatazz #E3076C
Tints of Razzmatazz #E3076C
RGB
CMYK
RGB Variations
Color information
#E3076C (or 0xE3076C) is known color: Razzmatazz. HEX triplet: E3, 07 and 6C. RGB value is (227,7,108). Sum of RGB (Red+Green+Blue) = 227+7+108=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E3076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3076C is #1CF893. Grayscale: #545454. Windows color (decimal): -1898644 or 7079907. OLE color: 7079907.
HSL color Cylindrical-coordinate representation of color #E3076C: hue angle of 332.45º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E3076C is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 108 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.11 |
| HSL | 332.45º | 0.94% | 0.46% | - |
| HSV(B) | 332.45º | 0.97% | 0.89% | - |
| XYZ | 34.46 | 17.57 | 15.76 | - |
| YUV | 84.29 | 141.39 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 108 | 0 | 0.97 | 0.52 | 0.11 | 332.45 | 0.94 | 0.46 |
| Hex | E3 | 7 | 6C | 0 | 61 | 34 | B | 14C | 5E | 2E |
| Octal | 343 | 7 | 154 | 0 | 141 | 64 | 13 | 514 | 136 | 56 |
| Binary | 11100011 | 111 | 1101100 | 0 | 1100001 | 110100 | 1011 | 101001100 | 1011110 | 101110 |
Color Harmonies of #E3076C
Complementary color
Monochromatic Colors of #E3076C
Black with #E3076C
Text Example
Text Example
White with #E3076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3076C; }
p { color: rgb(227,7,108); }
H1.HeaderClassName
{
color: #E3076C;
}
.AnyTagClassName
{
color: #E3076C;
}
</style>
background-color css
<style>
a { background-color: #E3076C; }
a { background-color: rgb(227,7,108); }
div.DivClassName
{
background-color: #E3076C;
}
.BgClassName
{
background-color: #E3076C;
}
</style>
border-color css
<style>
span { border-color: #E3076C; }
span { border-color: rgb(227,7,108); }
td.TdClassName
{
border-color: #E3076C;
}
.TagClassName
{
border-color: #E3076C;
}
</style>