Shades of Razzmatazz #EF1658
Tints of Razzmatazz #EF1658
RGB
CMYK
RGB Variations
Color information
#EF1658 (or 0xEF1658) is known color: Razzmatazz. HEX triplet: EF, 16 and 58. RGB value is (239,22,88). Sum of RGB (Red+Green+Blue) = 239+22+88=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1658 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1658 is #10E9A7. Grayscale: #5E5E5E. Windows color (decimal): -1108392 or 5773039. OLE color: 5773039.
HSL color Cylindrical-coordinate representation of color #EF1658: hue angle of 341.75º 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 #EF1658 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 22 | 88 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.06 |
| HSL | 341.75º | 0.87% | 0.51% | - |
| HSV(B) | 341.75º | 0.91% | 0.94% | - |
| XYZ | 37.64 | 19.63 | 11.04 | - |
| YUV | 94.41 | 124.39 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 22 | 88 | 0 | 0.91 | 0.63 | 0.06 | 341.75 | 0.87 | 0.51 |
| Hex | EF | 16 | 58 | 0 | 5B | 3F | 6 | 156 | 57 | 33 |
| Octal | 357 | 26 | 130 | 0 | 133 | 77 | 6 | 526 | 127 | 63 |
| Binary | 11101111 | 10110 | 1011000 | 0 | 1011011 | 111111 | 110 | 101010110 | 1010111 | 110011 |
Color Harmonies of #EF1658
Complementary color
Monochromatic Colors of #EF1658
Black with #EF1658
Text Example
Text Example
White with #EF1658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1658; }
p { color: rgb(239,22,88); }
H1.HeaderClassName
{
color: #EF1658;
}
.AnyTagClassName
{
color: #EF1658;
}
</style>
background-color css
<style>
a { background-color: #EF1658; }
a { background-color: rgb(239,22,88); }
div.DivClassName
{
background-color: #EF1658;
}
.BgClassName
{
background-color: #EF1658;
}
</style>
border-color css
<style>
span { border-color: #EF1658; }
span { border-color: rgb(239,22,88); }
td.TdClassName
{
border-color: #EF1658;
}
.TagClassName
{
border-color: #EF1658;
}
</style>