Shades of Razzmatazz #EF004A
Tints of Razzmatazz #EF004A
RGB
CMYK
RGB Variations
Color information
#EF004A (or 0xEF004A) is known color: Razzmatazz. HEX triplet: EF, 00 and 4A. RGB value is (239,0,74). Sum of RGB (Red+Green+Blue) = 239+0+74=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF004A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF004A is #10FFB5. Grayscale: #4F4F4F. Windows color (decimal): -1114038 or 4849903. OLE color: 4849903.
HSL color Cylindrical-coordinate representation of color #EF004A: hue angle of 341.42º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF004A is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.69 | 0.06 |
| HSL | 341.42º | 1% | 0.47% | - |
| HSV(B) | 341.42º | 1% | 0.94% | - |
| XYZ | 36.83 | 18.85 | 8.17 | - |
| YUV | 79.9 | 124.68 | 241.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 74 | 0 | 1 | 0.69 | 0.06 | 341.42 | 1 | 0.47 |
| Hex | EF | 0 | 4A | 0 | 64 | 45 | 6 | 155 | 64 | 2F |
| Octal | 357 | 0 | 112 | 0 | 144 | 105 | 6 | 525 | 144 | 57 |
| Binary | 11101111 | 0 | 1001010 | 0 | 1100100 | 1000101 | 110 | 101010101 | 1100100 | 101111 |
Color Harmonies of #EF004A
Complementary color
Monochromatic Colors of #EF004A
Black with #EF004A
Text Example
Text Example
White with #EF004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF004A; }
p { color: rgb(239,0,74); }
H1.HeaderClassName
{
color: #EF004A;
}
.AnyTagClassName
{
color: #EF004A;
}
</style>
background-color css
<style>
a { background-color: #EF004A; }
a { background-color: rgb(239,0,74); }
div.DivClassName
{
background-color: #EF004A;
}
.BgClassName
{
background-color: #EF004A;
}
</style>
border-color css
<style>
span { border-color: #EF004A; }
span { border-color: rgb(239,0,74); }
td.TdClassName
{
border-color: #EF004A;
}
.TagClassName
{
border-color: #EF004A;
}
</style>