Shades of Razzmatazz #E4015C
Tints of Razzmatazz #E4015C
RGB
CMYK
RGB Variations
Color information
#E4015C (or 0xE4015C) is known color: Razzmatazz. HEX triplet: E4, 01 and 5C. RGB value is (228,1,92). Sum of RGB (Red+Green+Blue) = 228+1+92=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E4015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4015C is #1BFEA3. Grayscale: #4F4F4F. Windows color (decimal): -1834660 or 6029796. OLE color: 6029796.
HSL color Cylindrical-coordinate representation of color #E4015C: hue angle of 335.95º 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 #E4015C is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 92 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.11 |
| HSL | 335.95º | 0.99% | 0.45% | - |
| HSV(B) | 335.95º | 1% | 0.89% | - |
| XYZ | 33.94 | 17.29 | 11.67 | - |
| YUV | 79.25 | 135.21 | 234.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 92 | 0 | 1.00 | 0.60 | 0.11 | 335.95 | 0.99 | 0.45 |
| Hex | E4 | 1 | 5C | 0 | 64 | 3C | B | 150 | 63 | 2D |
| Octal | 344 | 1 | 134 | 0 | 144 | 74 | 13 | 520 | 143 | 55 |
| Binary | 11100100 | 1 | 1011100 | 0 | 1100100 | 111100 | 1011 | 101010000 | 1100011 | 101101 |
Color Harmonies of #E4015C
Complementary color
Monochromatic Colors of #E4015C
Black with #E4015C
Text Example
Text Example
White with #E4015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4015C; }
p { color: rgb(228,1,92); }
H1.HeaderClassName
{
color: #E4015C;
}
.AnyTagClassName
{
color: #E4015C;
}
</style>
background-color css
<style>
a { background-color: #E4015C; }
a { background-color: rgb(228,1,92); }
div.DivClassName
{
background-color: #E4015C;
}
.BgClassName
{
background-color: #E4015C;
}
</style>
border-color css
<style>
span { border-color: #E4015C; }
span { border-color: rgb(228,1,92); }
td.TdClassName
{
border-color: #E4015C;
}
.TagClassName
{
border-color: #E4015C;
}
</style>