Shades of Razzmatazz #E41551
Tints of Razzmatazz #E41551
RGB
CMYK
RGB Variations
Color information
#E41551 (or 0xE41551) is known color: Razzmatazz. HEX triplet: E4, 15 and 51. RGB value is (228,21,81). Sum of RGB (Red+Green+Blue) = 228+21+81=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E41551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41551 is #1BEAAE. Grayscale: #595959. Windows color (decimal): -1829551 or 5314020. OLE color: 5314020.
HSL color Cylindrical-coordinate representation of color #E41551: hue angle of 342.61º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E41551 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 81 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.11 |
| HSL | 342.61º | 0.83% | 0.49% | - |
| HSV(B) | 342.61º | 0.91% | 0.89% | - |
| XYZ | 33.75 | 17.62 | 9.41 | - |
| YUV | 89.73 | 123.08 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 81 | 0 | 0.91 | 0.64 | 0.11 | 342.61 | 0.83 | 0.49 |
| Hex | E4 | 15 | 51 | 0 | 5B | 40 | B | 157 | 53 | 31 |
| Octal | 344 | 25 | 121 | 0 | 133 | 100 | 13 | 527 | 123 | 61 |
| Binary | 11100100 | 10101 | 1010001 | 0 | 1011011 | 1000000 | 1011 | 101010111 | 1010011 | 110001 |
Color Harmonies of #E41551
Complementary color
Monochromatic Colors of #E41551
Black with #E41551
Text Example
Text Example
White with #E41551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41551; }
p { color: rgb(228,21,81); }
H1.HeaderClassName
{
color: #E41551;
}
.AnyTagClassName
{
color: #E41551;
}
</style>
background-color css
<style>
a { background-color: #E41551; }
a { background-color: rgb(228,21,81); }
div.DivClassName
{
background-color: #E41551;
}
.BgClassName
{
background-color: #E41551;
}
</style>
border-color css
<style>
span { border-color: #E41551; }
span { border-color: rgb(228,21,81); }
td.TdClassName
{
border-color: #E41551;
}
.TagClassName
{
border-color: #E41551;
}
</style>