Shades of Razzmatazz #E4084E
Tints of Razzmatazz #E4084E
RGB
CMYK
RGB Variations
Color information
#E4084E (or 0xE4084E) is known color: Razzmatazz. HEX triplet: E4, 08 and 4E. RGB value is (228,8,78). Sum of RGB (Red+Green+Blue) = 228+8+78=314 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.61% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 228 - color contains mainly: red. Hex color #E4084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4084E is #1BF7B1. Grayscale: #515151. Windows color (decimal): -1832882 or 5114084. OLE color: 5114084.
HSL color Cylindrical-coordinate representation of color #E4084E: hue angle of 340.91º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E4084E is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 78 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.11 |
| HSL | 340.91º | 0.93% | 0.46% | - |
| HSV(B) | 340.91º | 0.96% | 0.89% | - |
| XYZ | 33.46 | 17.22 | 8.77 | - |
| YUV | 81.76 | 125.89 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 78 | 0 | 0.96 | 0.66 | 0.11 | 340.91 | 0.93 | 0.46 |
| Hex | E4 | 8 | 4E | 0 | 60 | 42 | B | 155 | 5D | 2E |
| Octal | 344 | 10 | 116 | 0 | 140 | 102 | 13 | 525 | 135 | 56 |
| Binary | 11100100 | 1000 | 1001110 | 0 | 1100000 | 1000010 | 1011 | 101010101 | 1011101 | 101110 |
Color Harmonies of #E4084E
Complementary color
Monochromatic Colors of #E4084E
Black with #E4084E
Text Example
Text Example
White with #E4084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4084E; }
p { color: rgb(228,8,78); }
H1.HeaderClassName
{
color: #E4084E;
}
.AnyTagClassName
{
color: #E4084E;
}
</style>
background-color css
<style>
a { background-color: #E4084E; }
a { background-color: rgb(228,8,78); }
div.DivClassName
{
background-color: #E4084E;
}
.BgClassName
{
background-color: #E4084E;
}
</style>
border-color css
<style>
span { border-color: #E4084E; }
span { border-color: rgb(228,8,78); }
td.TdClassName
{
border-color: #E4084E;
}
.TagClassName
{
border-color: #E4084E;
}
</style>