Shades of Razzmatazz #E31450
Tints of Razzmatazz #E31450
RGB
CMYK
RGB Variations
Color information
#E31450 (or 0xE31450) is known color: Razzmatazz. HEX triplet: E3, 14 and 50. RGB value is (227,20,80). Sum of RGB (Red+Green+Blue) = 227+20+80=327 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.42% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 227 - color contains mainly: red. Hex color #E31450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E31450 is #1CEBAF. Grayscale: #585858. Windows color (decimal): -1895344 or 5248227. OLE color: 5248227.
HSL color Cylindrical-coordinate representation of color #E31450: hue angle of 342.61º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E31450 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 80 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.11 |
| HSL | 342.61º | 0.84% | 0.48% | - |
| HSV(B) | 342.61º | 0.91% | 0.89% | - |
| XYZ | 33.38 | 17.41 | 9.19 | - |
| YUV | 88.73 | 123.08 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 80 | 0 | 0.91 | 0.65 | 0.11 | 342.61 | 0.84 | 0.48 |
| Hex | E3 | 14 | 50 | 0 | 5B | 41 | B | 157 | 54 | 30 |
| Octal | 343 | 24 | 120 | 0 | 133 | 101 | 13 | 527 | 124 | 60 |
| Binary | 11100011 | 10100 | 1010000 | 0 | 1011011 | 1000001 | 1011 | 101010111 | 1010100 | 110000 |
Color Harmonies of #E31450
Complementary color
Monochromatic Colors of #E31450
Black with #E31450
Text Example
Text Example
White with #E31450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31450; }
p { color: rgb(227,20,80); }
H1.HeaderClassName
{
color: #E31450;
}
.AnyTagClassName
{
color: #E31450;
}
</style>
background-color css
<style>
a { background-color: #E31450; }
a { background-color: rgb(227,20,80); }
div.DivClassName
{
background-color: #E31450;
}
.BgClassName
{
background-color: #E31450;
}
</style>
border-color css
<style>
span { border-color: #E31450; }
span { border-color: rgb(227,20,80); }
td.TdClassName
{
border-color: #E31450;
}
.TagClassName
{
border-color: #E31450;
}
</style>