Shades of Razzmatazz #E6034F
Tints of Razzmatazz #E6034F
RGB
CMYK
RGB Variations
Color information
#E6034F (or 0xE6034F) is known color: Razzmatazz. HEX triplet: E6, 03 and 4F. RGB value is (230,3,79). Sum of RGB (Red+Green+Blue) = 230+3+79=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E6034F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6034F is #19FCB0. Grayscale: #4F4F4F. Windows color (decimal): -1703089 or 5178342. OLE color: 5178342.
HSL color Cylindrical-coordinate representation of color #E6034F: hue angle of 339.91º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6034F is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 3 | 79 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.10 |
| HSL | 339.91º | 0.97% | 0.46% | - |
| HSV(B) | 339.91º | 0.99% | 0.9% | - |
| XYZ | 34.08 | 17.45 | 8.97 | - |
| YUV | 79.54 | 127.71 | 235.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 79 | 0 | 0.99 | 0.66 | 0.10 | 339.91 | 0.97 | 0.46 |
| Hex | E6 | 3 | 4F | 0 | 63 | 42 | A | 154 | 61 | 2E |
| Octal | 346 | 3 | 117 | 0 | 143 | 102 | 12 | 524 | 141 | 56 |
| Binary | 11100110 | 11 | 1001111 | 0 | 1100011 | 1000010 | 1010 | 101010100 | 1100001 | 101110 |
Color Harmonies of #E6034F
Complementary color
Monochromatic Colors of #E6034F
Black with #E6034F
Text Example
Text Example
White with #E6034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6034F; }
p { color: rgb(230,3,79); }
H1.HeaderClassName
{
color: #E6034F;
}
.AnyTagClassName
{
color: #E6034F;
}
</style>
background-color css
<style>
a { background-color: #E6034F; }
a { background-color: rgb(230,3,79); }
div.DivClassName
{
background-color: #E6034F;
}
.BgClassName
{
background-color: #E6034F;
}
</style>
border-color css
<style>
span { border-color: #E6034F; }
span { border-color: rgb(230,3,79); }
td.TdClassName
{
border-color: #E6034F;
}
.TagClassName
{
border-color: #E6034F;
}
</style>