Shades of Razzmatazz #EE1552
Tints of Razzmatazz #EE1552
RGB
CMYK
RGB Variations
Color information
#EE1552 (or 0xEE1552) is known color: Razzmatazz. HEX triplet: EE, 15 and 52. RGB value is (238,21,82). Sum of RGB (Red+Green+Blue) = 238+21+82=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1552 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1552 is #11EAAD. Grayscale: #5C5C5C. Windows color (decimal): -1174190 or 5379566. OLE color: 5379566.
HSL color Cylindrical-coordinate representation of color #EE1552: hue angle of 343.13º 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 #EE1552 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 82 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.07 |
| HSL | 343.13º | 0.86% | 0.51% | - |
| HSV(B) | 343.13º | 0.91% | 0.93% | - |
| XYZ | 37.05 | 19.32 | 9.76 | - |
| YUV | 92.84 | 121.89 | 231.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 82 | 0 | 0.91 | 0.66 | 0.07 | 343.13 | 0.86 | 0.51 |
| Hex | EE | 15 | 52 | 0 | 5B | 42 | 7 | 157 | 56 | 33 |
| Octal | 356 | 25 | 122 | 0 | 133 | 102 | 7 | 527 | 126 | 63 |
| Binary | 11101110 | 10101 | 1010010 | 0 | 1011011 | 1000010 | 111 | 101010111 | 1010110 | 110011 |
Color Harmonies of #EE1552
Complementary color
Monochromatic Colors of #EE1552
Black with #EE1552
Text Example
Text Example
White with #EE1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1552; }
p { color: rgb(238,21,82); }
H1.HeaderClassName
{
color: #EE1552;
}
.AnyTagClassName
{
color: #EE1552;
}
</style>
background-color css
<style>
a { background-color: #EE1552; }
a { background-color: rgb(238,21,82); }
div.DivClassName
{
background-color: #EE1552;
}
.BgClassName
{
background-color: #EE1552;
}
</style>
border-color css
<style>
span { border-color: #EE1552; }
span { border-color: rgb(238,21,82); }
td.TdClassName
{
border-color: #EE1552;
}
.TagClassName
{
border-color: #EE1552;
}
</style>