Shades of Razzmatazz #E40A4F
Tints of Razzmatazz #E40A4F
RGB
CMYK
RGB Variations
Color information
#E40A4F (or 0xE40A4F) is known color: Razzmatazz. HEX triplet: E4, 0A and 4F. RGB value is (228,10,79). Sum of RGB (Red+Green+Blue) = 228+10+79=317 (41% of max value = 765). Red value is 228 (89.45% from 255 or 71.92% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 228 - color contains mainly: red. Hex color #E40A4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40A4F is #1BF5B0. Grayscale: #525252. Windows color (decimal): -1832369 or 5180132. OLE color: 5180132.
HSL color Cylindrical-coordinate representation of color #E40A4F: hue angle of 341.01º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40A4F is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 10 | 79 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.11 |
| HSL | 341.01º | 0.92% | 0.47% | - |
| HSV(B) | 341.01º | 0.96% | 0.89% | - |
| XYZ | 33.51 | 17.28 | 8.97 | - |
| YUV | 83.05 | 125.72 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 79 | 0 | 0.96 | 0.65 | 0.11 | 341.01 | 0.92 | 0.47 |
| Hex | E4 | A | 4F | 0 | 60 | 41 | B | 155 | 5C | 2F |
| Octal | 344 | 12 | 117 | 0 | 140 | 101 | 13 | 525 | 134 | 57 |
| Binary | 11100100 | 1010 | 1001111 | 0 | 1100000 | 1000001 | 1011 | 101010101 | 1011100 | 101111 |
Color Harmonies of #E40A4F
Complementary color
Monochromatic Colors of #E40A4F
Black with #E40A4F
Text Example
Text Example
White with #E40A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40A4F; }
p { color: rgb(228,10,79); }
H1.HeaderClassName
{
color: #E40A4F;
}
.AnyTagClassName
{
color: #E40A4F;
}
</style>
background-color css
<style>
a { background-color: #E40A4F; }
a { background-color: rgb(228,10,79); }
div.DivClassName
{
background-color: #E40A4F;
}
.BgClassName
{
background-color: #E40A4F;
}
</style>
border-color css
<style>
span { border-color: #E40A4F; }
span { border-color: rgb(228,10,79); }
td.TdClassName
{
border-color: #E40A4F;
}
.TagClassName
{
border-color: #E40A4F;
}
</style>