Shades of Razzmatazz #EF0870
Tints of Razzmatazz #EF0870
RGB
CMYK
RGB Variations
Color information
#EF0870 (or 0xEF0870) is known color: Razzmatazz. HEX triplet: EF, 08 and 70. RGB value is (239,8,112). Sum of RGB (Red+Green+Blue) = 239+8+112=359 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.57% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0870 is #10F78F. Grayscale: #585858. Windows color (decimal): -1111952 or 7342319. OLE color: 7342319.
HSL color Cylindrical-coordinate representation of color #EF0870: hue angle of 332.99º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0870 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 8 | 112 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.06 |
| HSL | 332.99º | 0.94% | 0.48% | - |
| HSV(B) | 332.99º | 0.97% | 0.94% | - |
| XYZ | 38.61 | 19.69 | 17.1 | - |
| YUV | 88.93 | 141.03 | 235.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 8 | 112 | 0 | 0.97 | 0.53 | 0.06 | 332.99 | 0.94 | 0.48 |
| Hex | EF | 8 | 70 | 0 | 61 | 35 | 6 | 14D | 5E | 30 |
| Octal | 357 | 10 | 160 | 0 | 141 | 65 | 6 | 515 | 136 | 60 |
| Binary | 11101111 | 1000 | 1110000 | 0 | 1100001 | 110101 | 110 | 101001101 | 1011110 | 110000 |
Color Harmonies of #EF0870
Complementary color
Monochromatic Colors of #EF0870
Black with #EF0870
Text Example
Text Example
White with #EF0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF0870; }
p { color: rgb(239,8,112); }
H1.HeaderClassName
{
color: #EF0870;
}
.AnyTagClassName
{
color: #EF0870;
}
</style>
background-color css
<style>
a { background-color: #EF0870; }
a { background-color: rgb(239,8,112); }
div.DivClassName
{
background-color: #EF0870;
}
.BgClassName
{
background-color: #EF0870;
}
</style>
border-color css
<style>
span { border-color: #EF0870; }
span { border-color: rgb(239,8,112); }
td.TdClassName
{
border-color: #EF0870;
}
.TagClassName
{
border-color: #EF0870;
}
</style>