Shades of Razzmatazz #E8164D
Tints of Razzmatazz #E8164D
RGB
CMYK
RGB Variations
Color information
#E8164D (or 0xE8164D) is known color: Razzmatazz. HEX triplet: E8, 16 and 4D. RGB value is (232,22,77). Sum of RGB (Red+Green+Blue) = 232+22+77=331 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.09% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 232 - color contains mainly: red. Hex color #E8164D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E8164D is #17E9B2. Grayscale: #5B5B5B. Windows color (decimal): -1567155 or 5052136. OLE color: 5052136.
HSL color Cylindrical-coordinate representation of color #E8164D: hue angle of 344.29º 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 #E8164D is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 77 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.09 |
| HSL | 344.29º | 0.83% | 0.5% | - |
| HSV(B) | 344.29º | 0.91% | 0.91% | - |
| XYZ | 34.91 | 18.27 | 8.71 | - |
| YUV | 91.06 | 120.07 | 228.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 77 | 0 | 0.91 | 0.67 | 0.09 | 344.29 | 0.83 | 0.5 |
| Hex | E8 | 16 | 4D | 0 | 5B | 43 | 9 | 158 | 53 | 32 |
| Octal | 350 | 26 | 115 | 0 | 133 | 103 | 11 | 530 | 123 | 62 |
| Binary | 11101000 | 10110 | 1001101 | 0 | 1011011 | 1000011 | 1001 | 101011000 | 1010011 | 110010 |
Color Harmonies of #E8164D
Complementary color
Monochromatic Colors of #E8164D
Black with #E8164D
Text Example
Text Example
White with #E8164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8164D; }
p { color: rgb(232,22,77); }
H1.HeaderClassName
{
color: #E8164D;
}
.AnyTagClassName
{
color: #E8164D;
}
</style>
background-color css
<style>
a { background-color: #E8164D; }
a { background-color: rgb(232,22,77); }
div.DivClassName
{
background-color: #E8164D;
}
.BgClassName
{
background-color: #E8164D;
}
</style>
border-color css
<style>
span { border-color: #E8164D; }
span { border-color: rgb(232,22,77); }
td.TdClassName
{
border-color: #E8164D;
}
.TagClassName
{
border-color: #E8164D;
}
</style>