Shades of Razzmatazz #E6004E
Tints of Razzmatazz #E6004E
RGB
CMYK
RGB Variations
Color information
#E6004E (or 0xE6004E) is known color: Razzmatazz. HEX triplet: E6, 00 and 4E. RGB value is (230,0,78). Sum of RGB (Red+Green+Blue) = 230+0+78=308 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.68% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 230 - color contains mainly: red. Hex color #E6004E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6004E is #19FFB1. Grayscale: #4D4D4D. Windows color (decimal): -1703858 or 5112038. OLE color: 5112038.
HSL color Cylindrical-coordinate representation of color #E6004E: hue angle of 339.65º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6004E is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.66 | 0.10 |
| HSL | 339.65º | 1% | 0.45% | - |
| HSV(B) | 339.65º | 1% | 0.9% | - |
| XYZ | 34.01 | 17.37 | 8.77 | - |
| YUV | 77.66 | 128.2 | 236.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 78 | 0 | 1 | 0.66 | 0.10 | 339.65 | 1 | 0.45 |
| Hex | E6 | 0 | 4E | 0 | 64 | 42 | A | 154 | 64 | 2D |
| Octal | 346 | 0 | 116 | 0 | 144 | 102 | 12 | 524 | 144 | 55 |
| Binary | 11100110 | 0 | 1001110 | 0 | 1100100 | 1000010 | 1010 | 101010100 | 1100100 | 101101 |
Color Harmonies of #E6004E
Complementary color
Monochromatic Colors of #E6004E
Black with #E6004E
Text Example
Text Example
White with #E6004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6004E; }
p { color: rgb(230,0,78); }
H1.HeaderClassName
{
color: #E6004E;
}
.AnyTagClassName
{
color: #E6004E;
}
</style>
background-color css
<style>
a { background-color: #E6004E; }
a { background-color: rgb(230,0,78); }
div.DivClassName
{
background-color: #E6004E;
}
.BgClassName
{
background-color: #E6004E;
}
</style>
border-color css
<style>
span { border-color: #E6004E; }
span { border-color: rgb(230,0,78); }
td.TdClassName
{
border-color: #E6004E;
}
.TagClassName
{
border-color: #E6004E;
}
</style>