Shades of Razzmatazz #E8015D
Tints of Razzmatazz #E8015D
RGB
CMYK
RGB Variations
Color information
#E8015D (or 0xE8015D) is known color: Razzmatazz. HEX triplet: E8, 01 and 5D. RGB value is (232,1,93). Sum of RGB (Red+Green+Blue) = 232+1+93=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E8015D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8015D is #17FEA2. Grayscale: #505050. Windows color (decimal): -1572515 or 6095336. OLE color: 6095336.
HSL color Cylindrical-coordinate representation of color #E8015D: hue angle of 336.1º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8015D is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 93 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.09 |
| HSL | 336.1º | 0.99% | 0.46% | - |
| HSV(B) | 336.1º | 1% | 0.91% | - |
| XYZ | 35.27 | 17.97 | 11.97 | - |
| YUV | 80.56 | 135.03 | 236.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 93 | 0 | 1.00 | 0.60 | 0.09 | 336.1 | 0.99 | 0.46 |
| Hex | E8 | 1 | 5D | 0 | 64 | 3C | 9 | 150 | 63 | 2E |
| Octal | 350 | 1 | 135 | 0 | 144 | 74 | 11 | 520 | 143 | 56 |
| Binary | 11101000 | 1 | 1011101 | 0 | 1100100 | 111100 | 1001 | 101010000 | 1100011 | 101110 |
Color Harmonies of #E8015D
Complementary color
Monochromatic Colors of #E8015D
Black with #E8015D
Text Example
Text Example
White with #E8015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8015D; }
p { color: rgb(232,1,93); }
H1.HeaderClassName
{
color: #E8015D;
}
.AnyTagClassName
{
color: #E8015D;
}
</style>
background-color css
<style>
a { background-color: #E8015D; }
a { background-color: rgb(232,1,93); }
div.DivClassName
{
background-color: #E8015D;
}
.BgClassName
{
background-color: #E8015D;
}
</style>
border-color css
<style>
span { border-color: #E8015D; }
span { border-color: rgb(232,1,93); }
td.TdClassName
{
border-color: #E8015D;
}
.TagClassName
{
border-color: #E8015D;
}
</style>