Shades of Razzmatazz #EE0147
Tints of Razzmatazz #EE0147
RGB
CMYK
RGB Variations
Color information
#EE0147 (or 0xEE0147) is known color: Razzmatazz. HEX triplet: EE, 01 and 47. RGB value is (238,1,71). Sum of RGB (Red+Green+Blue) = 238+1+71=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0147 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0147 is #11FEB8. Grayscale: #4F4F4F. Windows color (decimal): -1179321 or 4653550. OLE color: 4653550.
HSL color Cylindrical-coordinate representation of color #EE0147: hue angle of 342.28º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0147 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.07 |
| HSL | 342.28º | 0.99% | 0.47% | - |
| HSV(B) | 342.28º | 1% | 0.93% | - |
| XYZ | 36.41 | 18.65 | 7.64 | - |
| YUV | 79.84 | 123.02 | 240.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 1 | 71 | 0 | 1.00 | 0.70 | 0.07 | 342.28 | 0.99 | 0.47 |
| Hex | EE | 1 | 47 | 0 | 64 | 46 | 7 | 156 | 63 | 2F |
| Octal | 356 | 1 | 107 | 0 | 144 | 106 | 7 | 526 | 143 | 57 |
| Binary | 11101110 | 1 | 1000111 | 0 | 1100100 | 1000110 | 111 | 101010110 | 1100011 | 101111 |
Color Harmonies of #EE0147
Complementary color
Monochromatic Colors of #EE0147
Black with #EE0147
Text Example
Text Example
White with #EE0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0147; }
p { color: rgb(238,1,71); }
H1.HeaderClassName
{
color: #EE0147;
}
.AnyTagClassName
{
color: #EE0147;
}
</style>
background-color css
<style>
a { background-color: #EE0147; }
a { background-color: rgb(238,1,71); }
div.DivClassName
{
background-color: #EE0147;
}
.BgClassName
{
background-color: #EE0147;
}
</style>
border-color css
<style>
span { border-color: #EE0147; }
span { border-color: rgb(238,1,71); }
td.TdClassName
{
border-color: #EE0147;
}
.TagClassName
{
border-color: #EE0147;
}
</style>