Shades of Razzmatazz #E41254
Tints of Razzmatazz #E41254
RGB
CMYK
RGB Variations
Color information
#E41254 (or 0xE41254) is known color: Razzmatazz. HEX triplet: E4, 12 and 54. RGB value is (228,18,84). Sum of RGB (Red+Green+Blue) = 228+18+84=330 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.09% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 228 - color contains mainly: red. Hex color #E41254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E41254 is #1BEDAB. Grayscale: #585858. Windows color (decimal): -1830316 or 5509860. OLE color: 5509860.
HSL color Cylindrical-coordinate representation of color #E41254: hue angle of 341.14º 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 #E41254 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 84 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.11 |
| HSL | 341.14º | 0.85% | 0.48% | - |
| HSV(B) | 341.14º | 0.92% | 0.89% | - |
| XYZ | 33.81 | 17.57 | 10 | - |
| YUV | 88.31 | 125.57 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 84 | 0 | 0.92 | 0.63 | 0.11 | 341.14 | 0.85 | 0.48 |
| Hex | E4 | 12 | 54 | 0 | 5C | 3F | B | 155 | 55 | 30 |
| Octal | 344 | 22 | 124 | 0 | 134 | 77 | 13 | 525 | 125 | 60 |
| Binary | 11100100 | 10010 | 1010100 | 0 | 1011100 | 111111 | 1011 | 101010101 | 1010101 | 110000 |
Color Harmonies of #E41254
Complementary color
Monochromatic Colors of #E41254
Black with #E41254
Text Example
Text Example
White with #E41254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41254; }
p { color: rgb(228,18,84); }
H1.HeaderClassName
{
color: #E41254;
}
.AnyTagClassName
{
color: #E41254;
}
</style>
background-color css
<style>
a { background-color: #E41254; }
a { background-color: rgb(228,18,84); }
div.DivClassName
{
background-color: #E41254;
}
.BgClassName
{
background-color: #E41254;
}
</style>
border-color css
<style>
span { border-color: #E41254; }
span { border-color: rgb(228,18,84); }
td.TdClassName
{
border-color: #E41254;
}
.TagClassName
{
border-color: #E41254;
}
</style>