Shades of Razzmatazz #E1064D
Tints of Razzmatazz #E1064D
RGB
CMYK
RGB Variations
Color information
#E1064D (or 0xE1064D) is known color: Razzmatazz. HEX triplet: E1, 06 and 4D. RGB value is (225,6,77). Sum of RGB (Red+Green+Blue) = 225+6+77=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E1064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1064D is #1EF9B2. Grayscale: #4F4F4F. Windows color (decimal): -2030003 or 5048033. OLE color: 5048033.
HSL color Cylindrical-coordinate representation of color #E1064D: hue angle of 340.55º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E1064D is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 77 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.12 |
| HSL | 340.55º | 0.95% | 0.45% | - |
| HSV(B) | 340.55º | 0.97% | 0.88% | - |
| XYZ | 32.46 | 16.67 | 8.53 | - |
| YUV | 79.58 | 126.55 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 77 | 0 | 0.97 | 0.66 | 0.12 | 340.55 | 0.95 | 0.45 |
| Hex | E1 | 6 | 4D | 0 | 61 | 42 | C | 155 | 5F | 2D |
| Octal | 341 | 6 | 115 | 0 | 141 | 102 | 14 | 525 | 137 | 55 |
| Binary | 11100001 | 110 | 1001101 | 0 | 1100001 | 1000010 | 1100 | 101010101 | 1011111 | 101101 |
Color Harmonies of #E1064D
Complementary color
Monochromatic Colors of #E1064D
Black with #E1064D
Text Example
Text Example
White with #E1064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1064D; }
p { color: rgb(225,6,77); }
H1.HeaderClassName
{
color: #E1064D;
}
.AnyTagClassName
{
color: #E1064D;
}
</style>
background-color css
<style>
a { background-color: #E1064D; }
a { background-color: rgb(225,6,77); }
div.DivClassName
{
background-color: #E1064D;
}
.BgClassName
{
background-color: #E1064D;
}
</style>
border-color css
<style>
span { border-color: #E1064D; }
span { border-color: rgb(225,6,77); }
td.TdClassName
{
border-color: #E1064D;
}
.TagClassName
{
border-color: #E1064D;
}
</style>