Shades of Razzmatazz #E31251
Tints of Razzmatazz #E31251
RGB
CMYK
RGB Variations
Color information
#E31251 (or 0xE31251) is known color: Razzmatazz. HEX triplet: E3, 12 and 51. RGB value is (227,18,81). Sum of RGB (Red+Green+Blue) = 227+18+81=326 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.63% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 227 - color contains mainly: red. Hex color #E31251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31251 is #1CEDAE. Grayscale: #575757. Windows color (decimal): -1895855 or 5313251. OLE color: 5313251.
HSL color Cylindrical-coordinate representation of color #E31251: hue angle of 341.91º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E31251 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 18 | 81 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.11 |
| HSL | 341.91º | 0.85% | 0.48% | - |
| HSV(B) | 341.91º | 0.92% | 0.89% | - |
| XYZ | 33.38 | 17.36 | 9.38 | - |
| YUV | 87.67 | 124.24 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 18 | 81 | 0 | 0.92 | 0.64 | 0.11 | 341.91 | 0.85 | 0.48 |
| Hex | E3 | 12 | 51 | 0 | 5C | 40 | B | 156 | 55 | 30 |
| Octal | 343 | 22 | 121 | 0 | 134 | 100 | 13 | 526 | 125 | 60 |
| Binary | 11100011 | 10010 | 1010001 | 0 | 1011100 | 1000000 | 1011 | 101010110 | 1010101 | 110000 |
Color Harmonies of #E31251
Complementary color
Monochromatic Colors of #E31251
Black with #E31251
Text Example
Text Example
White with #E31251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31251; }
p { color: rgb(227,18,81); }
H1.HeaderClassName
{
color: #E31251;
}
.AnyTagClassName
{
color: #E31251;
}
</style>
background-color css
<style>
a { background-color: #E31251; }
a { background-color: rgb(227,18,81); }
div.DivClassName
{
background-color: #E31251;
}
.BgClassName
{
background-color: #E31251;
}
</style>
border-color css
<style>
span { border-color: #E31251; }
span { border-color: rgb(227,18,81); }
td.TdClassName
{
border-color: #E31251;
}
.TagClassName
{
border-color: #E31251;
}
</style>