Shades of Razzmatazz #E4015A
Tints of Razzmatazz #E4015A
RGB
CMYK
RGB Variations
Color information
#E4015A (or 0xE4015A) is known color: Razzmatazz. HEX triplet: E4, 01 and 5A. RGB value is (228,1,90). Sum of RGB (Red+Green+Blue) = 228+1+90=319 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.47% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 228 - color contains mainly: red. Hex color #E4015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4015A is #1BFEA5. Grayscale: #4E4E4E. Windows color (decimal): -1834662 or 5898724. OLE color: 5898724.
HSL color Cylindrical-coordinate representation of color #E4015A: hue angle of 336.48º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4015A is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 90 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.11 |
| HSL | 336.48º | 0.99% | 0.45% | - |
| HSV(B) | 336.48º | 1% | 0.89% | - |
| XYZ | 33.85 | 17.25 | 11.22 | - |
| YUV | 79.02 | 134.21 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 90 | 0 | 1.00 | 0.61 | 0.11 | 336.48 | 0.99 | 0.45 |
| Hex | E4 | 1 | 5A | 0 | 64 | 3D | B | 150 | 63 | 2D |
| Octal | 344 | 1 | 132 | 0 | 144 | 75 | 13 | 520 | 143 | 55 |
| Binary | 11100100 | 1 | 1011010 | 0 | 1100100 | 111101 | 1011 | 101010000 | 1100011 | 101101 |
Color Harmonies of #E4015A
Complementary color
Monochromatic Colors of #E4015A
Black with #E4015A
Text Example
Text Example
White with #E4015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4015A; }
p { color: rgb(228,1,90); }
H1.HeaderClassName
{
color: #E4015A;
}
.AnyTagClassName
{
color: #E4015A;
}
</style>
background-color css
<style>
a { background-color: #E4015A; }
a { background-color: rgb(228,1,90); }
div.DivClassName
{
background-color: #E4015A;
}
.BgClassName
{
background-color: #E4015A;
}
</style>
border-color css
<style>
span { border-color: #E4015A; }
span { border-color: rgb(228,1,90); }
td.TdClassName
{
border-color: #E4015A;
}
.TagClassName
{
border-color: #E4015A;
}
</style>