Shades of Razzmatazz #E80F61
Tints of Razzmatazz #E80F61
RGB
CMYK
RGB Variations
Color information
#E80F61 (or 0xE80F61) is known color: Razzmatazz. HEX triplet: E8, 0F and 61. RGB value is (232,15,97). Sum of RGB (Red+Green+Blue) = 232+15+97=344 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.44% from 344); Green value is 15 (6.25% from 255 or 4.36% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F61 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80F61 is #17F09E. Grayscale: #595959. Windows color (decimal): -1568927 or 6361064. OLE color: 6361064.
HSL color Cylindrical-coordinate representation of color #E80F61: hue angle of 337.33º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80F61 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 97 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.09 |
| HSL | 337.33º | 0.88% | 0.48% | - |
| HSV(B) | 337.33º | 0.94% | 0.91% | - |
| XYZ | 35.61 | 18.36 | 12.98 | - |
| YUV | 89.23 | 132.39 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 97 | 0 | 0.94 | 0.58 | 0.09 | 337.33 | 0.88 | 0.48 |
| Hex | E8 | F | 61 | 0 | 5E | 3A | 9 | 151 | 58 | 30 |
| Octal | 350 | 17 | 141 | 0 | 136 | 72 | 11 | 521 | 130 | 60 |
| Binary | 11101000 | 1111 | 1100001 | 0 | 1011110 | 111010 | 1001 | 101010001 | 1011000 | 110000 |
Color Harmonies of #E80F61
Complementary color
Monochromatic Colors of #E80F61
Black with #E80F61
Text Example
Text Example
White with #E80F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F61; }
p { color: rgb(232,15,97); }
H1.HeaderClassName
{
color: #E80F61;
}
.AnyTagClassName
{
color: #E80F61;
}
</style>
background-color css
<style>
a { background-color: #E80F61; }
a { background-color: rgb(232,15,97); }
div.DivClassName
{
background-color: #E80F61;
}
.BgClassName
{
background-color: #E80F61;
}
</style>
border-color css
<style>
span { border-color: #E80F61; }
span { border-color: rgb(232,15,97); }
td.TdClassName
{
border-color: #E80F61;
}
.TagClassName
{
border-color: #E80F61;
}
</style>