Shades of Razzmatazz #E3075F
Tints of Razzmatazz #E3075F
RGB
CMYK
RGB Variations
Color information
#E3075F (or 0xE3075F) is known color: Razzmatazz. HEX triplet: E3, 07 and 5F. RGB value is (227,7,95). Sum of RGB (Red+Green+Blue) = 227+7+95=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E3075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3075F is #1CF8A0. Grayscale: #525252. Windows color (decimal): -1898657 or 6227939. OLE color: 6227939.
HSL color Cylindrical-coordinate representation of color #E3075F: hue angle of 336º 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 #E3075F is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 95 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.11 |
| HSL | 336º | 0.94% | 0.46% | - |
| HSV(B) | 336º | 0.97% | 0.89% | - |
| XYZ | 33.82 | 17.31 | 12.38 | - |
| YUV | 82.81 | 134.89 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 95 | 0 | 0.97 | 0.58 | 0.11 | 336 | 0.94 | 0.46 |
| Hex | E3 | 7 | 5F | 0 | 61 | 3A | B | 150 | 5E | 2E |
| Octal | 343 | 7 | 137 | 0 | 141 | 72 | 13 | 520 | 136 | 56 |
| Binary | 11100011 | 111 | 1011111 | 0 | 1100001 | 111010 | 1011 | 101010000 | 1011110 | 101110 |
Color Harmonies of #E3075F
Complementary color
Monochromatic Colors of #E3075F
Black with #E3075F
Text Example
Text Example
White with #E3075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3075F; }
p { color: rgb(227,7,95); }
H1.HeaderClassName
{
color: #E3075F;
}
.AnyTagClassName
{
color: #E3075F;
}
</style>
background-color css
<style>
a { background-color: #E3075F; }
a { background-color: rgb(227,7,95); }
div.DivClassName
{
background-color: #E3075F;
}
.BgClassName
{
background-color: #E3075F;
}
</style>
border-color css
<style>
span { border-color: #E3075F; }
span { border-color: rgb(227,7,95); }
td.TdClassName
{
border-color: #E3075F;
}
.TagClassName
{
border-color: #E3075F;
}
</style>