Shades of Razzmatazz #EE094C
Tints of Razzmatazz #EE094C
RGB
CMYK
RGB Variations
Color information
#EE094C (or 0xEE094C) is known color: Razzmatazz. HEX triplet: EE, 09 and 4C. RGB value is (238,9,76). Sum of RGB (Red+Green+Blue) = 238+9+76=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE094C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE094C is #11F6B3. Grayscale: #555555. Windows color (decimal): -1177268 or 4983278. OLE color: 4983278.
HSL color Cylindrical-coordinate representation of color #EE094C: hue angle of 342.45º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE094C is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 76 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.07 |
| HSL | 342.45º | 0.93% | 0.48% | - |
| HSV(B) | 342.45º | 0.96% | 0.93% | - |
| XYZ | 36.66 | 18.89 | 8.55 | - |
| YUV | 85.11 | 122.87 | 237.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 76 | 0 | 0.96 | 0.68 | 0.07 | 342.45 | 0.93 | 0.48 |
| Hex | EE | 9 | 4C | 0 | 60 | 44 | 7 | 156 | 5D | 30 |
| Octal | 356 | 11 | 114 | 0 | 140 | 104 | 7 | 526 | 135 | 60 |
| Binary | 11101110 | 1001 | 1001100 | 0 | 1100000 | 1000100 | 111 | 101010110 | 1011101 | 110000 |
Color Harmonies of #EE094C
Complementary color
Monochromatic Colors of #EE094C
Black with #EE094C
Text Example
Text Example
White with #EE094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE094C; }
p { color: rgb(238,9,76); }
H1.HeaderClassName
{
color: #EE094C;
}
.AnyTagClassName
{
color: #EE094C;
}
</style>
background-color css
<style>
a { background-color: #EE094C; }
a { background-color: rgb(238,9,76); }
div.DivClassName
{
background-color: #EE094C;
}
.BgClassName
{
background-color: #EE094C;
}
</style>
border-color css
<style>
span { border-color: #EE094C; }
span { border-color: rgb(238,9,76); }
td.TdClassName
{
border-color: #EE094C;
}
.TagClassName
{
border-color: #EE094C;
}
</style>