Shades of Razzmatazz #EE1559
Tints of Razzmatazz #EE1559
RGB
CMYK
RGB Variations
Color information
#EE1559 (or 0xEE1559) is known color: Razzmatazz. HEX triplet: EE, 15 and 59. RGB value is (238,21,89). Sum of RGB (Red+Green+Blue) = 238+21+89=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1559 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1559 is #11EAA6. Grayscale: #5D5D5D. Windows color (decimal): -1174183 or 5838318. OLE color: 5838318.
HSL color Cylindrical-coordinate representation of color #EE1559: hue angle of 341.2º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE1559 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 89 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.07 |
| HSL | 341.2º | 0.86% | 0.51% | - |
| HSV(B) | 341.2º | 0.91% | 0.93% | - |
| XYZ | 37.33 | 19.43 | 11.23 | - |
| YUV | 93.64 | 125.39 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 89 | 0 | 0.91 | 0.63 | 0.07 | 341.2 | 0.86 | 0.51 |
| Hex | EE | 15 | 59 | 0 | 5B | 3F | 7 | 155 | 56 | 33 |
| Octal | 356 | 25 | 131 | 0 | 133 | 77 | 7 | 525 | 126 | 63 |
| Binary | 11101110 | 10101 | 1011001 | 0 | 1011011 | 111111 | 111 | 101010101 | 1010110 | 110011 |
Color Harmonies of #EE1559
Complementary color
Monochromatic Colors of #EE1559
Black with #EE1559
Text Example
Text Example
White with #EE1559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1559; }
p { color: rgb(238,21,89); }
H1.HeaderClassName
{
color: #EE1559;
}
.AnyTagClassName
{
color: #EE1559;
}
</style>
background-color css
<style>
a { background-color: #EE1559; }
a { background-color: rgb(238,21,89); }
div.DivClassName
{
background-color: #EE1559;
}
.BgClassName
{
background-color: #EE1559;
}
</style>
border-color css
<style>
span { border-color: #EE1559; }
span { border-color: rgb(238,21,89); }
td.TdClassName
{
border-color: #EE1559;
}
.TagClassName
{
border-color: #EE1559;
}
</style>