Shades of Razzmatazz #EF1356
Tints of Razzmatazz #EF1356
RGB
CMYK
RGB Variations
Color information
#EF1356 (or 0xEF1356) is known color: Razzmatazz. HEX triplet: EF, 13 and 56. RGB value is (239,19,86). Sum of RGB (Red+Green+Blue) = 239+19+86=344 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.48% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1356 is #10ECA9. Grayscale: #5C5C5C. Windows color (decimal): -1109162 or 5641199. OLE color: 5641199.
HSL color Cylindrical-coordinate representation of color #EF1356: hue angle of 341.73º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1356 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 86 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.06 |
| HSL | 341.73º | 0.87% | 0.51% | - |
| HSV(B) | 341.73º | 0.92% | 0.94% | - |
| XYZ | 37.51 | 19.49 | 10.59 | - |
| YUV | 92.42 | 124.39 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 86 | 0 | 0.92 | 0.64 | 0.06 | 341.73 | 0.87 | 0.51 |
| Hex | EF | 13 | 56 | 0 | 5C | 40 | 6 | 156 | 57 | 33 |
| Octal | 357 | 23 | 126 | 0 | 134 | 100 | 6 | 526 | 127 | 63 |
| Binary | 11101111 | 10011 | 1010110 | 0 | 1011100 | 1000000 | 110 | 101010110 | 1010111 | 110011 |
Color Harmonies of #EF1356
Complementary color
Monochromatic Colors of #EF1356
Black with #EF1356
Text Example
Text Example
White with #EF1356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1356; }
p { color: rgb(239,19,86); }
H1.HeaderClassName
{
color: #EF1356;
}
.AnyTagClassName
{
color: #EF1356;
}
</style>
background-color css
<style>
a { background-color: #EF1356; }
a { background-color: rgb(239,19,86); }
div.DivClassName
{
background-color: #EF1356;
}
.BgClassName
{
background-color: #EF1356;
}
</style>
border-color css
<style>
span { border-color: #EF1356; }
span { border-color: rgb(239,19,86); }
td.TdClassName
{
border-color: #EF1356;
}
.TagClassName
{
border-color: #EF1356;
}
</style>