Shades of Razzmatazz #E5005C
Tints of Razzmatazz #E5005C
RGB
CMYK
RGB Variations
Color information
#E5005C (or 0xE5005C) is known color: Razzmatazz. HEX triplet: E5, 00 and 5C. RGB value is (229,0,92). Sum of RGB (Red+Green+Blue) = 229+0+92=321 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.34% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 229 - color contains mainly: red. Hex color #E5005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5005C is #1AFFA3. Grayscale: #4E4E4E. Windows color (decimal): -1769380 or 6029541. OLE color: 6029541.
HSL color Cylindrical-coordinate representation of color #E5005C: hue angle of 335.9º 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 #E5005C is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.60 | 0.10 |
| HSL | 335.9º | 1% | 0.45% | - |
| HSV(B) | 335.9º | 1% | 0.9% | - |
| XYZ | 34.24 | 17.43 | 11.68 | - |
| YUV | 78.96 | 135.37 | 235.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 92 | 0 | 1 | 0.60 | 0.10 | 335.9 | 1 | 0.45 |
| Hex | E5 | 0 | 5C | 0 | 64 | 3C | A | 150 | 64 | 2D |
| Octal | 345 | 0 | 134 | 0 | 144 | 74 | 12 | 520 | 144 | 55 |
| Binary | 11100101 | 0 | 1011100 | 0 | 1100100 | 111100 | 1010 | 101010000 | 1100100 | 101101 |
Color Harmonies of #E5005C
Complementary color
Monochromatic Colors of #E5005C
Black with #E5005C
Text Example
Text Example
White with #E5005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5005C; }
p { color: rgb(229,0,92); }
H1.HeaderClassName
{
color: #E5005C;
}
.AnyTagClassName
{
color: #E5005C;
}
</style>
background-color css
<style>
a { background-color: #E5005C; }
a { background-color: rgb(229,0,92); }
div.DivClassName
{
background-color: #E5005C;
}
.BgClassName
{
background-color: #E5005C;
}
</style>
border-color css
<style>
span { border-color: #E5005C; }
span { border-color: rgb(229,0,92); }
td.TdClassName
{
border-color: #E5005C;
}
.TagClassName
{
border-color: #E5005C;
}
</style>