Shades of Razzmatazz #EF0562
Tints of Razzmatazz #EF0562
RGB
CMYK
RGB Variations
Color information
#EF0562 (or 0xEF0562) is known color: Razzmatazz. HEX triplet: EF, 05 and 62. RGB value is (239,5,98). Sum of RGB (Red+Green+Blue) = 239+5+98=342 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.88% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0562 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0562 is #10FA9D. Grayscale: #555555. Windows color (decimal): -1112734 or 6424047. OLE color: 6424047.
HSL color Cylindrical-coordinate representation of color #EF0562: hue angle of 336.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF0562 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 5 | 98 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.06 |
| HSL | 336.15º | 0.96% | 0.48% | - |
| HSV(B) | 336.15º | 0.98% | 0.94% | - |
| XYZ | 37.86 | 19.34 | 13.29 | - |
| YUV | 85.57 | 135.02 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 5 | 98 | 0 | 0.98 | 0.59 | 0.06 | 336.15 | 0.96 | 0.48 |
| Hex | EF | 5 | 62 | 0 | 62 | 3B | 6 | 150 | 60 | 30 |
| Octal | 357 | 5 | 142 | 0 | 142 | 73 | 6 | 520 | 140 | 60 |
| Binary | 11101111 | 101 | 1100010 | 0 | 1100010 | 111011 | 110 | 101010000 | 1100000 | 110000 |
Color Harmonies of #EF0562
Complementary color
Monochromatic Colors of #EF0562
Black with #EF0562
Text Example
Text Example
White with #EF0562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0562; }
p { color: rgb(239,5,98); }
H1.HeaderClassName
{
color: #EF0562;
}
.AnyTagClassName
{
color: #EF0562;
}
</style>
background-color css
<style>
a { background-color: #EF0562; }
a { background-color: rgb(239,5,98); }
div.DivClassName
{
background-color: #EF0562;
}
.BgClassName
{
background-color: #EF0562;
}
</style>
border-color css
<style>
span { border-color: #EF0562; }
span { border-color: rgb(239,5,98); }
td.TdClassName
{
border-color: #EF0562;
}
.TagClassName
{
border-color: #EF0562;
}
</style>