Shades of Razzmatazz #EF094A
Tints of Razzmatazz #EF094A
RGB
CMYK
RGB Variations
Color information
#EF094A (or 0xEF094A) is known color: Razzmatazz. HEX triplet: EF, 09 and 4A. RGB value is (239,9,74). Sum of RGB (Red+Green+Blue) = 239+9+74=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF094A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF094A is #10F6B5. Grayscale: #555555. Windows color (decimal): -1111734 or 4852207. OLE color: 4852207.
HSL color Cylindrical-coordinate representation of color #EF094A: hue angle of 343.04º 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 #EF094A is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 74 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.06 |
| HSL | 343.04º | 0.93% | 0.49% | - |
| HSV(B) | 343.04º | 0.96% | 0.94% | - |
| XYZ | 36.93 | 19.04 | 8.21 | - |
| YUV | 85.18 | 121.7 | 237.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 74 | 0 | 0.96 | 0.69 | 0.06 | 343.04 | 0.93 | 0.49 |
| Hex | EF | 9 | 4A | 0 | 60 | 45 | 6 | 157 | 5D | 31 |
| Octal | 357 | 11 | 112 | 0 | 140 | 105 | 6 | 527 | 135 | 61 |
| Binary | 11101111 | 1001 | 1001010 | 0 | 1100000 | 1000101 | 110 | 101010111 | 1011101 | 110001 |
Color Harmonies of #EF094A
Complementary color
Monochromatic Colors of #EF094A
Black with #EF094A
Text Example
Text Example
White with #EF094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF094A; }
p { color: rgb(239,9,74); }
H1.HeaderClassName
{
color: #EF094A;
}
.AnyTagClassName
{
color: #EF094A;
}
</style>
background-color css
<style>
a { background-color: #EF094A; }
a { background-color: rgb(239,9,74); }
div.DivClassName
{
background-color: #EF094A;
}
.BgClassName
{
background-color: #EF094A;
}
</style>
border-color css
<style>
span { border-color: #EF094A; }
span { border-color: rgb(239,9,74); }
td.TdClassName
{
border-color: #EF094A;
}
.TagClassName
{
border-color: #EF094A;
}
</style>