Shades of Razzmatazz #EE1060
Tints of Razzmatazz #EE1060
RGB
CMYK
RGB Variations
Color information
#EE1060 (or 0xEE1060) is known color: Razzmatazz. HEX triplet: EE, 10 and 60. RGB value is (238,16,96). Sum of RGB (Red+Green+Blue) = 238+16+96=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1060 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1060 is #11EF9F. Grayscale: #5B5B5B. Windows color (decimal): -1175456 or 6295790. OLE color: 6295790.
HSL color Cylindrical-coordinate representation of color #EE1060: hue angle of 338.38º 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 #EE1060 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 16 | 96 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.07 |
| HSL | 338.38º | 0.87% | 0.5% | - |
| HSV(B) | 338.38º | 0.93% | 0.93% | - |
| XYZ | 37.56 | 19.39 | 12.83 | - |
| YUV | 91.5 | 130.55 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 16 | 96 | 0 | 0.93 | 0.60 | 0.07 | 338.38 | 0.87 | 0.5 |
| Hex | EE | 10 | 60 | 0 | 5D | 3C | 7 | 152 | 57 | 32 |
| Octal | 356 | 20 | 140 | 0 | 135 | 74 | 7 | 522 | 127 | 62 |
| Binary | 11101110 | 10000 | 1100000 | 0 | 1011101 | 111100 | 111 | 101010010 | 1010111 | 110010 |
Color Harmonies of #EE1060
Complementary color
Monochromatic Colors of #EE1060
Black with #EE1060
Text Example
Text Example
White with #EE1060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1060; }
p { color: rgb(238,16,96); }
H1.HeaderClassName
{
color: #EE1060;
}
.AnyTagClassName
{
color: #EE1060;
}
</style>
background-color css
<style>
a { background-color: #EE1060; }
a { background-color: rgb(238,16,96); }
div.DivClassName
{
background-color: #EE1060;
}
.BgClassName
{
background-color: #EE1060;
}
</style>
border-color css
<style>
span { border-color: #EE1060; }
span { border-color: rgb(238,16,96); }
td.TdClassName
{
border-color: #EE1060;
}
.TagClassName
{
border-color: #EE1060;
}
</style>