Shades of Razzmatazz #E3164F
Tints of Razzmatazz #E3164F
RGB
CMYK
RGB Variations
Color information
#E3164F (or 0xE3164F) is known color: Razzmatazz. HEX triplet: E3, 16 and 4F. RGB value is (227,22,79). Sum of RGB (Red+Green+Blue) = 227+22+79=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E3164F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E3164F is #1CE9B0. Grayscale: #595959. Windows color (decimal): -1894833 or 5183203. OLE color: 5183203.
HSL color Cylindrical-coordinate representation of color #E3164F: hue angle of 343.32º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E3164F is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 22 | 79 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.11 |
| HSL | 343.32º | 0.82% | 0.49% | - |
| HSV(B) | 343.32º | 0.9% | 0.89% | - |
| XYZ | 33.38 | 17.47 | 9.01 | - |
| YUV | 89.79 | 121.92 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 22 | 79 | 0 | 0.90 | 0.65 | 0.11 | 343.32 | 0.82 | 0.49 |
| Hex | E3 | 16 | 4F | 0 | 5A | 41 | B | 157 | 52 | 31 |
| Octal | 343 | 26 | 117 | 0 | 132 | 101 | 13 | 527 | 122 | 61 |
| Binary | 11100011 | 10110 | 1001111 | 0 | 1011010 | 1000001 | 1011 | 101010111 | 1010010 | 110001 |
Color Harmonies of #E3164F
Complementary color
Monochromatic Colors of #E3164F
Black with #E3164F
Text Example
Text Example
White with #E3164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3164F; }
p { color: rgb(227,22,79); }
H1.HeaderClassName
{
color: #E3164F;
}
.AnyTagClassName
{
color: #E3164F;
}
</style>
background-color css
<style>
a { background-color: #E3164F; }
a { background-color: rgb(227,22,79); }
div.DivClassName
{
background-color: #E3164F;
}
.BgClassName
{
background-color: #E3164F;
}
</style>
border-color css
<style>
span { border-color: #E3164F; }
span { border-color: rgb(227,22,79); }
td.TdClassName
{
border-color: #E3164F;
}
.TagClassName
{
border-color: #E3164F;
}
</style>