Shades of Razzmatazz #E0045D
Tints of Razzmatazz #E0045D
RGB
CMYK
RGB Variations
Color information
#E0045D (or 0xE0045D) is known color: Razzmatazz. HEX triplet: E0, 04 and 5D. RGB value is (224,4,93). Sum of RGB (Red+Green+Blue) = 224+4+93=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E0045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0045D is #1FFBA2. Grayscale: #4F4F4F. Windows color (decimal): -2096035 or 6096096. OLE color: 6096096.
HSL color Cylindrical-coordinate representation of color #E0045D: hue angle of 335.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0045D is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.12 |
| HSL | 335.73º | 0.96% | 0.45% | - |
| HSV(B) | 335.73º | 0.98% | 0.88% | - |
| XYZ | 32.76 | 16.72 | 11.86 | - |
| YUV | 79.93 | 135.39 | 230.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 4 | 93 | 0 | 0.98 | 0.58 | 0.12 | 335.73 | 0.96 | 0.45 |
| Hex | E0 | 4 | 5D | 0 | 62 | 3A | C | 150 | 60 | 2D |
| Octal | 340 | 4 | 135 | 0 | 142 | 72 | 14 | 520 | 140 | 55 |
| Binary | 11100000 | 100 | 1011101 | 0 | 1100010 | 111010 | 1100 | 101010000 | 1100000 | 101101 |
Color Harmonies of #E0045D
Complementary color
Monochromatic Colors of #E0045D
Black with #E0045D
Text Example
Text Example
White with #E0045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0045D; }
p { color: rgb(224,4,93); }
H1.HeaderClassName
{
color: #E0045D;
}
.AnyTagClassName
{
color: #E0045D;
}
</style>
background-color css
<style>
a { background-color: #E0045D; }
a { background-color: rgb(224,4,93); }
div.DivClassName
{
background-color: #E0045D;
}
.BgClassName
{
background-color: #E0045D;
}
</style>
border-color css
<style>
span { border-color: #E0045D; }
span { border-color: rgb(224,4,93); }
td.TdClassName
{
border-color: #E0045D;
}
.TagClassName
{
border-color: #E0045D;
}
</style>