Shades of Razzmatazz #EE1550
Tints of Razzmatazz #EE1550
RGB
CMYK
RGB Variations
Color information
#EE1550 (or 0xEE1550) is known color: Razzmatazz. HEX triplet: EE, 15 and 50. RGB value is (238,21,80). Sum of RGB (Red+Green+Blue) = 238+21+80=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1550 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1550 is #11EAAF. Grayscale: #5C5C5C. Windows color (decimal): -1174192 or 5248494. OLE color: 5248494.
HSL color Cylindrical-coordinate representation of color #EE1550: hue angle of 343.69º 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 #EE1550 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 80 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.07 |
| HSL | 343.69º | 0.86% | 0.51% | - |
| HSV(B) | 343.69º | 0.91% | 0.93% | - |
| XYZ | 36.98 | 19.29 | 9.36 | - |
| YUV | 92.61 | 120.89 | 231.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 80 | 0 | 0.91 | 0.66 | 0.07 | 343.69 | 0.86 | 0.51 |
| Hex | EE | 15 | 50 | 0 | 5B | 42 | 7 | 158 | 56 | 33 |
| Octal | 356 | 25 | 120 | 0 | 133 | 102 | 7 | 530 | 126 | 63 |
| Binary | 11101110 | 10101 | 1010000 | 0 | 1011011 | 1000010 | 111 | 101011000 | 1010110 | 110011 |
Color Harmonies of #EE1550
Complementary color
Monochromatic Colors of #EE1550
Black with #EE1550
Text Example
Text Example
White with #EE1550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1550; }
p { color: rgb(238,21,80); }
H1.HeaderClassName
{
color: #EE1550;
}
.AnyTagClassName
{
color: #EE1550;
}
</style>
background-color css
<style>
a { background-color: #EE1550; }
a { background-color: rgb(238,21,80); }
div.DivClassName
{
background-color: #EE1550;
}
.BgClassName
{
background-color: #EE1550;
}
</style>
border-color css
<style>
span { border-color: #EE1550; }
span { border-color: rgb(238,21,80); }
td.TdClassName
{
border-color: #EE1550;
}
.TagClassName
{
border-color: #EE1550;
}
</style>