Shades of Razzmatazz #E6015D
Tints of Razzmatazz #E6015D
RGB
CMYK
RGB Variations
Color information
#E6015D (or 0xE6015D) is known color: Razzmatazz. HEX triplet: E6, 01 and 5D. RGB value is (230,1,93). Sum of RGB (Red+Green+Blue) = 230+1+93=324 (42% of max value = 765). Red value is 230 (90.23% from 255 or 70.99% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 230 - color contains mainly: red. Hex color #E6015D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6015D is #19FEA2. Grayscale: #4F4F4F. Windows color (decimal): -1703587 or 6095334. OLE color: 6095334.
HSL color Cylindrical-coordinate representation of color #E6015D: hue angle of 335.9º 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 #E6015D is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 93 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.10 |
| HSL | 335.9º | 0.99% | 0.45% | - |
| HSV(B) | 335.9º | 1% | 0.9% | - |
| XYZ | 34.62 | 17.64 | 11.94 | - |
| YUV | 79.96 | 135.37 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 93 | 0 | 1.00 | 0.60 | 0.10 | 335.9 | 0.99 | 0.45 |
| Hex | E6 | 1 | 5D | 0 | 64 | 3C | A | 150 | 63 | 2D |
| Octal | 346 | 1 | 135 | 0 | 144 | 74 | 12 | 520 | 143 | 55 |
| Binary | 11100110 | 1 | 1011101 | 0 | 1100100 | 111100 | 1010 | 101010000 | 1100011 | 101101 |
Color Harmonies of #E6015D
Complementary color
Monochromatic Colors of #E6015D
Black with #E6015D
Text Example
Text Example
White with #E6015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6015D; }
p { color: rgb(230,1,93); }
H1.HeaderClassName
{
color: #E6015D;
}
.AnyTagClassName
{
color: #E6015D;
}
</style>
background-color css
<style>
a { background-color: #E6015D; }
a { background-color: rgb(230,1,93); }
div.DivClassName
{
background-color: #E6015D;
}
.BgClassName
{
background-color: #E6015D;
}
</style>
border-color css
<style>
span { border-color: #E6015D; }
span { border-color: rgb(230,1,93); }
td.TdClassName
{
border-color: #E6015D;
}
.TagClassName
{
border-color: #E6015D;
}
</style>