Shades of Razzmatazz #E5084B
Tints of Razzmatazz #E5084B
RGB
CMYK
RGB Variations
Color information
#E5084B (or 0xE5084B) is known color: Razzmatazz. HEX triplet: E5, 08 and 4B. RGB value is (229,8,75). Sum of RGB (Red+Green+Blue) = 229+8+75=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E5084B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5084B is #1AF7B4. Grayscale: #515151. Windows color (decimal): -1767349 or 4917477. OLE color: 4917477.
HSL color Cylindrical-coordinate representation of color #E5084B: hue angle of 341.81º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5084B is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 8 | 75 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.10 |
| HSL | 341.81º | 0.93% | 0.46% | - |
| HSV(B) | 341.81º | 0.97% | 0.9% | - |
| XYZ | 33.67 | 17.34 | 8.23 | - |
| YUV | 81.72 | 124.22 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 8 | 75 | 0 | 0.97 | 0.67 | 0.10 | 341.81 | 0.93 | 0.46 |
| Hex | E5 | 8 | 4B | 0 | 61 | 43 | A | 156 | 5D | 2E |
| Octal | 345 | 10 | 113 | 0 | 141 | 103 | 12 | 526 | 135 | 56 |
| Binary | 11100101 | 1000 | 1001011 | 0 | 1100001 | 1000011 | 1010 | 101010110 | 1011101 | 101110 |
Color Harmonies of #E5084B
Complementary color
Monochromatic Colors of #E5084B
Black with #E5084B
Text Example
Text Example
White with #E5084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5084B; }
p { color: rgb(229,8,75); }
H1.HeaderClassName
{
color: #E5084B;
}
.AnyTagClassName
{
color: #E5084B;
}
</style>
background-color css
<style>
a { background-color: #E5084B; }
a { background-color: rgb(229,8,75); }
div.DivClassName
{
background-color: #E5084B;
}
.BgClassName
{
background-color: #E5084B;
}
</style>
border-color css
<style>
span { border-color: #E5084B; }
span { border-color: rgb(229,8,75); }
td.TdClassName
{
border-color: #E5084B;
}
.TagClassName
{
border-color: #E5084B;
}
</style>