Shades of Razzmatazz #EE1056
Tints of Razzmatazz #EE1056
RGB
CMYK
RGB Variations
Color information
#EE1056 (or 0xEE1056) is known color: Razzmatazz. HEX triplet: EE, 10 and 56. RGB value is (238,16,86). Sum of RGB (Red+Green+Blue) = 238+16+86=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1056 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1056 is #11EFA9. Grayscale: #5A5A5A. Windows color (decimal): -1175466 or 5640430. OLE color: 5640430.
HSL color Cylindrical-coordinate representation of color #EE1056: hue angle of 341.08º 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 #EE1056 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 86 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.07 |
| HSL | 341.08º | 0.87% | 0.5% | - |
| HSV(B) | 341.08º | 0.93% | 0.93% | - |
| XYZ | 37.12 | 19.22 | 10.56 | - |
| YUV | 90.36 | 125.55 | 233.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 86 | 0 | 0.93 | 0.64 | 0.07 | 341.08 | 0.87 | 0.5 |
| Hex | EE | 10 | 56 | 0 | 5D | 40 | 7 | 155 | 57 | 32 |
| Octal | 356 | 20 | 126 | 0 | 135 | 100 | 7 | 525 | 127 | 62 |
| Binary | 11101110 | 10000 | 1010110 | 0 | 1011101 | 1000000 | 111 | 101010101 | 1010111 | 110010 |
Color Harmonies of #EE1056
Complementary color
Monochromatic Colors of #EE1056
Black with #EE1056
Text Example
Text Example
White with #EE1056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1056; }
p { color: rgb(238,16,86); }
H1.HeaderClassName
{
color: #EE1056;
}
.AnyTagClassName
{
color: #EE1056;
}
</style>
background-color css
<style>
a { background-color: #EE1056; }
a { background-color: rgb(238,16,86); }
div.DivClassName
{
background-color: #EE1056;
}
.BgClassName
{
background-color: #EE1056;
}
</style>
border-color css
<style>
span { border-color: #EE1056; }
span { border-color: rgb(238,16,86); }
td.TdClassName
{
border-color: #EE1056;
}
.TagClassName
{
border-color: #EE1056;
}
</style>