Shades of Razzmatazz #E6014D
Tints of Razzmatazz #E6014D
RGB
CMYK
RGB Variations
Color information
#E6014D (or 0xE6014D) is known color: Razzmatazz. HEX triplet: E6, 01 and 4D. RGB value is (230,1,77). Sum of RGB (Red+Green+Blue) = 230+1+77=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E6014D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6014D is #19FEB2. Grayscale: #4E4E4E. Windows color (decimal): -1703603 or 5046758. OLE color: 5046758.
HSL color Cylindrical-coordinate representation of color #E6014D: hue angle of 340.09º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6014D is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 77 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.10 |
| HSL | 340.09º | 0.99% | 0.45% | - |
| HSV(B) | 340.09º | 1% | 0.9% | - |
| XYZ | 33.98 | 17.38 | 8.58 | - |
| YUV | 78.14 | 127.37 | 236.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 77 | 0 | 1.00 | 0.67 | 0.10 | 340.09 | 0.99 | 0.45 |
| Hex | E6 | 1 | 4D | 0 | 64 | 43 | A | 154 | 63 | 2D |
| Octal | 346 | 1 | 115 | 0 | 144 | 103 | 12 | 524 | 143 | 55 |
| Binary | 11100110 | 1 | 1001101 | 0 | 1100100 | 1000011 | 1010 | 101010100 | 1100011 | 101101 |
Color Harmonies of #E6014D
Complementary color
Monochromatic Colors of #E6014D
Black with #E6014D
Text Example
Text Example
White with #E6014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6014D; }
p { color: rgb(230,1,77); }
H1.HeaderClassName
{
color: #E6014D;
}
.AnyTagClassName
{
color: #E6014D;
}
</style>
background-color css
<style>
a { background-color: #E6014D; }
a { background-color: rgb(230,1,77); }
div.DivClassName
{
background-color: #E6014D;
}
.BgClassName
{
background-color: #E6014D;
}
</style>
border-color css
<style>
span { border-color: #E6014D; }
span { border-color: rgb(230,1,77); }
td.TdClassName
{
border-color: #E6014D;
}
.TagClassName
{
border-color: #E6014D;
}
</style>