Shades of Razzmatazz #E6114D
Tints of Razzmatazz #E6114D
RGB
CMYK
RGB Variations
Color information
#E6114D (or 0xE6114D) is known color: Razzmatazz. HEX triplet: E6, 11 and 4D. RGB value is (230,17,77). Sum of RGB (Red+Green+Blue) = 230+17+77=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E6114D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6114D is #19EEB2. Grayscale: #575757. Windows color (decimal): -1699507 or 5050854. OLE color: 5050854.
HSL color Cylindrical-coordinate representation of color #E6114D: hue angle of 343.1º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6114D is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 77 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.10 |
| HSL | 343.1º | 0.86% | 0.48% | - |
| HSV(B) | 343.1º | 0.93% | 0.9% | - |
| XYZ | 34.17 | 17.76 | 8.65 | - |
| YUV | 87.53 | 122.07 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 77 | 0 | 0.93 | 0.67 | 0.10 | 343.1 | 0.86 | 0.48 |
| Hex | E6 | 11 | 4D | 0 | 5D | 43 | A | 157 | 56 | 30 |
| Octal | 346 | 21 | 115 | 0 | 135 | 103 | 12 | 527 | 126 | 60 |
| Binary | 11100110 | 10001 | 1001101 | 0 | 1011101 | 1000011 | 1010 | 101010111 | 1010110 | 110000 |
Color Harmonies of #E6114D
Complementary color
Monochromatic Colors of #E6114D
Black with #E6114D
Text Example
Text Example
White with #E6114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6114D; }
p { color: rgb(230,17,77); }
H1.HeaderClassName
{
color: #E6114D;
}
.AnyTagClassName
{
color: #E6114D;
}
</style>
background-color css
<style>
a { background-color: #E6114D; }
a { background-color: rgb(230,17,77); }
div.DivClassName
{
background-color: #E6114D;
}
.BgClassName
{
background-color: #E6114D;
}
</style>
border-color css
<style>
span { border-color: #E6114D; }
span { border-color: rgb(230,17,77); }
td.TdClassName
{
border-color: #E6114D;
}
.TagClassName
{
border-color: #E6114D;
}
</style>