Shades of Razzmatazz #EE1050
Tints of Razzmatazz #EE1050
RGB
CMYK
RGB Variations
Color information
#EE1050 (or 0xEE1050) is known color: Razzmatazz. HEX triplet: EE, 10 and 50. RGB value is (238,16,80). Sum of RGB (Red+Green+Blue) = 238+16+80=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1050 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1050 is #11EFAF. Grayscale: #595959. Windows color (decimal): -1175472 or 5247214. OLE color: 5247214.
HSL color Cylindrical-coordinate representation of color #EE1050: hue angle of 342.7º 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 #EE1050 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 80 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.07 |
| HSL | 342.7º | 0.87% | 0.5% | - |
| HSV(B) | 342.7º | 0.93% | 0.93% | - |
| XYZ | 36.89 | 19.13 | 9.34 | - |
| YUV | 89.67 | 122.55 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 80 | 0 | 0.93 | 0.66 | 0.07 | 342.7 | 0.87 | 0.5 |
| Hex | EE | 10 | 50 | 0 | 5D | 42 | 7 | 157 | 57 | 32 |
| Octal | 356 | 20 | 120 | 0 | 135 | 102 | 7 | 527 | 127 | 62 |
| Binary | 11101110 | 10000 | 1010000 | 0 | 1011101 | 1000010 | 111 | 101010111 | 1010111 | 110010 |
Color Harmonies of #EE1050
Complementary color
Monochromatic Colors of #EE1050
Black with #EE1050
Text Example
Text Example
White with #EE1050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1050; }
p { color: rgb(238,16,80); }
H1.HeaderClassName
{
color: #EE1050;
}
.AnyTagClassName
{
color: #EE1050;
}
</style>
background-color css
<style>
a { background-color: #EE1050; }
a { background-color: rgb(238,16,80); }
div.DivClassName
{
background-color: #EE1050;
}
.BgClassName
{
background-color: #EE1050;
}
</style>
border-color css
<style>
span { border-color: #EE1050; }
span { border-color: rgb(238,16,80); }
td.TdClassName
{
border-color: #EE1050;
}
.TagClassName
{
border-color: #EE1050;
}
</style>