Shades of Razzmatazz #E6134D
Tints of Razzmatazz #E6134D
RGB
CMYK
RGB Variations
Color information
#E6134D (or 0xE6134D) is known color: Razzmatazz. HEX triplet: E6, 13 and 4D. RGB value is (230,19,77). Sum of RGB (Red+Green+Blue) = 230+19+77=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E6134D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6134D is #19ECB2. Grayscale: #585858. Windows color (decimal): -1698995 or 5051366. OLE color: 5051366.
HSL color Cylindrical-coordinate representation of color #E6134D: hue angle of 343.51º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E6134D is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 77 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.10 |
| HSL | 343.51º | 0.85% | 0.49% | - |
| HSV(B) | 343.51º | 0.92% | 0.9% | - |
| XYZ | 34.21 | 17.82 | 8.66 | - |
| YUV | 88.7 | 121.4 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 77 | 0 | 0.92 | 0.67 | 0.10 | 343.51 | 0.85 | 0.49 |
| Hex | E6 | 13 | 4D | 0 | 5C | 43 | A | 158 | 55 | 31 |
| Octal | 346 | 23 | 115 | 0 | 134 | 103 | 12 | 530 | 125 | 61 |
| Binary | 11100110 | 10011 | 1001101 | 0 | 1011100 | 1000011 | 1010 | 101011000 | 1010101 | 110001 |
Color Harmonies of #E6134D
Complementary color
Monochromatic Colors of #E6134D
Black with #E6134D
Text Example
Text Example
White with #E6134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6134D; }
p { color: rgb(230,19,77); }
H1.HeaderClassName
{
color: #E6134D;
}
.AnyTagClassName
{
color: #E6134D;
}
</style>
background-color css
<style>
a { background-color: #E6134D; }
a { background-color: rgb(230,19,77); }
div.DivClassName
{
background-color: #E6134D;
}
.BgClassName
{
background-color: #E6134D;
}
</style>
border-color css
<style>
span { border-color: #E6134D; }
span { border-color: rgb(230,19,77); }
td.TdClassName
{
border-color: #E6134D;
}
.TagClassName
{
border-color: #E6134D;
}
</style>