Shades of Razzmatazz #EE094E
Tints of Razzmatazz #EE094E
RGB
CMYK
RGB Variations
Color information
#EE094E (or 0xEE094E) is known color: Razzmatazz. HEX triplet: EE, 09 and 4E. RGB value is (238,9,78). Sum of RGB (Red+Green+Blue) = 238+9+78=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE094E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE094E is #11F6B1. Grayscale: #555555. Windows color (decimal): -1177266 or 5114350. OLE color: 5114350.
HSL color Cylindrical-coordinate representation of color #EE094E: hue angle of 341.92º 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 #EE094E is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 78 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.07 |
| HSL | 341.92º | 0.93% | 0.48% | - |
| HSV(B) | 341.92º | 0.96% | 0.93% | - |
| XYZ | 36.73 | 18.92 | 8.92 | - |
| YUV | 85.34 | 123.87 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 78 | 0 | 0.96 | 0.67 | 0.07 | 341.92 | 0.93 | 0.48 |
| Hex | EE | 9 | 4E | 0 | 60 | 43 | 7 | 156 | 5D | 30 |
| Octal | 356 | 11 | 116 | 0 | 140 | 103 | 7 | 526 | 135 | 60 |
| Binary | 11101110 | 1001 | 1001110 | 0 | 1100000 | 1000011 | 111 | 101010110 | 1011101 | 110000 |
Color Harmonies of #EE094E
Complementary color
Monochromatic Colors of #EE094E
Black with #EE094E
Text Example
Text Example
White with #EE094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE094E; }
p { color: rgb(238,9,78); }
H1.HeaderClassName
{
color: #EE094E;
}
.AnyTagClassName
{
color: #EE094E;
}
</style>
background-color css
<style>
a { background-color: #EE094E; }
a { background-color: rgb(238,9,78); }
div.DivClassName
{
background-color: #EE094E;
}
.BgClassName
{
background-color: #EE094E;
}
</style>
border-color css
<style>
span { border-color: #EE094E; }
span { border-color: rgb(238,9,78); }
td.TdClassName
{
border-color: #EE094E;
}
.TagClassName
{
border-color: #EE094E;
}
</style>