Shades of Razzmatazz #E8014C
Tints of Razzmatazz #E8014C
RGB
CMYK
RGB Variations
Color information
#E8014C (or 0xE8014C) is known color: Razzmatazz. HEX triplet: E8, 01 and 4C. RGB value is (232,1,76). Sum of RGB (Red+Green+Blue) = 232+1+76=309 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.08% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 232 - color contains mainly: red. Hex color #E8014C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8014C is #17FEB3. Grayscale: #4E4E4E. Windows color (decimal): -1572532 or 4981224. OLE color: 4981224.
HSL color Cylindrical-coordinate representation of color #E8014C: hue angle of 340.52º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8014C is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 76 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.09 |
| HSL | 340.52º | 0.99% | 0.46% | - |
| HSV(B) | 340.52º | 1% | 0.91% | - |
| XYZ | 34.59 | 17.7 | 8.43 | - |
| YUV | 78.62 | 126.53 | 237.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 76 | 0 | 1.00 | 0.67 | 0.09 | 340.52 | 0.99 | 0.46 |
| Hex | E8 | 1 | 4C | 0 | 64 | 43 | 9 | 155 | 63 | 2E |
| Octal | 350 | 1 | 114 | 0 | 144 | 103 | 11 | 525 | 143 | 56 |
| Binary | 11101000 | 1 | 1001100 | 0 | 1100100 | 1000011 | 1001 | 101010101 | 1100011 | 101110 |
Color Harmonies of #E8014C
Complementary color
Monochromatic Colors of #E8014C
Black with #E8014C
Text Example
Text Example
White with #E8014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8014C; }
p { color: rgb(232,1,76); }
H1.HeaderClassName
{
color: #E8014C;
}
.AnyTagClassName
{
color: #E8014C;
}
</style>
background-color css
<style>
a { background-color: #E8014C; }
a { background-color: rgb(232,1,76); }
div.DivClassName
{
background-color: #E8014C;
}
.BgClassName
{
background-color: #E8014C;
}
</style>
border-color css
<style>
span { border-color: #E8014C; }
span { border-color: rgb(232,1,76); }
td.TdClassName
{
border-color: #E8014C;
}
.TagClassName
{
border-color: #E8014C;
}
</style>