Shades of Razzmatazz #E5015E
Tints of Razzmatazz #E5015E
RGB
CMYK
RGB Variations
Color information
#E5015E (or 0xE5015E) is known color: Razzmatazz. HEX triplet: E5, 01 and 5E. RGB value is (229,1,94). Sum of RGB (Red+Green+Blue) = 229+1+94=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E5015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5015E is #1AFEA1. Grayscale: #4F4F4F. Windows color (decimal): -1769122 or 6160869. OLE color: 6160869.
HSL color Cylindrical-coordinate representation of color #E5015E: hue angle of 335.53º 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 #E5015E is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 1 | 94 | - |
| CMYK | 0 | 1.00 | 0.59 | 0.10 |
| HSL | 335.53º | 0.99% | 0.45% | - |
| HSV(B) | 335.53º | 1% | 0.9% | - |
| XYZ | 34.34 | 17.49 | 12.16 | - |
| YUV | 79.77 | 136.04 | 234.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 1 | 94 | 0 | 1.00 | 0.59 | 0.10 | 335.53 | 0.99 | 0.45 |
| Hex | E5 | 1 | 5E | 0 | 64 | 3B | A | 150 | 63 | 2D |
| Octal | 345 | 1 | 136 | 0 | 144 | 73 | 12 | 520 | 143 | 55 |
| Binary | 11100101 | 1 | 1011110 | 0 | 1100100 | 111011 | 1010 | 101010000 | 1100011 | 101101 |
Color Harmonies of #E5015E
Complementary color
Monochromatic Colors of #E5015E
Black with #E5015E
Text Example
Text Example
White with #E5015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5015E; }
p { color: rgb(229,1,94); }
H1.HeaderClassName
{
color: #E5015E;
}
.AnyTagClassName
{
color: #E5015E;
}
</style>
background-color css
<style>
a { background-color: #E5015E; }
a { background-color: rgb(229,1,94); }
div.DivClassName
{
background-color: #E5015E;
}
.BgClassName
{
background-color: #E5015E;
}
</style>
border-color css
<style>
span { border-color: #E5015E; }
span { border-color: rgb(229,1,94); }
td.TdClassName
{
border-color: #E5015E;
}
.TagClassName
{
border-color: #E5015E;
}
</style>