Shades of Razzmatazz #EE124D
Tints of Razzmatazz #EE124D
RGB
CMYK
RGB Variations
Color information
#EE124D (or 0xEE124D) is known color: Razzmatazz. HEX triplet: EE, 12 and 4D. RGB value is (238,18,77). Sum of RGB (Red+Green+Blue) = 238+18+77=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE124D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE124D is #11EDB2. Grayscale: #5A5A5A. Windows color (decimal): -1174963 or 5051118. OLE color: 5051118.
HSL color Cylindrical-coordinate representation of color #EE124D: hue angle of 343.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE124D is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 18 | 77 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.07 |
| HSL | 343.91º | 0.87% | 0.5% | - |
| HSV(B) | 343.91º | 0.92% | 0.93% | - |
| XYZ | 36.82 | 19.15 | 8.78 | - |
| YUV | 90.51 | 120.39 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 77 | 0 | 0.92 | 0.68 | 0.07 | 343.91 | 0.87 | 0.5 |
| Hex | EE | 12 | 4D | 0 | 5C | 44 | 7 | 158 | 57 | 32 |
| Octal | 356 | 22 | 115 | 0 | 134 | 104 | 7 | 530 | 127 | 62 |
| Binary | 11101110 | 10010 | 1001101 | 0 | 1011100 | 1000100 | 111 | 101011000 | 1010111 | 110010 |
Color Harmonies of #EE124D
Complementary color
Monochromatic Colors of #EE124D
Black with #EE124D
Text Example
Text Example
White with #EE124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE124D; }
p { color: rgb(238,18,77); }
H1.HeaderClassName
{
color: #EE124D;
}
.AnyTagClassName
{
color: #EE124D;
}
</style>
background-color css
<style>
a { background-color: #EE124D; }
a { background-color: rgb(238,18,77); }
div.DivClassName
{
background-color: #EE124D;
}
.BgClassName
{
background-color: #EE124D;
}
</style>
border-color css
<style>
span { border-color: #EE124D; }
span { border-color: rgb(238,18,77); }
td.TdClassName
{
border-color: #EE124D;
}
.TagClassName
{
border-color: #EE124D;
}
</style>