Shades of Razzmatazz #E80374
Tints of Razzmatazz #E80374
RGB
CMYK
RGB Variations
Color information
#E80374 (or 0xE80374) is known color: Razzmatazz. HEX triplet: E8, 03 and 74. RGB value is (232,3,116). Sum of RGB (Red+Green+Blue) = 232+3+116=351 (46% of max value = 765). Red value is 232 (91.02% from 255 or 66.10% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 232 - color contains mainly: red. Hex color #E80374 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80374 is #17FC8B. Grayscale: #545454. Windows color (decimal): -1571980 or 7603176. OLE color: 7603176.
HSL color Cylindrical-coordinate representation of color #E80374: hue angle of 330.39º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80374 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 116 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.09 |
| HSL | 330.39º | 0.97% | 0.46% | - |
| HSV(B) | 330.39º | 0.99% | 0.91% | - |
| XYZ | 36.46 | 18.48 | 18.17 | - |
| YUV | 84.35 | 145.87 | 233.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 116 | 0 | 0.99 | 0.50 | 0.09 | 330.39 | 0.97 | 0.46 |
| Hex | E8 | 3 | 74 | 0 | 63 | 32 | 9 | 14A | 61 | 2E |
| Octal | 350 | 3 | 164 | 0 | 143 | 62 | 11 | 512 | 141 | 56 |
| Binary | 11101000 | 11 | 1110100 | 0 | 1100011 | 110010 | 1001 | 101001010 | 1100001 | 101110 |
Color Harmonies of #E80374
Complementary color
Monochromatic Colors of #E80374
Black with #E80374
Text Example
Text Example
White with #E80374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80374; }
p { color: rgb(232,3,116); }
H1.HeaderClassName
{
color: #E80374;
}
.AnyTagClassName
{
color: #E80374;
}
</style>
background-color css
<style>
a { background-color: #E80374; }
a { background-color: rgb(232,3,116); }
div.DivClassName
{
background-color: #E80374;
}
.BgClassName
{
background-color: #E80374;
}
</style>
border-color css
<style>
span { border-color: #E80374; }
span { border-color: rgb(232,3,116); }
td.TdClassName
{
border-color: #E80374;
}
.TagClassName
{
border-color: #E80374;
}
</style>