Shades of Razzmatazz #E80C62
Tints of Razzmatazz #E80C62
RGB
CMYK
RGB Variations
Color information
#E80C62 (or 0xE80C62) is known color: Razzmatazz. HEX triplet: E8, 0C and 62. RGB value is (232,12,98). Sum of RGB (Red+Green+Blue) = 232+12+98=342 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.84% from 342); Green value is 12 (5.08% from 255 or 3.51% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C62 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80C62 is #17F39D. Grayscale: #575757. Windows color (decimal): -1569694 or 6425832. OLE color: 6425832.
HSL color Cylindrical-coordinate representation of color #E80C62: hue angle of 336.55º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80C62 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 98 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.09 |
| HSL | 336.55º | 0.9% | 0.48% | - |
| HSV(B) | 336.55º | 0.95% | 0.91% | - |
| XYZ | 35.61 | 18.3 | 13.21 | - |
| YUV | 87.58 | 133.89 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 98 | 0 | 0.95 | 0.58 | 0.09 | 336.55 | 0.9 | 0.48 |
| Hex | E8 | C | 62 | 0 | 5F | 3A | 9 | 151 | 5A | 30 |
| Octal | 350 | 14 | 142 | 0 | 137 | 72 | 11 | 521 | 132 | 60 |
| Binary | 11101000 | 1100 | 1100010 | 0 | 1011111 | 111010 | 1001 | 101010001 | 1011010 | 110000 |
Color Harmonies of #E80C62
Complementary color
Monochromatic Colors of #E80C62
Black with #E80C62
Text Example
Text Example
White with #E80C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C62; }
p { color: rgb(232,12,98); }
H1.HeaderClassName
{
color: #E80C62;
}
.AnyTagClassName
{
color: #E80C62;
}
</style>
background-color css
<style>
a { background-color: #E80C62; }
a { background-color: rgb(232,12,98); }
div.DivClassName
{
background-color: #E80C62;
}
.BgClassName
{
background-color: #E80C62;
}
</style>
border-color css
<style>
span { border-color: #E80C62; }
span { border-color: rgb(232,12,98); }
td.TdClassName
{
border-color: #E80C62;
}
.TagClassName
{
border-color: #E80C62;
}
</style>