Shades of Razzmatazz #EF0E4B
Tints of Razzmatazz #EF0E4B
RGB
CMYK
RGB Variations
Color information
#EF0E4B (or 0xEF0E4B) is known color: Razzmatazz. HEX triplet: EF, 0E and 4B. RGB value is (239,14,75). Sum of RGB (Red+Green+Blue) = 239+14+75=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0E4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0E4B is #10F1B4. Grayscale: #585858. Windows color (decimal): -1110453 or 4919023. OLE color: 4919023.
HSL color Cylindrical-coordinate representation of color #EF0E4B: hue angle of 343.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF0E4B is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 14 | 75 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.06 |
| HSL | 343.73º | 0.89% | 0.5% | - |
| HSV(B) | 343.73º | 0.94% | 0.94% | - |
| XYZ | 37.02 | 19.17 | 8.41 | - |
| YUV | 88.23 | 120.54 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 14 | 75 | 0 | 0.94 | 0.69 | 0.06 | 343.73 | 0.89 | 0.5 |
| Hex | EF | E | 4B | 0 | 5E | 45 | 6 | 158 | 59 | 32 |
| Octal | 357 | 16 | 113 | 0 | 136 | 105 | 6 | 530 | 131 | 62 |
| Binary | 11101111 | 1110 | 1001011 | 0 | 1011110 | 1000101 | 110 | 101011000 | 1011001 | 110010 |
Color Harmonies of #EF0E4B
Complementary color
Monochromatic Colors of #EF0E4B
Black with #EF0E4B
Text Example
Text Example
White with #EF0E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0E4B; }
p { color: rgb(239,14,75); }
H1.HeaderClassName
{
color: #EF0E4B;
}
.AnyTagClassName
{
color: #EF0E4B;
}
</style>
background-color css
<style>
a { background-color: #EF0E4B; }
a { background-color: rgb(239,14,75); }
div.DivClassName
{
background-color: #EF0E4B;
}
.BgClassName
{
background-color: #EF0E4B;
}
</style>
border-color css
<style>
span { border-color: #EF0E4B; }
span { border-color: rgb(239,14,75); }
td.TdClassName
{
border-color: #EF0E4B;
}
.TagClassName
{
border-color: #EF0E4B;
}
</style>