Shades of Razzmatazz #E41550
Tints of Razzmatazz #E41550
RGB
CMYK
RGB Variations
Color information
#E41550 (or 0xE41550) is known color: Razzmatazz. HEX triplet: E4, 15 and 50. RGB value is (228,21,80). Sum of RGB (Red+Green+Blue) = 228+21+80=329 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.30% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 228 - color contains mainly: red. Hex color #E41550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41550 is #1BEAAF. Grayscale: #595959. Windows color (decimal): -1829552 or 5248484. OLE color: 5248484.
HSL color Cylindrical-coordinate representation of color #E41550: hue angle of 342.9º 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 #E41550 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 21 | 80 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.11 |
| HSL | 342.9º | 0.83% | 0.49% | - |
| HSV(B) | 342.9º | 0.91% | 0.89% | - |
| XYZ | 33.71 | 17.61 | 9.21 | - |
| YUV | 89.62 | 122.58 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 80 | 0 | 0.91 | 0.65 | 0.11 | 342.9 | 0.83 | 0.49 |
| Hex | E4 | 15 | 50 | 0 | 5B | 41 | B | 157 | 53 | 31 |
| Octal | 344 | 25 | 120 | 0 | 133 | 101 | 13 | 527 | 123 | 61 |
| Binary | 11100100 | 10101 | 1010000 | 0 | 1011011 | 1000001 | 1011 | 101010111 | 1010011 | 110001 |
Color Harmonies of #E41550
Complementary color
Monochromatic Colors of #E41550
Black with #E41550
Text Example
Text Example
White with #E41550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41550; }
p { color: rgb(228,21,80); }
H1.HeaderClassName
{
color: #E41550;
}
.AnyTagClassName
{
color: #E41550;
}
</style>
background-color css
<style>
a { background-color: #E41550; }
a { background-color: rgb(228,21,80); }
div.DivClassName
{
background-color: #E41550;
}
.BgClassName
{
background-color: #E41550;
}
</style>
border-color css
<style>
span { border-color: #E41550; }
span { border-color: rgb(228,21,80); }
td.TdClassName
{
border-color: #E41550;
}
.TagClassName
{
border-color: #E41550;
}
</style>