Shades of Razzmatazz #EF104A
Tints of Razzmatazz #EF104A
RGB
CMYK
RGB Variations
Color information
#EF104A (or 0xEF104A) is known color: Razzmatazz. HEX triplet: EF, 10 and 4A. RGB value is (239,16,74). Sum of RGB (Red+Green+Blue) = 239+16+74=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF104A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF104A is #10EFB5. Grayscale: #595959. Windows color (decimal): -1109942 or 4853999. OLE color: 4853999.
HSL color Cylindrical-coordinate representation of color #EF104A: hue angle of 344.39º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF104A is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 16 | 74 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.06 |
| HSL | 344.39º | 0.87% | 0.5% | - |
| HSV(B) | 344.39º | 0.93% | 0.94% | - |
| XYZ | 37.02 | 19.22 | 8.24 | - |
| YUV | 89.29 | 119.38 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 16 | 74 | 0 | 0.93 | 0.69 | 0.06 | 344.39 | 0.87 | 0.5 |
| Hex | EF | 10 | 4A | 0 | 5D | 45 | 6 | 158 | 57 | 32 |
| Octal | 357 | 20 | 112 | 0 | 135 | 105 | 6 | 530 | 127 | 62 |
| Binary | 11101111 | 10000 | 1001010 | 0 | 1011101 | 1000101 | 110 | 101011000 | 1010111 | 110010 |
Color Harmonies of #EF104A
Complementary color
Monochromatic Colors of #EF104A
Black with #EF104A
Text Example
Text Example
White with #EF104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF104A; }
p { color: rgb(239,16,74); }
H1.HeaderClassName
{
color: #EF104A;
}
.AnyTagClassName
{
color: #EF104A;
}
</style>
background-color css
<style>
a { background-color: #EF104A; }
a { background-color: rgb(239,16,74); }
div.DivClassName
{
background-color: #EF104A;
}
.BgClassName
{
background-color: #EF104A;
}
</style>
border-color css
<style>
span { border-color: #EF104A; }
span { border-color: rgb(239,16,74); }
td.TdClassName
{
border-color: #EF104A;
}
.TagClassName
{
border-color: #EF104A;
}
</style>