Shades of Razzmatazz #E8054C
Tints of Razzmatazz #E8054C
RGB
CMYK
RGB Variations
Color information
#E8054C (or 0xE8054C) is known color: Razzmatazz. HEX triplet: E8, 05 and 4C. RGB value is (232,5,76). Sum of RGB (Red+Green+Blue) = 232+5+76=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E8054C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8054C is #17FAB3. Grayscale: #505050. Windows color (decimal): -1571508 or 4982248. OLE color: 4982248.
HSL color Cylindrical-coordinate representation of color #E8054C: hue angle of 341.23º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8054C is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 76 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.09 |
| HSL | 341.23º | 0.96% | 0.46% | - |
| HSV(B) | 341.23º | 0.98% | 0.91% | - |
| XYZ | 34.64 | 17.79 | 8.44 | - |
| YUV | 80.97 | 125.21 | 235.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 76 | 0 | 0.98 | 0.67 | 0.09 | 341.23 | 0.96 | 0.46 |
| Hex | E8 | 5 | 4C | 0 | 62 | 43 | 9 | 155 | 60 | 2E |
| Octal | 350 | 5 | 114 | 0 | 142 | 103 | 11 | 525 | 140 | 56 |
| Binary | 11101000 | 101 | 1001100 | 0 | 1100010 | 1000011 | 1001 | 101010101 | 1100000 | 101110 |
Color Harmonies of #E8054C
Complementary color
Monochromatic Colors of #E8054C
Black with #E8054C
Text Example
Text Example
White with #E8054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8054C; }
p { color: rgb(232,5,76); }
H1.HeaderClassName
{
color: #E8054C;
}
.AnyTagClassName
{
color: #E8054C;
}
</style>
background-color css
<style>
a { background-color: #E8054C; }
a { background-color: rgb(232,5,76); }
div.DivClassName
{
background-color: #E8054C;
}
.BgClassName
{
background-color: #E8054C;
}
</style>
border-color css
<style>
span { border-color: #E8054C; }
span { border-color: rgb(232,5,76); }
td.TdClassName
{
border-color: #E8054C;
}
.TagClassName
{
border-color: #E8054C;
}
</style>