Shades of Razzmatazz #E41452
Tints of Razzmatazz #E41452
RGB
CMYK
RGB Variations
Color information
#E41452 (or 0xE41452) is known color: Razzmatazz. HEX triplet: E4, 14 and 52. RGB value is (228,20,82). Sum of RGB (Red+Green+Blue) = 228+20+82=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E41452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41452 is #1BEBAD. Grayscale: #595959. Windows color (decimal): -1829806 or 5379300. OLE color: 5379300.
HSL color Cylindrical-coordinate representation of color #E41452: hue angle of 342.12º degrees, saturation: 0.84, 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 #E41452 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 20 | 82 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.11 |
| HSL | 342.12º | 0.84% | 0.49% | - |
| HSV(B) | 342.12º | 0.91% | 0.89% | - |
| XYZ | 33.77 | 17.6 | 9.6 | - |
| YUV | 89.26 | 123.91 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 20 | 82 | 0 | 0.91 | 0.64 | 0.11 | 342.12 | 0.84 | 0.49 |
| Hex | E4 | 14 | 52 | 0 | 5B | 40 | B | 156 | 54 | 31 |
| Octal | 344 | 24 | 122 | 0 | 133 | 100 | 13 | 526 | 124 | 61 |
| Binary | 11100100 | 10100 | 1010010 | 0 | 1011011 | 1000000 | 1011 | 101010110 | 1010100 | 110001 |
Color Harmonies of #E41452
Complementary color
Monochromatic Colors of #E41452
Black with #E41452
Text Example
Text Example
White with #E41452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41452; }
p { color: rgb(228,20,82); }
H1.HeaderClassName
{
color: #E41452;
}
.AnyTagClassName
{
color: #E41452;
}
</style>
background-color css
<style>
a { background-color: #E41452; }
a { background-color: rgb(228,20,82); }
div.DivClassName
{
background-color: #E41452;
}
.BgClassName
{
background-color: #E41452;
}
</style>
border-color css
<style>
span { border-color: #E41452; }
span { border-color: rgb(228,20,82); }
td.TdClassName
{
border-color: #E41452;
}
.TagClassName
{
border-color: #E41452;
}
</style>