Shades of Razzmatazz #E80F4E
Tints of Razzmatazz #E80F4E
RGB
CMYK
RGB Variations
Color information
#E80F4E (or 0xE80F4E) is known color: Razzmatazz. HEX triplet: E8, 0F and 4E. RGB value is (232,15,78). Sum of RGB (Red+Green+Blue) = 232+15+78=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E80F4E is #17F0B1. Grayscale: #575757. Windows color (decimal): -1568946 or 5115880. OLE color: 5115880.
HSL color Cylindrical-coordinate representation of color #E80F4E: hue angle of 342.58º 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 #E80F4E is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 15 | 78 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.09 |
| HSL | 342.58º | 0.88% | 0.48% | - |
| HSV(B) | 342.58º | 0.94% | 0.91% | - |
| XYZ | 34.82 | 18.05 | 8.86 | - |
| YUV | 87.07 | 122.89 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 15 | 78 | 0 | 0.94 | 0.66 | 0.09 | 342.58 | 0.88 | 0.48 |
| Hex | E8 | F | 4E | 0 | 5E | 42 | 9 | 157 | 58 | 30 |
| Octal | 350 | 17 | 116 | 0 | 136 | 102 | 11 | 527 | 130 | 60 |
| Binary | 11101000 | 1111 | 1001110 | 0 | 1011110 | 1000010 | 1001 | 101010111 | 1011000 | 110000 |
Color Harmonies of #E80F4E
Complementary color
Monochromatic Colors of #E80F4E
Black with #E80F4E
Text Example
Text Example
White with #E80F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80F4E; }
p { color: rgb(232,15,78); }
H1.HeaderClassName
{
color: #E80F4E;
}
.AnyTagClassName
{
color: #E80F4E;
}
</style>
background-color css
<style>
a { background-color: #E80F4E; }
a { background-color: rgb(232,15,78); }
div.DivClassName
{
background-color: #E80F4E;
}
.BgClassName
{
background-color: #E80F4E;
}
</style>
border-color css
<style>
span { border-color: #E80F4E; }
span { border-color: rgb(232,15,78); }
td.TdClassName
{
border-color: #E80F4E;
}
.TagClassName
{
border-color: #E80F4E;
}
</style>