Shades of Razzmatazz #EF0957
Tints of Razzmatazz #EF0957
RGB
CMYK
RGB Variations
Color information
#EF0957 (or 0xEF0957) is known color: Razzmatazz. HEX triplet: EF, 09 and 57. RGB value is (239,9,87). Sum of RGB (Red+Green+Blue) = 239+9+87=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0957 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0957 is #10F6A8. Grayscale: #565656. Windows color (decimal): -1111721 or 5704175. OLE color: 5704175.
HSL color Cylindrical-coordinate representation of color #EF0957: hue angle of 339.65º 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 #EF0957 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 9 | 87 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.06 |
| HSL | 339.65º | 0.93% | 0.49% | - |
| HSV(B) | 339.65º | 0.96% | 0.94% | - |
| XYZ | 37.41 | 19.23 | 10.76 | - |
| YUV | 86.66 | 128.2 | 236.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 9 | 87 | 0 | 0.96 | 0.64 | 0.06 | 339.65 | 0.93 | 0.49 |
| Hex | EF | 9 | 57 | 0 | 60 | 40 | 6 | 154 | 5D | 31 |
| Octal | 357 | 11 | 127 | 0 | 140 | 100 | 6 | 524 | 135 | 61 |
| Binary | 11101111 | 1001 | 1010111 | 0 | 1100000 | 1000000 | 110 | 101010100 | 1011101 | 110001 |
Color Harmonies of #EF0957
Complementary color
Monochromatic Colors of #EF0957
Black with #EF0957
Text Example
Text Example
White with #EF0957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0957; }
p { color: rgb(239,9,87); }
H1.HeaderClassName
{
color: #EF0957;
}
.AnyTagClassName
{
color: #EF0957;
}
</style>
background-color css
<style>
a { background-color: #EF0957; }
a { background-color: rgb(239,9,87); }
div.DivClassName
{
background-color: #EF0957;
}
.BgClassName
{
background-color: #EF0957;
}
</style>
border-color css
<style>
span { border-color: #EF0957; }
span { border-color: rgb(239,9,87); }
td.TdClassName
{
border-color: #EF0957;
}
.TagClassName
{
border-color: #EF0957;
}
</style>