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