Shades of Razzmatazz #E80379
Tints of Razzmatazz #E80379
RGB
CMYK
RGB Variations
Color information
#E80379 (or 0xE80379) is known color: Razzmatazz. HEX triplet: E8, 03 and 79. RGB value is (232,3,121). Sum of RGB (Red+Green+Blue) = 232+3+121=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E80379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80379 is #17FC86. Grayscale: #545454. Windows color (decimal): -1571975 or 7930856. OLE color: 7930856.
HSL color Cylindrical-coordinate representation of color #E80379: hue angle of 329.08º 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 #E80379 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 121 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.09 |
| HSL | 329.08º | 0.97% | 0.46% | - |
| HSV(B) | 329.08º | 0.99% | 0.91% | - |
| XYZ | 36.76 | 18.6 | 19.74 | - |
| YUV | 84.92 | 148.37 | 232.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 121 | 0 | 0.99 | 0.48 | 0.09 | 329.08 | 0.97 | 0.46 |
| Hex | E8 | 3 | 79 | 0 | 63 | 30 | 9 | 149 | 61 | 2E |
| Octal | 350 | 3 | 171 | 0 | 143 | 60 | 11 | 511 | 141 | 56 |
| Binary | 11101000 | 11 | 1111001 | 0 | 1100011 | 110000 | 1001 | 101001001 | 1100001 | 101110 |
Color Harmonies of #E80379
Complementary color
Monochromatic Colors of #E80379
Black with #E80379
Text Example
Text Example
White with #E80379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80379; }
p { color: rgb(232,3,121); }
H1.HeaderClassName
{
color: #E80379;
}
.AnyTagClassName
{
color: #E80379;
}
</style>
background-color css
<style>
a { background-color: #E80379; }
a { background-color: rgb(232,3,121); }
div.DivClassName
{
background-color: #E80379;
}
.BgClassName
{
background-color: #E80379;
}
</style>
border-color css
<style>
span { border-color: #E80379; }
span { border-color: rgb(232,3,121); }
td.TdClassName
{
border-color: #E80379;
}
.TagClassName
{
border-color: #E80379;
}
</style>