Shades of Razzmatazz #EF0261
Tints of Razzmatazz #EF0261
RGB
CMYK
RGB Variations
Color information
#EF0261 (or 0xEF0261) is known color: Razzmatazz. HEX triplet: EF, 02 and 61. RGB value is (239,2,97). Sum of RGB (Red+Green+Blue) = 239+2+97=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0261 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0261 is #10FD9E. Grayscale: #535353. Windows color (decimal): -1113503 or 6357743. OLE color: 6357743.
HSL color Cylindrical-coordinate representation of color #EF0261: hue angle of 335.95º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF0261 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 2 | 97 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.06 |
| HSL | 335.95º | 0.98% | 0.47% | - |
| HSV(B) | 335.95º | 0.99% | 0.94% | - |
| XYZ | 37.78 | 19.26 | 13.04 | - |
| YUV | 83.69 | 135.52 | 238.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 2 | 97 | 0 | 0.99 | 0.59 | 0.06 | 335.95 | 0.98 | 0.47 |
| Hex | EF | 2 | 61 | 0 | 63 | 3B | 6 | 150 | 62 | 2F |
| Octal | 357 | 2 | 141 | 0 | 143 | 73 | 6 | 520 | 142 | 57 |
| Binary | 11101111 | 10 | 1100001 | 0 | 1100011 | 111011 | 110 | 101010000 | 1100010 | 101111 |
Color Harmonies of #EF0261
Complementary color
Monochromatic Colors of #EF0261
Black with #EF0261
Text Example
Text Example
White with #EF0261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0261; }
p { color: rgb(239,2,97); }
H1.HeaderClassName
{
color: #EF0261;
}
.AnyTagClassName
{
color: #EF0261;
}
</style>
background-color css
<style>
a { background-color: #EF0261; }
a { background-color: rgb(239,2,97); }
div.DivClassName
{
background-color: #EF0261;
}
.BgClassName
{
background-color: #EF0261;
}
</style>
border-color css
<style>
span { border-color: #EF0261; }
span { border-color: rgb(239,2,97); }
td.TdClassName
{
border-color: #EF0261;
}
.TagClassName
{
border-color: #EF0261;
}
</style>