Shades of Razzmatazz #E71351
Tints of Razzmatazz #E71351
RGB
CMYK
RGB Variations
Color information
#E71351 (or 0xE71351) is known color: Razzmatazz. HEX triplet: E7, 13 and 51. RGB value is (231,19,81). Sum of RGB (Red+Green+Blue) = 231+19+81=331 (43% of max value = 765). Red value is 231 (90.62% from 255 or 69.79% from 331); Green value is 19 (7.81% from 255 or 5.74% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 231 - color contains mainly: red. Hex color #E71351 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E71351 is #18ECAE. Grayscale: #595959. Windows color (decimal): -1633455 or 5313511. OLE color: 5313511.
HSL color Cylindrical-coordinate representation of color #E71351: hue angle of 342.45º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E71351 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 81 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.09 |
| HSL | 342.45º | 0.85% | 0.49% | - |
| HSV(B) | 342.45º | 0.92% | 0.91% | - |
| XYZ | 34.67 | 18.05 | 9.44 | - |
| YUV | 89.46 | 123.24 | 228.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 81 | 0 | 0.92 | 0.65 | 0.09 | 342.45 | 0.85 | 0.49 |
| Hex | E7 | 13 | 51 | 0 | 5C | 41 | 9 | 156 | 55 | 31 |
| Octal | 347 | 23 | 121 | 0 | 134 | 101 | 11 | 526 | 125 | 61 |
| Binary | 11100111 | 10011 | 1010001 | 0 | 1011100 | 1000001 | 1001 | 101010110 | 1010101 | 110001 |
Color Harmonies of #E71351
Complementary color
Monochromatic Colors of #E71351
Black with #E71351
Text Example
Text Example
White with #E71351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71351; }
p { color: rgb(231,19,81); }
H1.HeaderClassName
{
color: #E71351;
}
.AnyTagClassName
{
color: #E71351;
}
</style>
background-color css
<style>
a { background-color: #E71351; }
a { background-color: rgb(231,19,81); }
div.DivClassName
{
background-color: #E71351;
}
.BgClassName
{
background-color: #E71351;
}
</style>
border-color css
<style>
span { border-color: #E71351; }
span { border-color: rgb(231,19,81); }
td.TdClassName
{
border-color: #E71351;
}
.TagClassName
{
border-color: #E71351;
}
</style>