Shades of Razzmatazz #E30968
Tints of Razzmatazz #E30968
RGB
CMYK
RGB Variations
Color information
#E30968 (or 0xE30968) is known color: Razzmatazz. HEX triplet: E3, 09 and 68. RGB value is (227,9,104). Sum of RGB (Red+Green+Blue) = 227+9+104=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E30968 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30968 is #1CF697. Grayscale: #545454. Windows color (decimal): -1898136 or 6818275. OLE color: 6818275.
HSL color Cylindrical-coordinate representation of color #E30968: hue angle of 333.85º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30968 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 9 | 104 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.11 |
| HSL | 333.85º | 0.92% | 0.46% | - |
| HSV(B) | 333.85º | 0.96% | 0.89% | - |
| XYZ | 34.27 | 17.53 | 14.67 | - |
| YUV | 85.01 | 138.72 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 9 | 104 | 0 | 0.96 | 0.54 | 0.11 | 333.85 | 0.92 | 0.46 |
| Hex | E3 | 9 | 68 | 0 | 60 | 36 | B | 14E | 5C | 2E |
| Octal | 343 | 11 | 150 | 0 | 140 | 66 | 13 | 516 | 134 | 56 |
| Binary | 11100011 | 1001 | 1101000 | 0 | 1100000 | 110110 | 1011 | 101001110 | 1011100 | 101110 |
Color Harmonies of #E30968
Complementary color
Monochromatic Colors of #E30968
Black with #E30968
Text Example
Text Example
White with #E30968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30968; }
p { color: rgb(227,9,104); }
H1.HeaderClassName
{
color: #E30968;
}
.AnyTagClassName
{
color: #E30968;
}
</style>
background-color css
<style>
a { background-color: #E30968; }
a { background-color: rgb(227,9,104); }
div.DivClassName
{
background-color: #E30968;
}
.BgClassName
{
background-color: #E30968;
}
</style>
border-color css
<style>
span { border-color: #E30968; }
span { border-color: rgb(227,9,104); }
td.TdClassName
{
border-color: #E30968;
}
.TagClassName
{
border-color: #E30968;
}
</style>