Shades of Razzmatazz #E8045D
Tints of Razzmatazz #E8045D
RGB
CMYK
RGB Variations
Color information
#E8045D (or 0xE8045D) is known color: Razzmatazz. HEX triplet: E8, 04 and 5D. RGB value is (232,4,93). Sum of RGB (Red+Green+Blue) = 232+4+93=329 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.52% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 232 - color contains mainly: red. Hex color #E8045D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8045D is #17FBA2. Grayscale: #525252. Windows color (decimal): -1571747 or 6096104. OLE color: 6096104.
HSL color Cylindrical-coordinate representation of color #E8045D: hue angle of 336.58º 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 #E8045D is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.09 |
| HSL | 336.58º | 0.97% | 0.46% | - |
| HSV(B) | 336.58º | 0.98% | 0.91% | - |
| XYZ | 35.3 | 18.03 | 11.98 | - |
| YUV | 82.32 | 134.04 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 93 | 0 | 0.98 | 0.60 | 0.09 | 336.58 | 0.97 | 0.46 |
| Hex | E8 | 4 | 5D | 0 | 62 | 3C | 9 | 151 | 61 | 2E |
| Octal | 350 | 4 | 135 | 0 | 142 | 74 | 11 | 521 | 141 | 56 |
| Binary | 11101000 | 100 | 1011101 | 0 | 1100010 | 111100 | 1001 | 101010001 | 1100001 | 101110 |
Color Harmonies of #E8045D
Complementary color
Monochromatic Colors of #E8045D
Black with #E8045D
Text Example
Text Example
White with #E8045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8045D; }
p { color: rgb(232,4,93); }
H1.HeaderClassName
{
color: #E8045D;
}
.AnyTagClassName
{
color: #E8045D;
}
</style>
background-color css
<style>
a { background-color: #E8045D; }
a { background-color: rgb(232,4,93); }
div.DivClassName
{
background-color: #E8045D;
}
.BgClassName
{
background-color: #E8045D;
}
</style>
border-color css
<style>
span { border-color: #E8045D; }
span { border-color: rgb(232,4,93); }
td.TdClassName
{
border-color: #E8045D;
}
.TagClassName
{
border-color: #E8045D;
}
</style>