Shades of Razzmatazz #EE114C
Tints of Razzmatazz #EE114C
RGB
CMYK
RGB Variations
Color information
#EE114C (or 0xEE114C) is known color: Razzmatazz. HEX triplet: EE, 11 and 4C. RGB value is (238,17,76). Sum of RGB (Red+Green+Blue) = 238+17+76=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE114C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE114C is #11EEB3. Grayscale: #595959. Windows color (decimal): -1175220 or 4985326. OLE color: 4985326.
HSL color Cylindrical-coordinate representation of color #EE114C: hue angle of 343.98º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE114C is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 76 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.07 |
| HSL | 343.98º | 0.87% | 0.5% | - |
| HSV(B) | 343.98º | 0.93% | 0.93% | - |
| XYZ | 36.76 | 19.1 | 8.59 | - |
| YUV | 89.81 | 120.22 | 233.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 76 | 0 | 0.93 | 0.68 | 0.07 | 343.98 | 0.87 | 0.5 |
| Hex | EE | 11 | 4C | 0 | 5D | 44 | 7 | 158 | 57 | 32 |
| Octal | 356 | 21 | 114 | 0 | 135 | 104 | 7 | 530 | 127 | 62 |
| Binary | 11101110 | 10001 | 1001100 | 0 | 1011101 | 1000100 | 111 | 101011000 | 1010111 | 110010 |
Color Harmonies of #EE114C
Complementary color
Monochromatic Colors of #EE114C
Black with #EE114C
Text Example
Text Example
White with #EE114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE114C; }
p { color: rgb(238,17,76); }
H1.HeaderClassName
{
color: #EE114C;
}
.AnyTagClassName
{
color: #EE114C;
}
</style>
background-color css
<style>
a { background-color: #EE114C; }
a { background-color: rgb(238,17,76); }
div.DivClassName
{
background-color: #EE114C;
}
.BgClassName
{
background-color: #EE114C;
}
</style>
border-color css
<style>
span { border-color: #EE114C; }
span { border-color: rgb(238,17,76); }
td.TdClassName
{
border-color: #EE114C;
}
.TagClassName
{
border-color: #EE114C;
}
</style>