Shades of Razzmatazz #EE0346
Tints of Razzmatazz #EE0346
RGB
CMYK
RGB Variations
Color information
#EE0346 (or 0xEE0346) is known color: Razzmatazz. HEX triplet: EE, 03 and 46. RGB value is (238,3,70). Sum of RGB (Red+Green+Blue) = 238+3+70=311 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.53% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0346 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0346 is #11FCB9. Grayscale: #505050. Windows color (decimal): -1178810 or 4588526. OLE color: 4588526.
HSL color Cylindrical-coordinate representation of color #EE0346: hue angle of 342.89º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE0346 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 3 | 70 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.07 |
| HSL | 342.89º | 0.98% | 0.47% | - |
| HSV(B) | 342.89º | 0.99% | 0.93% | - |
| XYZ | 36.4 | 18.68 | 7.48 | - |
| YUV | 80.9 | 121.86 | 240.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 3 | 70 | 0 | 0.99 | 0.71 | 0.07 | 342.89 | 0.98 | 0.47 |
| Hex | EE | 3 | 46 | 0 | 63 | 47 | 7 | 157 | 62 | 2F |
| Octal | 356 | 3 | 106 | 0 | 143 | 107 | 7 | 527 | 142 | 57 |
| Binary | 11101110 | 11 | 1000110 | 0 | 1100011 | 1000111 | 111 | 101010111 | 1100010 | 101111 |
Color Harmonies of #EE0346
Complementary color
Monochromatic Colors of #EE0346
Black with #EE0346
Text Example
Text Example
White with #EE0346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0346; }
p { color: rgb(238,3,70); }
H1.HeaderClassName
{
color: #EE0346;
}
.AnyTagClassName
{
color: #EE0346;
}
</style>
background-color css
<style>
a { background-color: #EE0346; }
a { background-color: rgb(238,3,70); }
div.DivClassName
{
background-color: #EE0346;
}
.BgClassName
{
background-color: #EE0346;
}
</style>
border-color css
<style>
span { border-color: #EE0346; }
span { border-color: rgb(238,3,70); }
td.TdClassName
{
border-color: #EE0346;
}
.TagClassName
{
border-color: #EE0346;
}
</style>