Shades of Razzmatazz #EF134B
Tints of Razzmatazz #EF134B
RGB
CMYK
RGB Variations
Color information
#EF134B (or 0xEF134B) is known color: Razzmatazz. HEX triplet: EF, 13 and 4B. RGB value is (239,19,75). Sum of RGB (Red+Green+Blue) = 239+19+75=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF134B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF134B is #10ECB4. Grayscale: #5B5B5B. Windows color (decimal): -1109173 or 4920303. OLE color: 4920303.
HSL color Cylindrical-coordinate representation of color #EF134B: hue angle of 344.73º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF134B is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 19 | 75 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.06 |
| HSL | 344.73º | 0.87% | 0.51% | - |
| HSV(B) | 344.73º | 0.92% | 0.94% | - |
| XYZ | 37.1 | 19.32 | 8.43 | - |
| YUV | 91.16 | 118.89 | 233.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 19 | 75 | 0 | 0.92 | 0.69 | 0.06 | 344.73 | 0.87 | 0.51 |
| Hex | EF | 13 | 4B | 0 | 5C | 45 | 6 | 159 | 57 | 33 |
| Octal | 357 | 23 | 113 | 0 | 134 | 105 | 6 | 531 | 127 | 63 |
| Binary | 11101111 | 10011 | 1001011 | 0 | 1011100 | 1000101 | 110 | 101011001 | 1010111 | 110011 |
Color Harmonies of #EF134B
Complementary color
Monochromatic Colors of #EF134B
Black with #EF134B
Text Example
Text Example
White with #EF134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF134B; }
p { color: rgb(239,19,75); }
H1.HeaderClassName
{
color: #EF134B;
}
.AnyTagClassName
{
color: #EF134B;
}
</style>
background-color css
<style>
a { background-color: #EF134B; }
a { background-color: rgb(239,19,75); }
div.DivClassName
{
background-color: #EF134B;
}
.BgClassName
{
background-color: #EF134B;
}
</style>
border-color css
<style>
span { border-color: #EF134B; }
span { border-color: rgb(239,19,75); }
td.TdClassName
{
border-color: #EF134B;
}
.TagClassName
{
border-color: #EF134B;
}
</style>