Shades of Razzmatazz #E6164F
Tints of Razzmatazz #E6164F
RGB
CMYK
RGB Variations
Color information
#E6164F (or 0xE6164F) is known color: Razzmatazz. HEX triplet: E6, 16 and 4F. RGB value is (230,22,79). Sum of RGB (Red+Green+Blue) = 230+22+79=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E6164F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6164F is #19E9B0. Grayscale: #5A5A5A. Windows color (decimal): -1698225 or 5183206. OLE color: 5183206.
HSL color Cylindrical-coordinate representation of color #E6164F: hue angle of 343.56º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E6164F is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 79 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.10 |
| HSL | 343.56º | 0.83% | 0.49% | - |
| HSV(B) | 343.56º | 0.9% | 0.9% | - |
| XYZ | 34.33 | 17.96 | 9.05 | - |
| YUV | 90.69 | 121.41 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 79 | 0 | 0.90 | 0.66 | 0.10 | 343.56 | 0.83 | 0.49 |
| Hex | E6 | 16 | 4F | 0 | 5A | 42 | A | 158 | 53 | 31 |
| Octal | 346 | 26 | 117 | 0 | 132 | 102 | 12 | 530 | 123 | 61 |
| Binary | 11100110 | 10110 | 1001111 | 0 | 1011010 | 1000010 | 1010 | 101011000 | 1010011 | 110001 |
Color Harmonies of #E6164F
Complementary color
Monochromatic Colors of #E6164F
Black with #E6164F
Text Example
Text Example
White with #E6164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6164F; }
p { color: rgb(230,22,79); }
H1.HeaderClassName
{
color: #E6164F;
}
.AnyTagClassName
{
color: #E6164F;
}
</style>
background-color css
<style>
a { background-color: #E6164F; }
a { background-color: rgb(230,22,79); }
div.DivClassName
{
background-color: #E6164F;
}
.BgClassName
{
background-color: #E6164F;
}
</style>
border-color css
<style>
span { border-color: #E6164F; }
span { border-color: rgb(230,22,79); }
td.TdClassName
{
border-color: #E6164F;
}
.TagClassName
{
border-color: #E6164F;
}
</style>