Shades of Razzmatazz #EE074D
Tints of Razzmatazz #EE074D
RGB
CMYK
RGB Variations
Color information
#EE074D (or 0xEE074D) is known color: Razzmatazz. HEX triplet: EE, 07 and 4D. RGB value is (238,7,77). Sum of RGB (Red+Green+Blue) = 238+7+77=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE074D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE074D is #11F8B2. Grayscale: #535353. Windows color (decimal): -1177779 or 5048302. OLE color: 5048302.
HSL color Cylindrical-coordinate representation of color #EE074D: hue angle of 341.82º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE074D is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 7 | 77 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.07 |
| HSL | 341.82º | 0.94% | 0.48% | - |
| HSV(B) | 341.82º | 0.97% | 0.93% | - |
| XYZ | 36.68 | 18.86 | 8.73 | - |
| YUV | 84.05 | 124.03 | 237.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 7 | 77 | 0 | 0.97 | 0.68 | 0.07 | 341.82 | 0.94 | 0.48 |
| Hex | EE | 7 | 4D | 0 | 61 | 44 | 7 | 156 | 5E | 30 |
| Octal | 356 | 7 | 115 | 0 | 141 | 104 | 7 | 526 | 136 | 60 |
| Binary | 11101110 | 111 | 1001101 | 0 | 1100001 | 1000100 | 111 | 101010110 | 1011110 | 110000 |
Color Harmonies of #EE074D
Complementary color
Monochromatic Colors of #EE074D
Black with #EE074D
Text Example
Text Example
White with #EE074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE074D; }
p { color: rgb(238,7,77); }
H1.HeaderClassName
{
color: #EE074D;
}
.AnyTagClassName
{
color: #EE074D;
}
</style>
background-color css
<style>
a { background-color: #EE074D; }
a { background-color: rgb(238,7,77); }
div.DivClassName
{
background-color: #EE074D;
}
.BgClassName
{
background-color: #EE074D;
}
</style>
border-color css
<style>
span { border-color: #EE074D; }
span { border-color: rgb(238,7,77); }
td.TdClassName
{
border-color: #EE074D;
}
.TagClassName
{
border-color: #EE074D;
}
</style>