Shades of Razzmatazz #EF0B50
Tints of Razzmatazz #EF0B50
RGB
CMYK
RGB Variations
Color information
#EF0B50 (or 0xEF0B50) is known color: Razzmatazz. HEX triplet: EF, 0B and 50. RGB value is (239,11,80). Sum of RGB (Red+Green+Blue) = 239+11+80=330 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.42% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0B50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0B50 is #10F4AF. Grayscale: #565656. Windows color (decimal): -1111216 or 5245935. OLE color: 5245935.
HSL color Cylindrical-coordinate representation of color #EF0B50: hue angle of 341.84º 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 #EF0B50 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 11 | 80 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.06 |
| HSL | 341.84º | 0.91% | 0.49% | - |
| HSV(B) | 341.84º | 0.95% | 0.94% | - |
| XYZ | 37.16 | 19.17 | 9.33 | - |
| YUV | 87.04 | 124.04 | 236.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 11 | 80 | 0 | 0.95 | 0.67 | 0.06 | 341.84 | 0.91 | 0.49 |
| Hex | EF | B | 50 | 0 | 5F | 43 | 6 | 156 | 5B | 31 |
| Octal | 357 | 13 | 120 | 0 | 137 | 103 | 6 | 526 | 133 | 61 |
| Binary | 11101111 | 1011 | 1010000 | 0 | 1011111 | 1000011 | 110 | 101010110 | 1011011 | 110001 |
Color Harmonies of #EF0B50
Complementary color
Monochromatic Colors of #EF0B50
Black with #EF0B50
Text Example
Text Example
White with #EF0B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0B50; }
p { color: rgb(239,11,80); }
H1.HeaderClassName
{
color: #EF0B50;
}
.AnyTagClassName
{
color: #EF0B50;
}
</style>
background-color css
<style>
a { background-color: #EF0B50; }
a { background-color: rgb(239,11,80); }
div.DivClassName
{
background-color: #EF0B50;
}
.BgClassName
{
background-color: #EF0B50;
}
</style>
border-color css
<style>
span { border-color: #EF0B50; }
span { border-color: rgb(239,11,80); }
td.TdClassName
{
border-color: #EF0B50;
}
.TagClassName
{
border-color: #EF0B50;
}
</style>