Shades of Razzmatazz #EF0962
Tints of Razzmatazz #EF0962
RGB
CMYK
RGB Variations
Color information
#EF0962 (or 0xEF0962) is known color: Razzmatazz. HEX triplet: EF, 09 and 62. RGB value is (239,9,98). Sum of RGB (Red+Green+Blue) = 239+9+98=346 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.08% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0962 is #10F69D. Grayscale: #575757. Windows color (decimal): -1111710 or 6425071. OLE color: 6425071.
HSL color Cylindrical-coordinate representation of color #EF0962: hue angle of 336.78º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0962 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 98 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.06 |
| HSL | 336.78º | 0.93% | 0.49% | - |
| HSV(B) | 336.78º | 0.96% | 0.94% | - |
| XYZ | 37.9 | 19.43 | 13.31 | - |
| YUV | 87.92 | 133.7 | 235.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 98 | 0 | 0.96 | 0.59 | 0.06 | 336.78 | 0.93 | 0.49 |
| Hex | EF | 9 | 62 | 0 | 60 | 3B | 6 | 151 | 5D | 31 |
| Octal | 357 | 11 | 142 | 0 | 140 | 73 | 6 | 521 | 135 | 61 |
| Binary | 11101111 | 1001 | 1100010 | 0 | 1100000 | 111011 | 110 | 101010001 | 1011101 | 110001 |
Color Harmonies of #EF0962
Complementary color
Monochromatic Colors of #EF0962
Black with #EF0962
Text Example
Text Example
White with #EF0962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0962; }
p { color: rgb(239,9,98); }
H1.HeaderClassName
{
color: #EF0962;
}
.AnyTagClassName
{
color: #EF0962;
}
</style>
background-color css
<style>
a { background-color: #EF0962; }
a { background-color: rgb(239,9,98); }
div.DivClassName
{
background-color: #EF0962;
}
.BgClassName
{
background-color: #EF0962;
}
</style>
border-color css
<style>
span { border-color: #EF0962; }
span { border-color: rgb(239,9,98); }
td.TdClassName
{
border-color: #EF0962;
}
.TagClassName
{
border-color: #EF0962;
}
</style>