Shades of Razzmatazz #E70D4A
Tints of Razzmatazz #E70D4A
RGB
CMYK
RGB Variations
Color information
#E70D4A (or 0xE70D4A) is known color: Razzmatazz. HEX triplet: E7, 0D and 4A. RGB value is (231,13,74). Sum of RGB (Red+Green+Blue) = 231+13+74=318 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.64% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D4A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70D4A is #18F2B5. Grayscale: #555555. Windows color (decimal): -1634998 or 4853223. OLE color: 4853223.
HSL color Cylindrical-coordinate representation of color #E70D4A: hue angle of 343.21º degrees, saturation: 0.89, 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 #E70D4A is Cyan = 0, Magento = 0.94, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 74 | - |
| CMYK | 0 | 0.94 | 0.68 | 0.09 |
| HSL | 343.21º | 0.89% | 0.48% | - |
| HSV(B) | 343.21º | 0.94% | 0.91% | - |
| XYZ | 34.33 | 17.77 | 8.1 | - |
| YUV | 85.14 | 121.72 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 74 | 0 | 0.94 | 0.68 | 0.09 | 343.21 | 0.89 | 0.48 |
| Hex | E7 | D | 4A | 0 | 5E | 44 | 9 | 157 | 59 | 30 |
| Octal | 347 | 15 | 112 | 0 | 136 | 104 | 11 | 527 | 131 | 60 |
| Binary | 11100111 | 1101 | 1001010 | 0 | 1011110 | 1000100 | 1001 | 101010111 | 1011001 | 110000 |
Color Harmonies of #E70D4A
Complementary color
Monochromatic Colors of #E70D4A
Black with #E70D4A
Text Example
Text Example
White with #E70D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70D4A; }
p { color: rgb(231,13,74); }
H1.HeaderClassName
{
color: #E70D4A;
}
.AnyTagClassName
{
color: #E70D4A;
}
</style>
background-color css
<style>
a { background-color: #E70D4A; }
a { background-color: rgb(231,13,74); }
div.DivClassName
{
background-color: #E70D4A;
}
.BgClassName
{
background-color: #E70D4A;
}
</style>
border-color css
<style>
span { border-color: #E70D4A; }
span { border-color: rgb(231,13,74); }
td.TdClassName
{
border-color: #E70D4A;
}
.TagClassName
{
border-color: #E70D4A;
}
</style>