Shades of Razzmatazz #E6124D
Tints of Razzmatazz #E6124D
RGB
CMYK
RGB Variations
Color information
#E6124D (or 0xE6124D) is known color: Razzmatazz. HEX triplet: E6, 12 and 4D. RGB value is (230,18,77). Sum of RGB (Red+Green+Blue) = 230+18+77=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E6124D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6124D is #19EDB2. Grayscale: #585858. Windows color (decimal): -1699251 or 5051110. OLE color: 5051110.
HSL color Cylindrical-coordinate representation of color #E6124D: hue angle of 343.3º 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 #E6124D is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 77 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.10 |
| HSL | 343.3º | 0.85% | 0.49% | - |
| HSV(B) | 343.3º | 0.92% | 0.9% | - |
| XYZ | 34.19 | 17.79 | 8.65 | - |
| YUV | 88.11 | 121.74 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 77 | 0 | 0.92 | 0.67 | 0.10 | 343.3 | 0.85 | 0.49 |
| Hex | E6 | 12 | 4D | 0 | 5C | 43 | A | 157 | 55 | 31 |
| Octal | 346 | 22 | 115 | 0 | 134 | 103 | 12 | 527 | 125 | 61 |
| Binary | 11100110 | 10010 | 1001101 | 0 | 1011100 | 1000011 | 1010 | 101010111 | 1010101 | 110001 |
Color Harmonies of #E6124D
Complementary color
Monochromatic Colors of #E6124D
Black with #E6124D
Text Example
Text Example
White with #E6124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6124D; }
p { color: rgb(230,18,77); }
H1.HeaderClassName
{
color: #E6124D;
}
.AnyTagClassName
{
color: #E6124D;
}
</style>
background-color css
<style>
a { background-color: #E6124D; }
a { background-color: rgb(230,18,77); }
div.DivClassName
{
background-color: #E6124D;
}
.BgClassName
{
background-color: #E6124D;
}
</style>
border-color css
<style>
span { border-color: #E6124D; }
span { border-color: rgb(230,18,77); }
td.TdClassName
{
border-color: #E6124D;
}
.TagClassName
{
border-color: #E6124D;
}
</style>