Shades of Razzmatazz #E8045A
Tints of Razzmatazz #E8045A
RGB
CMYK
RGB Variations
Color information
#E8045A (or 0xE8045A) is known color: Razzmatazz. HEX triplet: E8, 04 and 5A. RGB value is (232,4,90). Sum of RGB (Red+Green+Blue) = 232+4+90=326 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.17% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 232 - color contains mainly: red. Hex color #E8045A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8045A is #17FBA5. Grayscale: #515151. Windows color (decimal): -1571750 or 5899496. OLE color: 5899496.
HSL color Cylindrical-coordinate representation of color #E8045A: hue angle of 337.37º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8045A is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.09 |
| HSL | 337.37º | 0.97% | 0.46% | - |
| HSV(B) | 337.37º | 0.98% | 0.91% | - |
| XYZ | 35.17 | 17.98 | 11.29 | - |
| YUV | 81.98 | 132.54 | 235.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 90 | 0 | 0.98 | 0.61 | 0.09 | 337.37 | 0.97 | 0.46 |
| Hex | E8 | 4 | 5A | 0 | 62 | 3D | 9 | 151 | 61 | 2E |
| Octal | 350 | 4 | 132 | 0 | 142 | 75 | 11 | 521 | 141 | 56 |
| Binary | 11101000 | 100 | 1011010 | 0 | 1100010 | 111101 | 1001 | 101010001 | 1100001 | 101110 |
Color Harmonies of #E8045A
Complementary color
Monochromatic Colors of #E8045A
Black with #E8045A
Text Example
Text Example
White with #E8045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8045A; }
p { color: rgb(232,4,90); }
H1.HeaderClassName
{
color: #E8045A;
}
.AnyTagClassName
{
color: #E8045A;
}
</style>
background-color css
<style>
a { background-color: #E8045A; }
a { background-color: rgb(232,4,90); }
div.DivClassName
{
background-color: #E8045A;
}
.BgClassName
{
background-color: #E8045A;
}
</style>
border-color css
<style>
span { border-color: #E8045A; }
span { border-color: rgb(232,4,90); }
td.TdClassName
{
border-color: #E8045A;
}
.TagClassName
{
border-color: #E8045A;
}
</style>