Shades of Razzmatazz #E0094B
Tints of Razzmatazz #E0094B
RGB
CMYK
RGB Variations
Color information
#E0094B (or 0xE0094B) is known color: Razzmatazz. HEX triplet: E0, 09 and 4B. RGB value is (224,9,75). Sum of RGB (Red+Green+Blue) = 224+9+75=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E0094B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0094B is #1FF6B4. Grayscale: #505050. Windows color (decimal): -2094773 or 4917728. OLE color: 4917728.
HSL color Cylindrical-coordinate representation of color #E0094B: hue angle of 341.58º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0094B is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 9 | 75 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.12 |
| HSL | 341.58º | 0.92% | 0.46% | - |
| HSV(B) | 341.58º | 0.96% | 0.88% | - |
| XYZ | 32.11 | 16.55 | 8.16 | - |
| YUV | 80.81 | 124.73 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 9 | 75 | 0 | 0.96 | 0.67 | 0.12 | 341.58 | 0.92 | 0.46 |
| Hex | E0 | 9 | 4B | 0 | 60 | 43 | C | 156 | 5C | 2E |
| Octal | 340 | 11 | 113 | 0 | 140 | 103 | 14 | 526 | 134 | 56 |
| Binary | 11100000 | 1001 | 1001011 | 0 | 1100000 | 1000011 | 1100 | 101010110 | 1011100 | 101110 |
Color Harmonies of #E0094B
Complementary color
Monochromatic Colors of #E0094B
Black with #E0094B
Text Example
Text Example
White with #E0094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0094B; }
p { color: rgb(224,9,75); }
H1.HeaderClassName
{
color: #E0094B;
}
.AnyTagClassName
{
color: #E0094B;
}
</style>
background-color css
<style>
a { background-color: #E0094B; }
a { background-color: rgb(224,9,75); }
div.DivClassName
{
background-color: #E0094B;
}
.BgClassName
{
background-color: #E0094B;
}
</style>
border-color css
<style>
span { border-color: #E0094B; }
span { border-color: rgb(224,9,75); }
td.TdClassName
{
border-color: #E0094B;
}
.TagClassName
{
border-color: #E0094B;
}
</style>