Shades of Razzmatazz #E70474
Tints of Razzmatazz #E70474
RGB
CMYK
RGB Variations
Color information
#E70474 (or 0xE70474) is known color: Razzmatazz. HEX triplet: E7, 04 and 74. RGB value is (231,4,116). Sum of RGB (Red+Green+Blue) = 231+4+116=351 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.81% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 231 - color contains mainly: red. Hex color #E70474 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70474 is #18FB8B. Grayscale: #545454. Windows color (decimal): -1637260 or 7603431. OLE color: 7603431.
HSL color Cylindrical-coordinate representation of color #E70474: hue angle of 330.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E70474 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 116 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.09 |
| HSL | 330.4º | 0.97% | 0.46% | - |
| HSV(B) | 330.4º | 0.98% | 0.91% | - |
| XYZ | 36.15 | 18.34 | 18.16 | - |
| YUV | 84.64 | 145.71 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 116 | 0 | 0.98 | 0.50 | 0.09 | 330.4 | 0.97 | 0.46 |
| Hex | E7 | 4 | 74 | 0 | 62 | 32 | 9 | 14A | 61 | 2E |
| Octal | 347 | 4 | 164 | 0 | 142 | 62 | 11 | 512 | 141 | 56 |
| Binary | 11100111 | 100 | 1110100 | 0 | 1100010 | 110010 | 1001 | 101001010 | 1100001 | 101110 |
Color Harmonies of #E70474
Complementary color
Monochromatic Colors of #E70474
Black with #E70474
Text Example
Text Example
White with #E70474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70474; }
p { color: rgb(231,4,116); }
H1.HeaderClassName
{
color: #E70474;
}
.AnyTagClassName
{
color: #E70474;
}
</style>
background-color css
<style>
a { background-color: #E70474; }
a { background-color: rgb(231,4,116); }
div.DivClassName
{
background-color: #E70474;
}
.BgClassName
{
background-color: #E70474;
}
</style>
border-color css
<style>
span { border-color: #E70474; }
span { border-color: rgb(231,4,116); }
td.TdClassName
{
border-color: #E70474;
}
.TagClassName
{
border-color: #E70474;
}
</style>