Shades of Razzmatazz #EF0D59
Tints of Razzmatazz #EF0D59
RGB
CMYK
RGB Variations
Color information
#EF0D59 (or 0xEF0D59) is known color: Razzmatazz. HEX triplet: EF, 0D and 59. RGB value is (239,13,89). Sum of RGB (Red+Green+Blue) = 239+13+89=341 (45% of max value = 765). Red value is 239 (93.75% from 255 or 70.09% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0D59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0D59 is #10F2A6. Grayscale: #595959. Windows color (decimal): -1110695 or 5836271. OLE color: 5836271.
HSL color Cylindrical-coordinate representation of color #EF0D59: hue angle of 339.82º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF0D59 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 13 | 89 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.06 |
| HSL | 339.82º | 0.9% | 0.49% | - |
| HSV(B) | 339.82º | 0.95% | 0.94% | - |
| XYZ | 37.54 | 19.36 | 11.21 | - |
| YUV | 89.24 | 127.87 | 234.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 13 | 89 | 0 | 0.95 | 0.63 | 0.06 | 339.82 | 0.9 | 0.49 |
| Hex | EF | D | 59 | 0 | 5F | 3F | 6 | 154 | 5A | 31 |
| Octal | 357 | 15 | 131 | 0 | 137 | 77 | 6 | 524 | 132 | 61 |
| Binary | 11101111 | 1101 | 1011001 | 0 | 1011111 | 111111 | 110 | 101010100 | 1011010 | 110001 |
Color Harmonies of #EF0D59
Complementary color
Monochromatic Colors of #EF0D59
Black with #EF0D59
Text Example
Text Example
White with #EF0D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0D59; }
p { color: rgb(239,13,89); }
H1.HeaderClassName
{
color: #EF0D59;
}
.AnyTagClassName
{
color: #EF0D59;
}
</style>
background-color css
<style>
a { background-color: #EF0D59; }
a { background-color: rgb(239,13,89); }
div.DivClassName
{
background-color: #EF0D59;
}
.BgClassName
{
background-color: #EF0D59;
}
</style>
border-color css
<style>
span { border-color: #EF0D59; }
span { border-color: rgb(239,13,89); }
td.TdClassName
{
border-color: #EF0D59;
}
.TagClassName
{
border-color: #EF0D59;
}
</style>