Shades of Razzmatazz #E9164D
Tints of Razzmatazz #E9164D
RGB
CMYK
RGB Variations
Color information
#E9164D (or 0xE9164D) is known color: Razzmatazz. HEX triplet: E9, 16 and 4D. RGB value is (233,22,77). Sum of RGB (Red+Green+Blue) = 233+22+77=332 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.18% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 233 - color contains mainly: red. Hex color #E9164D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9164D is #16E9B2. Grayscale: #5B5B5B. Windows color (decimal): -1501619 or 5052137. OLE color: 5052137.
HSL color Cylindrical-coordinate representation of color #E9164D: hue angle of 344.36º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E9164D is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 22 | 77 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.09 |
| HSL | 344.36º | 0.83% | 0.5% | - |
| HSV(B) | 344.36º | 0.91% | 0.91% | - |
| XYZ | 35.23 | 18.43 | 8.72 | - |
| YUV | 91.36 | 119.9 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 22 | 77 | 0 | 0.91 | 0.67 | 0.09 | 344.36 | 0.83 | 0.5 |
| Hex | E9 | 16 | 4D | 0 | 5B | 43 | 9 | 158 | 53 | 32 |
| Octal | 351 | 26 | 115 | 0 | 133 | 103 | 11 | 530 | 123 | 62 |
| Binary | 11101001 | 10110 | 1001101 | 0 | 1011011 | 1000011 | 1001 | 101011000 | 1010011 | 110010 |
Color Harmonies of #E9164D
Complementary color
Monochromatic Colors of #E9164D
Black with #E9164D
Text Example
Text Example
White with #E9164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9164D; }
p { color: rgb(233,22,77); }
H1.HeaderClassName
{
color: #E9164D;
}
.AnyTagClassName
{
color: #E9164D;
}
</style>
background-color css
<style>
a { background-color: #E9164D; }
a { background-color: rgb(233,22,77); }
div.DivClassName
{
background-color: #E9164D;
}
.BgClassName
{
background-color: #E9164D;
}
</style>
border-color css
<style>
span { border-color: #E9164D; }
span { border-color: rgb(233,22,77); }
td.TdClassName
{
border-color: #E9164D;
}
.TagClassName
{
border-color: #E9164D;
}
</style>