Shades of Razzmatazz #EF1656
Tints of Razzmatazz #EF1656
RGB
CMYK
RGB Variations
Color information
#EF1656 (or 0xEF1656) is known color: Razzmatazz. HEX triplet: EF, 16 and 56. RGB value is (239,22,86). Sum of RGB (Red+Green+Blue) = 239+22+86=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1656 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1656 is #10E9A9. Grayscale: #5E5E5E. Windows color (decimal): -1108394 or 5641967. OLE color: 5641967.
HSL color Cylindrical-coordinate representation of color #EF1656: hue angle of 342.3º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF1656 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 86 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.06 |
| HSL | 342.3º | 0.87% | 0.51% | - |
| HSV(B) | 342.3º | 0.91% | 0.94% | - |
| XYZ | 37.56 | 19.6 | 10.61 | - |
| YUV | 94.18 | 123.39 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 86 | 0 | 0.91 | 0.64 | 0.06 | 342.3 | 0.87 | 0.51 |
| Hex | EF | 16 | 56 | 0 | 5B | 40 | 6 | 156 | 57 | 33 |
| Octal | 357 | 26 | 126 | 0 | 133 | 100 | 6 | 526 | 127 | 63 |
| Binary | 11101111 | 10110 | 1010110 | 0 | 1011011 | 1000000 | 110 | 101010110 | 1010111 | 110011 |
Color Harmonies of #EF1656
Complementary color
Monochromatic Colors of #EF1656
Black with #EF1656
Text Example
Text Example
White with #EF1656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1656; }
p { color: rgb(239,22,86); }
H1.HeaderClassName
{
color: #EF1656;
}
.AnyTagClassName
{
color: #EF1656;
}
</style>
background-color css
<style>
a { background-color: #EF1656; }
a { background-color: rgb(239,22,86); }
div.DivClassName
{
background-color: #EF1656;
}
.BgClassName
{
background-color: #EF1656;
}
</style>
border-color css
<style>
span { border-color: #EF1656; }
span { border-color: rgb(239,22,86); }
td.TdClassName
{
border-color: #EF1656;
}
.TagClassName
{
border-color: #EF1656;
}
</style>