Shades of Razzmatazz #E30372
Tints of Razzmatazz #E30372
RGB
CMYK
RGB Variations
Color information
#E30372 (or 0xE30372) is known color: Razzmatazz. HEX triplet: E3, 03 and 72. RGB value is (227,3,114). Sum of RGB (Red+Green+Blue) = 227+3+114=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 3 (1.56% from 255 or 0.87% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E30372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30372 is #1CFC8D. Grayscale: #525252. Windows color (decimal): -1899662 or 7472099. OLE color: 7472099.
HSL color Cylindrical-coordinate representation of color #E30372: hue angle of 330.27º 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 #E30372 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.11 |
| HSL | 330.27º | 0.97% | 0.45% | - |
| HSV(B) | 330.27º | 0.99% | 0.89% | - |
| XYZ | 34.75 | 17.61 | 17.49 | - |
| YUV | 82.63 | 145.71 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 114 | 0 | 0.99 | 0.50 | 0.11 | 330.27 | 0.97 | 0.45 |
| Hex | E3 | 3 | 72 | 0 | 63 | 32 | B | 14A | 61 | 2D |
| Octal | 343 | 3 | 162 | 0 | 143 | 62 | 13 | 512 | 141 | 55 |
| Binary | 11100011 | 11 | 1110010 | 0 | 1100011 | 110010 | 1011 | 101001010 | 1100001 | 101101 |
Color Harmonies of #E30372
Complementary color
Monochromatic Colors of #E30372
Black with #E30372
Text Example
Text Example
White with #E30372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30372; }
p { color: rgb(227,3,114); }
H1.HeaderClassName
{
color: #E30372;
}
.AnyTagClassName
{
color: #E30372;
}
</style>
background-color css
<style>
a { background-color: #E30372; }
a { background-color: rgb(227,3,114); }
div.DivClassName
{
background-color: #E30372;
}
.BgClassName
{
background-color: #E30372;
}
</style>
border-color css
<style>
span { border-color: #E30372; }
span { border-color: rgb(227,3,114); }
td.TdClassName
{
border-color: #E30372;
}
.TagClassName
{
border-color: #E30372;
}
</style>