Shades of Razzmatazz #EE0048
Tints of Razzmatazz #EE0048
RGB
CMYK
RGB Variations
Color information
#EE0048 (or 0xEE0048) is known color: Razzmatazz. HEX triplet: EE, 00 and 48. RGB value is (238,0,72). Sum of RGB (Red+Green+Blue) = 238+0+72=310 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.77% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0048 is #11FFB7. Grayscale: #4F4F4F. Windows color (decimal): -1179576 or 4718830. OLE color: 4718830.
HSL color Cylindrical-coordinate representation of color #EE0048: hue angle of 341.85º 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 #EE0048 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.70 | 0.07 |
| HSL | 341.85º | 1% | 0.47% | - |
| HSV(B) | 341.85º | 1% | 0.93% | - |
| XYZ | 36.43 | 18.65 | 7.81 | - |
| YUV | 79.37 | 123.85 | 241.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 0 | 72 | 0 | 1 | 0.70 | 0.07 | 341.85 | 1 | 0.47 |
| Hex | EE | 0 | 48 | 0 | 64 | 46 | 7 | 156 | 64 | 2F |
| Octal | 356 | 0 | 110 | 0 | 144 | 106 | 7 | 526 | 144 | 57 |
| Binary | 11101110 | 0 | 1001000 | 0 | 1100100 | 1000110 | 111 | 101010110 | 1100100 | 101111 |
Color Harmonies of #EE0048
Complementary color
Monochromatic Colors of #EE0048
Black with #EE0048
Text Example
Text Example
White with #EE0048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0048; }
p { color: rgb(238,0,72); }
H1.HeaderClassName
{
color: #EE0048;
}
.AnyTagClassName
{
color: #EE0048;
}
</style>
background-color css
<style>
a { background-color: #EE0048; }
a { background-color: rgb(238,0,72); }
div.DivClassName
{
background-color: #EE0048;
}
.BgClassName
{
background-color: #EE0048;
}
</style>
border-color css
<style>
span { border-color: #EE0048; }
span { border-color: rgb(238,0,72); }
td.TdClassName
{
border-color: #EE0048;
}
.TagClassName
{
border-color: #EE0048;
}
</style>