Shades of Razzmatazz #EF005E
Tints of Razzmatazz #EF005E
RGB
CMYK
RGB Variations
Color information
#EF005E (or 0xEF005E) is known color: Razzmatazz. HEX triplet: EF, 00 and 5E. RGB value is (239,0,94). Sum of RGB (Red+Green+Blue) = 239+0+94=333 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.77% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 239 - color contains mainly: red. Hex color #EF005E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF005E is #10FFA1. Grayscale: #525252. Windows color (decimal): -1114018 or 6160623. OLE color: 6160623.
HSL color Cylindrical-coordinate representation of color #EF005E: hue angle of 336.4º 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 #EF005E is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.61 | 0.06 |
| HSL | 336.4º | 1% | 0.47% | - |
| HSV(B) | 336.4º | 1% | 0.94% | - |
| XYZ | 37.62 | 19.16 | 12.31 | - |
| YUV | 82.18 | 134.68 | 239.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 0 | 94 | 0 | 1 | 0.61 | 0.06 | 336.4 | 1 | 0.47 |
| Hex | EF | 0 | 5E | 0 | 64 | 3D | 6 | 150 | 64 | 2F |
| Octal | 357 | 0 | 136 | 0 | 144 | 75 | 6 | 520 | 144 | 57 |
| Binary | 11101111 | 0 | 1011110 | 0 | 1100100 | 111101 | 110 | 101010000 | 1100100 | 101111 |
Color Harmonies of #EF005E
Complementary color
Monochromatic Colors of #EF005E
Black with #EF005E
Text Example
Text Example
White with #EF005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF005E; }
p { color: rgb(239,0,94); }
H1.HeaderClassName
{
color: #EF005E;
}
.AnyTagClassName
{
color: #EF005E;
}
</style>
background-color css
<style>
a { background-color: #EF005E; }
a { background-color: rgb(239,0,94); }
div.DivClassName
{
background-color: #EF005E;
}
.BgClassName
{
background-color: #EF005E;
}
</style>
border-color css
<style>
span { border-color: #EF005E; }
span { border-color: rgb(239,0,94); }
td.TdClassName
{
border-color: #EF005E;
}
.TagClassName
{
border-color: #EF005E;
}
</style>