Shades of Razzmatazz #E80F50
Tints of Razzmatazz #E80F50
RGB
CMYK
RGB Variations
Color information
#E80F50 (or 0xE80F50) is known color: Razzmatazz. HEX triplet: E8, 0F and 50. RGB value is (232,15,80). Sum of RGB (Red+Green+Blue) = 232+15+80=327 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.95% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80F50 is #17F0AF. Grayscale: #575757. Windows color (decimal): -1568944 or 5246952. OLE color: 5246952.
HSL color Cylindrical-coordinate representation of color #E80F50: hue angle of 342.03º 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 #E80F50 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 80 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.09 |
| HSL | 342.03º | 0.88% | 0.48% | - |
| HSV(B) | 342.03º | 0.94% | 0.91% | - |
| XYZ | 34.9 | 18.08 | 9.24 | - |
| YUV | 87.29 | 123.89 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 80 | 0 | 0.94 | 0.66 | 0.09 | 342.03 | 0.88 | 0.48 |
| Hex | E8 | F | 50 | 0 | 5E | 42 | 9 | 156 | 58 | 30 |
| Octal | 350 | 17 | 120 | 0 | 136 | 102 | 11 | 526 | 130 | 60 |
| Binary | 11101000 | 1111 | 1010000 | 0 | 1011110 | 1000010 | 1001 | 101010110 | 1011000 | 110000 |
Color Harmonies of #E80F50
Complementary color
Monochromatic Colors of #E80F50
Black with #E80F50
Text Example
Text Example
White with #E80F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F50; }
p { color: rgb(232,15,80); }
H1.HeaderClassName
{
color: #E80F50;
}
.AnyTagClassName
{
color: #E80F50;
}
</style>
background-color css
<style>
a { background-color: #E80F50; }
a { background-color: rgb(232,15,80); }
div.DivClassName
{
background-color: #E80F50;
}
.BgClassName
{
background-color: #E80F50;
}
</style>
border-color css
<style>
span { border-color: #E80F50; }
span { border-color: rgb(232,15,80); }
td.TdClassName
{
border-color: #E80F50;
}
.TagClassName
{
border-color: #E80F50;
}
</style>