Shades of Razzmatazz #EF0B4F
Tints of Razzmatazz #EF0B4F
RGB
CMYK
RGB Variations
Color information
#EF0B4F (or 0xEF0B4F) is known color: Razzmatazz. HEX triplet: EF, 0B and 4F. RGB value is (239,11,79). Sum of RGB (Red+Green+Blue) = 239+11+79=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B4F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0B4F is #10F4B0. Grayscale: #565656. Windows color (decimal): -1111217 or 5180399. OLE color: 5180399.
HSL color Cylindrical-coordinate representation of color #EF0B4F: hue angle of 342.11º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0B4F is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 79 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.06 |
| HSL | 342.11º | 0.91% | 0.49% | - |
| HSV(B) | 342.11º | 0.95% | 0.94% | - |
| XYZ | 37.13 | 19.15 | 9.14 | - |
| YUV | 86.92 | 123.54 | 236.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 79 | 0 | 0.95 | 0.67 | 0.06 | 342.11 | 0.91 | 0.49 |
| Hex | EF | B | 4F | 0 | 5F | 43 | 6 | 156 | 5B | 31 |
| Octal | 357 | 13 | 117 | 0 | 137 | 103 | 6 | 526 | 133 | 61 |
| Binary | 11101111 | 1011 | 1001111 | 0 | 1011111 | 1000011 | 110 | 101010110 | 1011011 | 110001 |
Color Harmonies of #EF0B4F
Complementary color
Monochromatic Colors of #EF0B4F
Black with #EF0B4F
Text Example
Text Example
White with #EF0B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0B4F; }
p { color: rgb(239,11,79); }
H1.HeaderClassName
{
color: #EF0B4F;
}
.AnyTagClassName
{
color: #EF0B4F;
}
</style>
background-color css
<style>
a { background-color: #EF0B4F; }
a { background-color: rgb(239,11,79); }
div.DivClassName
{
background-color: #EF0B4F;
}
.BgClassName
{
background-color: #EF0B4F;
}
</style>
border-color css
<style>
span { border-color: #EF0B4F; }
span { border-color: rgb(239,11,79); }
td.TdClassName
{
border-color: #EF0B4F;
}
.TagClassName
{
border-color: #EF0B4F;
}
</style>