Shades of Razzmatazz #EF0951
Tints of Razzmatazz #EF0951
RGB
CMYK
RGB Variations
Color information
#EF0951 (or 0xEF0951) is known color: Razzmatazz. HEX triplet: EF, 09 and 51. RGB value is (239,9,81). Sum of RGB (Red+Green+Blue) = 239+9+81=329 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.64% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0951 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0951 is #10F6AE. Grayscale: #555555. Windows color (decimal): -1111727 or 5310959. OLE color: 5310959.
HSL color Cylindrical-coordinate representation of color #EF0951: hue angle of 341.22º 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 #EF0951 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 81 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.06 |
| HSL | 341.22º | 0.93% | 0.49% | - |
| HSV(B) | 341.22º | 0.96% | 0.94% | - |
| XYZ | 37.18 | 19.14 | 9.52 | - |
| YUV | 85.98 | 125.2 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 81 | 0 | 0.96 | 0.66 | 0.06 | 341.22 | 0.93 | 0.49 |
| Hex | EF | 9 | 51 | 0 | 60 | 42 | 6 | 155 | 5D | 31 |
| Octal | 357 | 11 | 121 | 0 | 140 | 102 | 6 | 525 | 135 | 61 |
| Binary | 11101111 | 1001 | 1010001 | 0 | 1100000 | 1000010 | 110 | 101010101 | 1011101 | 110001 |
Color Harmonies of #EF0951
Complementary color
Monochromatic Colors of #EF0951
Black with #EF0951
Text Example
Text Example
White with #EF0951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0951; }
p { color: rgb(239,9,81); }
H1.HeaderClassName
{
color: #EF0951;
}
.AnyTagClassName
{
color: #EF0951;
}
</style>
background-color css
<style>
a { background-color: #EF0951; }
a { background-color: rgb(239,9,81); }
div.DivClassName
{
background-color: #EF0951;
}
.BgClassName
{
background-color: #EF0951;
}
</style>
border-color css
<style>
span { border-color: #EF0951; }
span { border-color: rgb(239,9,81); }
td.TdClassName
{
border-color: #EF0951;
}
.TagClassName
{
border-color: #EF0951;
}
</style>