Shades of Razzmatazz #E5045A
Tints of Razzmatazz #E5045A
RGB
CMYK
RGB Variations
Color information
#E5045A (or 0xE5045A) is known color: Razzmatazz. HEX triplet: E5, 04 and 5A. RGB value is (229,4,90). Sum of RGB (Red+Green+Blue) = 229+4+90=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E5045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E5045A is #1AFBA5. Grayscale: #505050. Windows color (decimal): -1768358 or 5899493. OLE color: 5899493.
HSL color Cylindrical-coordinate representation of color #E5045A: hue angle of 337.07º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5045A is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.10 |
| HSL | 337.07º | 0.97% | 0.46% | - |
| HSV(B) | 337.07º | 0.98% | 0.9% | - |
| XYZ | 34.2 | 17.48 | 11.24 | - |
| YUV | 81.08 | 133.04 | 233.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 90 | 0 | 0.98 | 0.61 | 0.10 | 337.07 | 0.97 | 0.46 |
| Hex | E5 | 4 | 5A | 0 | 62 | 3D | A | 151 | 61 | 2E |
| Octal | 345 | 4 | 132 | 0 | 142 | 75 | 12 | 521 | 141 | 56 |
| Binary | 11100101 | 100 | 1011010 | 0 | 1100010 | 111101 | 1010 | 101010001 | 1100001 | 101110 |
Color Harmonies of #E5045A
Complementary color
Monochromatic Colors of #E5045A
Black with #E5045A
Text Example
Text Example
White with #E5045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5045A; }
p { color: rgb(229,4,90); }
H1.HeaderClassName
{
color: #E5045A;
}
.AnyTagClassName
{
color: #E5045A;
}
</style>
background-color css
<style>
a { background-color: #E5045A; }
a { background-color: rgb(229,4,90); }
div.DivClassName
{
background-color: #E5045A;
}
.BgClassName
{
background-color: #E5045A;
}
</style>
border-color css
<style>
span { border-color: #E5045A; }
span { border-color: rgb(229,4,90); }
td.TdClassName
{
border-color: #E5045A;
}
.TagClassName
{
border-color: #E5045A;
}
</style>