Shades of Razzmatazz #E6014E
Tints of Razzmatazz #E6014E
RGB
CMYK
RGB Variations
Color information
#E6014E (or 0xE6014E) is known color: Razzmatazz. HEX triplet: E6, 01 and 4E. RGB value is (230,1,78). Sum of RGB (Red+Green+Blue) = 230+1+78=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E6014E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6014E is #19FEB1. Grayscale: #4E4E4E. Windows color (decimal): -1703602 or 5112294. OLE color: 5112294.
HSL color Cylindrical-coordinate representation of color #E6014E: hue angle of 339.83º 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 #E6014E is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.66 | 0.10 |
| HSL | 339.83º | 0.99% | 0.45% | - |
| HSV(B) | 339.83º | 1% | 0.9% | - |
| XYZ | 34.02 | 17.39 | 8.77 | - |
| YUV | 78.25 | 127.87 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 78 | 0 | 1.00 | 0.66 | 0.10 | 339.83 | 0.99 | 0.45 |
| Hex | E6 | 1 | 4E | 0 | 64 | 42 | A | 154 | 63 | 2D |
| Octal | 346 | 1 | 116 | 0 | 144 | 102 | 12 | 524 | 143 | 55 |
| Binary | 11100110 | 1 | 1001110 | 0 | 1100100 | 1000010 | 1010 | 101010100 | 1100011 | 101101 |
Color Harmonies of #E6014E
Complementary color
Monochromatic Colors of #E6014E
Black with #E6014E
Text Example
Text Example
White with #E6014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6014E; }
p { color: rgb(230,1,78); }
H1.HeaderClassName
{
color: #E6014E;
}
.AnyTagClassName
{
color: #E6014E;
}
</style>
background-color css
<style>
a { background-color: #E6014E; }
a { background-color: rgb(230,1,78); }
div.DivClassName
{
background-color: #E6014E;
}
.BgClassName
{
background-color: #E6014E;
}
</style>
border-color css
<style>
span { border-color: #E6014E; }
span { border-color: rgb(230,1,78); }
td.TdClassName
{
border-color: #E6014E;
}
.TagClassName
{
border-color: #E6014E;
}
</style>