Shades of Razzmatazz #E6005D
Tints of Razzmatazz #E6005D
RGB
CMYK
RGB Variations
Color information
#E6005D (or 0xE6005D) is known color: Razzmatazz. HEX triplet: E6, 00 and 5D. RGB value is (230,0,93). Sum of RGB (Red+Green+Blue) = 230+0+93=323 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.21% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 230 - color contains mainly: red. Hex color #E6005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6005D is #19FFA2. Grayscale: #4F4F4F. Windows color (decimal): -1703843 or 6095078. OLE color: 6095078.
HSL color Cylindrical-coordinate representation of color #E6005D: hue angle of 335.74º 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 #E6005D is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.60 | 0.10 |
| HSL | 335.74º | 1% | 0.45% | - |
| HSV(B) | 335.74º | 1% | 0.9% | - |
| XYZ | 34.61 | 17.61 | 11.93 | - |
| YUV | 79.37 | 135.7 | 235.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 93 | 0 | 1 | 0.60 | 0.10 | 335.74 | 1 | 0.45 |
| Hex | E6 | 0 | 5D | 0 | 64 | 3C | A | 150 | 64 | 2D |
| Octal | 346 | 0 | 135 | 0 | 144 | 74 | 12 | 520 | 144 | 55 |
| Binary | 11100110 | 0 | 1011101 | 0 | 1100100 | 111100 | 1010 | 101010000 | 1100100 | 101101 |
Color Harmonies of #E6005D
Complementary color
Monochromatic Colors of #E6005D
Black with #E6005D
Text Example
Text Example
White with #E6005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6005D; }
p { color: rgb(230,0,93); }
H1.HeaderClassName
{
color: #E6005D;
}
.AnyTagClassName
{
color: #E6005D;
}
</style>
background-color css
<style>
a { background-color: #E6005D; }
a { background-color: rgb(230,0,93); }
div.DivClassName
{
background-color: #E6005D;
}
.BgClassName
{
background-color: #E6005D;
}
</style>
border-color css
<style>
span { border-color: #E6005D; }
span { border-color: rgb(230,0,93); }
td.TdClassName
{
border-color: #E6005D;
}
.TagClassName
{
border-color: #E6005D;
}
</style>