Shades of Razzmatazz #EF0972
Tints of Razzmatazz #EF0972
RGB
CMYK
RGB Variations
Color information
#EF0972 (or 0xEF0972) is known color: Razzmatazz. HEX triplet: EF, 09 and 72. RGB value is (239,9,114). Sum of RGB (Red+Green+Blue) = 239+9+114=362 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.02% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0972 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0972 is #10F68D. Grayscale: #595959. Windows color (decimal): -1111694 or 7473647. OLE color: 7473647.
HSL color Cylindrical-coordinate representation of color #EF0972: hue angle of 332.61º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0972 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 114 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.06 |
| HSL | 332.61º | 0.93% | 0.49% | - |
| HSV(B) | 332.61º | 0.96% | 0.94% | - |
| XYZ | 38.73 | 19.76 | 17.69 | - |
| YUV | 89.74 | 141.7 | 234.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 114 | 0 | 0.96 | 0.52 | 0.06 | 332.61 | 0.93 | 0.49 |
| Hex | EF | 9 | 72 | 0 | 60 | 34 | 6 | 14D | 5D | 31 |
| Octal | 357 | 11 | 162 | 0 | 140 | 64 | 6 | 515 | 135 | 61 |
| Binary | 11101111 | 1001 | 1110010 | 0 | 1100000 | 110100 | 110 | 101001101 | 1011101 | 110001 |
Color Harmonies of #EF0972
Complementary color
Monochromatic Colors of #EF0972
Black with #EF0972
Text Example
Text Example
White with #EF0972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0972; }
p { color: rgb(239,9,114); }
H1.HeaderClassName
{
color: #EF0972;
}
.AnyTagClassName
{
color: #EF0972;
}
</style>
background-color css
<style>
a { background-color: #EF0972; }
a { background-color: rgb(239,9,114); }
div.DivClassName
{
background-color: #EF0972;
}
.BgClassName
{
background-color: #EF0972;
}
</style>
border-color css
<style>
span { border-color: #EF0972; }
span { border-color: rgb(239,9,114); }
td.TdClassName
{
border-color: #EF0972;
}
.TagClassName
{
border-color: #EF0972;
}
</style>