Shades of Razzmatazz #E6014A
Tints of Razzmatazz #E6014A
RGB
CMYK
RGB Variations
Color information
#E6014A (or 0xE6014A) is known color: Razzmatazz. HEX triplet: E6, 01 and 4A. RGB value is (230,1,74). Sum of RGB (Red+Green+Blue) = 230+1+74=305 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.41% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 230 - color contains mainly: red. Hex color #E6014A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6014A is #19FEB5. Grayscale: #4D4D4D. Windows color (decimal): -1703606 or 4850150. OLE color: 4850150.
HSL color Cylindrical-coordinate representation of color #E6014A: hue angle of 340.87º 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 #E6014A is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 74 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.10 |
| HSL | 340.87º | 0.99% | 0.45% | - |
| HSV(B) | 340.87º | 1% | 0.9% | - |
| XYZ | 33.88 | 17.34 | 8.04 | - |
| YUV | 77.79 | 125.87 | 236.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 74 | 0 | 1.00 | 0.68 | 0.10 | 340.87 | 0.99 | 0.45 |
| Hex | E6 | 1 | 4A | 0 | 64 | 44 | A | 155 | 63 | 2D |
| Octal | 346 | 1 | 112 | 0 | 144 | 104 | 12 | 525 | 143 | 55 |
| Binary | 11100110 | 1 | 1001010 | 0 | 1100100 | 1000100 | 1010 | 101010101 | 1100011 | 101101 |
Color Harmonies of #E6014A
Complementary color
Monochromatic Colors of #E6014A
Black with #E6014A
Text Example
Text Example
White with #E6014A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6014A; }
p { color: rgb(230,1,74); }
H1.HeaderClassName
{
color: #E6014A;
}
.AnyTagClassName
{
color: #E6014A;
}
</style>
background-color css
<style>
a { background-color: #E6014A; }
a { background-color: rgb(230,1,74); }
div.DivClassName
{
background-color: #E6014A;
}
.BgClassName
{
background-color: #E6014A;
}
</style>
border-color css
<style>
span { border-color: #E6014A; }
span { border-color: rgb(230,1,74); }
td.TdClassName
{
border-color: #E6014A;
}
.TagClassName
{
border-color: #E6014A;
}
</style>