Shades of Razzmatazz #EF1259
Tints of Razzmatazz #EF1259
RGB
CMYK
RGB Variations
Color information
#EF1259 (or 0xEF1259) is known color: Razzmatazz. HEX triplet: EF, 12 and 59. RGB value is (239,18,89). Sum of RGB (Red+Green+Blue) = 239+18+89=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1259 is #10EDA6. Grayscale: #5C5C5C. Windows color (decimal): -1109415 or 5837551. OLE color: 5837551.
HSL color Cylindrical-coordinate representation of color #EF1259: hue angle of 340.72º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF1259 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 18 | 89 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.06 |
| HSL | 340.72º | 0.87% | 0.5% | - |
| HSV(B) | 340.72º | 0.92% | 0.94% | - |
| XYZ | 37.62 | 19.5 | 11.23 | - |
| YUV | 92.17 | 126.22 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 18 | 89 | 0 | 0.92 | 0.63 | 0.06 | 340.72 | 0.87 | 0.5 |
| Hex | EF | 12 | 59 | 0 | 5C | 3F | 6 | 155 | 57 | 32 |
| Octal | 357 | 22 | 131 | 0 | 134 | 77 | 6 | 525 | 127 | 62 |
| Binary | 11101111 | 10010 | 1011001 | 0 | 1011100 | 111111 | 110 | 101010101 | 1010111 | 110010 |
Color Harmonies of #EF1259
Complementary color
Monochromatic Colors of #EF1259
Black with #EF1259
Text Example
Text Example
White with #EF1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1259; }
p { color: rgb(239,18,89); }
H1.HeaderClassName
{
color: #EF1259;
}
.AnyTagClassName
{
color: #EF1259;
}
</style>
background-color css
<style>
a { background-color: #EF1259; }
a { background-color: rgb(239,18,89); }
div.DivClassName
{
background-color: #EF1259;
}
.BgClassName
{
background-color: #EF1259;
}
</style>
border-color css
<style>
span { border-color: #EF1259; }
span { border-color: rgb(239,18,89); }
td.TdClassName
{
border-color: #EF1259;
}
.TagClassName
{
border-color: #EF1259;
}
</style>