Shades of Razzmatazz #E30174
Tints of Razzmatazz #E30174
RGB
CMYK
RGB Variations
Color information
#E30174 (or 0xE30174) is known color: Razzmatazz. HEX triplet: E3, 01 and 74. RGB value is (227,1,116). Sum of RGB (Red+Green+Blue) = 227+1+116=344 (45% of max value = 765). Red value is 227 (89.06% from 255 or 65.99% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 227 - color contains mainly: red. Hex color #E30174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30174 is #1CFE8B. Grayscale: #515151. Windows color (decimal): -1900172 or 7602659. OLE color: 7602659.
HSL color Cylindrical-coordinate representation of color #E30174: hue angle of 329.47º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E30174 is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 1 | 116 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.11 |
| HSL | 329.47º | 0.99% | 0.45% | - |
| HSV(B) | 329.47º | 1% | 0.89% | - |
| XYZ | 34.84 | 17.61 | 18.09 | - |
| YUV | 81.68 | 147.37 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 1 | 116 | 0 | 1.00 | 0.49 | 0.11 | 329.47 | 0.99 | 0.45 |
| Hex | E3 | 1 | 74 | 0 | 64 | 31 | B | 149 | 63 | 2D |
| Octal | 343 | 1 | 164 | 0 | 144 | 61 | 13 | 511 | 143 | 55 |
| Binary | 11100011 | 1 | 1110100 | 0 | 1100100 | 110001 | 1011 | 101001001 | 1100011 | 101101 |
Color Harmonies of #E30174
Complementary color
Monochromatic Colors of #E30174
Black with #E30174
Text Example
Text Example
White with #E30174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30174; }
p { color: rgb(227,1,116); }
H1.HeaderClassName
{
color: #E30174;
}
.AnyTagClassName
{
color: #E30174;
}
</style>
background-color css
<style>
a { background-color: #E30174; }
a { background-color: rgb(227,1,116); }
div.DivClassName
{
background-color: #E30174;
}
.BgClassName
{
background-color: #E30174;
}
</style>
border-color css
<style>
span { border-color: #E30174; }
span { border-color: rgb(227,1,116); }
td.TdClassName
{
border-color: #E30174;
}
.TagClassName
{
border-color: #E30174;
}
</style>