Shades of Razzmatazz #EE164E
Tints of Razzmatazz #EE164E
RGB
CMYK
RGB Variations
Color information
#EE164E (or 0xEE164E) is known color: Razzmatazz. HEX triplet: EE, 16 and 4E. RGB value is (238,22,78). Sum of RGB (Red+Green+Blue) = 238+22+78=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE164E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE164E is #11E9B1. Grayscale: #5C5C5C. Windows color (decimal): -1173938 or 5117678. OLE color: 5117678.
HSL color Cylindrical-coordinate representation of color #EE164E: hue angle of 344.44º 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 #EE164E is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 78 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.07 |
| HSL | 344.44º | 0.86% | 0.51% | - |
| HSV(B) | 344.44º | 0.91% | 0.93% | - |
| XYZ | 36.92 | 19.3 | 8.99 | - |
| YUV | 92.97 | 119.56 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 78 | 0 | 0.91 | 0.67 | 0.07 | 344.44 | 0.86 | 0.51 |
| Hex | EE | 16 | 4E | 0 | 5B | 43 | 7 | 158 | 56 | 33 |
| Octal | 356 | 26 | 116 | 0 | 133 | 103 | 7 | 530 | 126 | 63 |
| Binary | 11101110 | 10110 | 1001110 | 0 | 1011011 | 1000011 | 111 | 101011000 | 1010110 | 110011 |
Color Harmonies of #EE164E
Complementary color
Monochromatic Colors of #EE164E
Black with #EE164E
Text Example
Text Example
White with #EE164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE164E; }
p { color: rgb(238,22,78); }
H1.HeaderClassName
{
color: #EE164E;
}
.AnyTagClassName
{
color: #EE164E;
}
</style>
background-color css
<style>
a { background-color: #EE164E; }
a { background-color: rgb(238,22,78); }
div.DivClassName
{
background-color: #EE164E;
}
.BgClassName
{
background-color: #EE164E;
}
</style>
border-color css
<style>
span { border-color: #EE164E; }
span { border-color: rgb(238,22,78); }
td.TdClassName
{
border-color: #EE164E;
}
.TagClassName
{
border-color: #EE164E;
}
</style>