Shades of Razzmatazz #EF094E
Tints of Razzmatazz #EF094E
RGB
CMYK
RGB Variations
Color information
#EF094E (or 0xEF094E) is known color: Razzmatazz. HEX triplet: EF, 09 and 4E. RGB value is (239,9,78). Sum of RGB (Red+Green+Blue) = 239+9+78=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF094E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF094E is #10F6B1. Grayscale: #555555. Windows color (decimal): -1111730 or 5114351. OLE color: 5114351.
HSL color Cylindrical-coordinate representation of color #EF094E: hue angle of 342º 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 #EF094E is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 78 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.06 |
| HSL | 342º | 0.93% | 0.49% | - |
| HSV(B) | 342º | 0.96% | 0.94% | - |
| XYZ | 37.07 | 19.1 | 8.94 | - |
| YUV | 85.64 | 123.7 | 237.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 78 | 0 | 0.96 | 0.67 | 0.06 | 342 | 0.93 | 0.49 |
| Hex | EF | 9 | 4E | 0 | 60 | 43 | 6 | 156 | 5D | 31 |
| Octal | 357 | 11 | 116 | 0 | 140 | 103 | 6 | 526 | 135 | 61 |
| Binary | 11101111 | 1001 | 1001110 | 0 | 1100000 | 1000011 | 110 | 101010110 | 1011101 | 110001 |
Color Harmonies of #EF094E
Complementary color
Monochromatic Colors of #EF094E
Black with #EF094E
Text Example
Text Example
White with #EF094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF094E; }
p { color: rgb(239,9,78); }
H1.HeaderClassName
{
color: #EF094E;
}
.AnyTagClassName
{
color: #EF094E;
}
</style>
background-color css
<style>
a { background-color: #EF094E; }
a { background-color: rgb(239,9,78); }
div.DivClassName
{
background-color: #EF094E;
}
.BgClassName
{
background-color: #EF094E;
}
</style>
border-color css
<style>
span { border-color: #EF094E; }
span { border-color: rgb(239,9,78); }
td.TdClassName
{
border-color: #EF094E;
}
.TagClassName
{
border-color: #EF094E;
}
</style>