Shades of Razzmatazz #E1084A
Tints of Razzmatazz #E1084A
RGB
CMYK
RGB Variations
Color information
#E1084A (or 0xE1084A) is known color: Razzmatazz. HEX triplet: E1, 08 and 4A. RGB value is (225,8,74). Sum of RGB (Red+Green+Blue) = 225+8+74=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E1084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1084A is #1EF7B5. Grayscale: #505050. Windows color (decimal): -2029494 or 4851937. OLE color: 4851937.
HSL color Cylindrical-coordinate representation of color #E1084A: hue angle of 341.75º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1084A is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 8 | 74 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.12 |
| HSL | 341.75º | 0.93% | 0.46% | - |
| HSV(B) | 341.75º | 0.96% | 0.88% | - |
| XYZ | 32.37 | 16.68 | 7.99 | - |
| YUV | 80.41 | 124.39 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 8 | 74 | 0 | 0.96 | 0.67 | 0.12 | 341.75 | 0.93 | 0.46 |
| Hex | E1 | 8 | 4A | 0 | 60 | 43 | C | 156 | 5D | 2E |
| Octal | 341 | 10 | 112 | 0 | 140 | 103 | 14 | 526 | 135 | 56 |
| Binary | 11100001 | 1000 | 1001010 | 0 | 1100000 | 1000011 | 1100 | 101010110 | 1011101 | 101110 |
Color Harmonies of #E1084A
Complementary color
Monochromatic Colors of #E1084A
Black with #E1084A
Text Example
Text Example
White with #E1084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1084A; }
p { color: rgb(225,8,74); }
H1.HeaderClassName
{
color: #E1084A;
}
.AnyTagClassName
{
color: #E1084A;
}
</style>
background-color css
<style>
a { background-color: #E1084A; }
a { background-color: rgb(225,8,74); }
div.DivClassName
{
background-color: #E1084A;
}
.BgClassName
{
background-color: #E1084A;
}
</style>
border-color css
<style>
span { border-color: #E1084A; }
span { border-color: rgb(225,8,74); }
td.TdClassName
{
border-color: #E1084A;
}
.TagClassName
{
border-color: #E1084A;
}
</style>